summaryrefslogtreecommitdiff
path: root/tools/gccas
AgeCommit message (Expand)AuthorFilesLines
2005-03-29there is no reason to run -instcombine -instcombine!Chris Lattner1-1/+0
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos1-1/+1
2005-03-07move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner1-2/+2
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen1-1/+4
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen1-1/+1
2004-12-30For PR351:Reid Spencer1-57/+65
2004-12-22Support the gas option --traditional-format which, for some reason, getsReid Spencer1-0/+3
2004-12-03Add -strip-debug optionChris Lattner1-3/+9
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer1-1/+1
2004-11-14Fix usage of changed function prototypeReid Spencer1-1/+1
2004-11-08Add a --disable-compression option to gccas so the default compression ofReid Spencer1-1/+4
2004-10-29Fix file header commentMisha Brukman1-1/+1
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-2/+3
2004-10-22We're not doing automake any moreReid Spencer1-652/+0
2004-10-22We won't use automakeReid Spencer1-19/+0
2004-10-18Initial automake generated Makefile templateReid Spencer1-0/+652
2004-10-18Remove extra comma.Reid Spencer1-1/+1
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/+19
2004-10-07Rename passChris Lattner1-2/+2
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
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-2/+2
2004-07-22Remove redundant SCCP passChris Lattner1-1/+5
2004-05-27Header file movedChris Lattner1-1/+1
2004-04-18Move loop optimization passes up, add loop unrollerChris Lattner1-1/+5
2004-03-13Turn on argument promotion in gccas. This can give us substantially betterChris Lattner1-0/+1
2004-02-25Add a new passChris Lattner1-0/+1
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner1-0/+1
2004-02-01Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner1-2/+4
2004-01-14Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner1-0/+3
2003-12-30Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner1-0/+7
2003-12-11Run tailcall elimination in a more logical placeChris Lattner1-1/+1
2003-12-07It is now after pldi. This issue has been fixed, so remove the hackChris Lattner1-6/+0
2003-11-22Revert the previous patch since it causes lots of miscompilations. :( :(Chris Lattner1-4/+2
2003-11-21Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA...Chris Lattner1-2/+4
2003-11-13As the comments indicate, this is a temporary, repulsive, hackChris Lattner1-0/+6
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+2
2003-10-23Turn on the IPCP pass by default. It has passed all of the testsChris Lattner1-0/+4
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-16Unfortunately, it looks like level raise is still needed :(Chris Lattner1-2/+1
2003-10-15Give this file a proper headerChris Lattner1-2/+1
2003-10-15The levelraise pass is a broken old piece of crufty code that should beChris Lattner1-1/+2
2003-10-10Add a new -disable-inlining optionChris Lattner1-1/+6
2003-10-10Fix grammar.Misha Brukman1-1/+1
2003-09-20Now that the TCE pass passes all of the tests, add it to GCCASChris Lattner1-1/+1
2003-09-15Enable the setjmp/longjmp lowering passChris Lattner1-0/+1
2003-09-11scalarrepl now includes mem2regChris Lattner1-1/+0