aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/security/SignatureException.java
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-04-09 01:38:12 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-04-09 01:38:12 +0000
commit886733617a5414bf849d049b04df5ba6460295fe (patch)
tree06f7266f4df4a49e7aa5ea53c513e9fd1b4c020e /libjava/java/security/SignatureException.java
parent82a6a7583c61ea85cbe36170cab00b2bdab8cf03 (diff)
downloadgcc-886733617a5414bf849d049b04df5ba6460295fe.zip
gcc-886733617a5414bf849d049b04df5ba6460295fe.tar.gz
gcc-886733617a5414bf849d049b04df5ba6460295fe.tar.bz2
function.c (gen_mem_addressof): When changing the RTX from a REG to a MEM...
* function.c (gen_mem_addressof): When changing the RTX from a REG to a MEM, clear MEM_VOLATILE_P which was formerly REG_USERVAR_P. From-SVN: r80540
Diffstat (limited to 'libjava/java/security/SignatureException.java')
0 files changed, 0 insertions, 0 deletions
tion> Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-nm
AgeCommit message (Expand)AuthorFilesLines
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner1-1/+1
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner2-16/+3
2007-05-06add bitcode reading support to llvm-nmChris Lattner2-24/+33
2007-03-29Remove some non-sensical logic that prevented llvm-nm from working on anyReid Spencer1-5/+0
2007-03-05Unbreak VC++ build.Jeff Cohen1-0/+1
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-1/+3
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer1-1/+1
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner1-14/+16
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner1-2/+1
2006-08-01no need to check readability hereChris Lattner1-1/+1
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer1-1/+2
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+2
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-2/+2
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-1/+1
2005-07-07For PR495:Reid Spencer1-1/+1
2005-04-22Remove trailing whitespaceMisha Brukman1-5/+5
2005-03-15method renamedChris Lattner1-1/+1
2004-12-30For PR351:Reid Spencer1-14/+21
2004-12-15For PR351:Reid Spencer1-1/+0
2004-12-13PR351: \Reid Spencer1-3/+4
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer1-1/+2
2004-11-14*Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer1-4/+7
2004-11-14This tool needs libLLVMArchive nowReid Spencer1-1/+1
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-1/+1
2004-10-22We're not doing automake any moreReid Spencer1-650/+0
2004-10-22We won't use automakeReid Spencer1-17/+0
2004-10-18Initial automake generated Makefile templateReid Spencer1-0/+650
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer1-1/+1
2004-10-10Initial version of automake Makefile.am file.Reid Spencer1-0/+17
2004-09-01Changes For Bug 352Reid Spencer1-2/+2
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer1-1/+1
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer1-1/+1
2004-07-16IA64 compatChris Lattner1-1/+2
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer1-0/+1
2004-05-27Header file movedChris Lattner1-1/+1
2004-04-21Include cerrno (gcc-3.4 fix)Alkis Evlogimenos1-0/+1
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner1-0/+3
2003-11-19Unbreak the "-" as filename hack.Brian Gaeke1-2/+3
2003-11-19Also print an error msg. for files we cannot currently deal with.Brian Gaeke1-0/+4
2003-11-19Fix PR134, by checking FileOpenable() on each input file before analyzing itsBrian Gaeke1-1/+10
2003-11-16Include Support/FileUtilities.h.Brian Gaeke1-13/+24
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+2
2003-10-28Reorder #includes, drop unneeded oneChris Lattner1-3/+2
2003-10-20Added LLVM copyright to Makefiles.John Criswell1-0/+8
2003-10-20fix file headerChris Lattner1-1/+0
2003-10-20Added copyright header to all C++ source files.John Criswell1-0/+8
2003-10-16Make llvm-nm work in "pipe mode"Chris Lattner1-3/+7
2003-10-16Geeze, what is with Brian and these ifdef's?Chris Lattner1-2/+0
2003-10-16Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke2-0/+132