summaryrefslogtreecommitdiff
path: root/tools/gccas
Commit message (Expand)AuthorAge
* Add -strip-debug optionChris Lattner2004-12-03
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Fix usage of changed function prototypeReid Spencer2004-11-14
* Add a --disable-compression option to gccas so the default compression ofReid Spencer2004-11-08
* Fix file header commentMisha Brukman2004-10-29
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Remove extra comma.Reid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Rename passChris Lattner2004-10-07
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Remove redundant SCCP passChris Lattner2004-07-22
* Header file movedChris Lattner2004-05-27
* Move loop optimization passes up, add loop unrollerChris Lattner2004-04-18
* Turn on argument promotion in gccas. This can give us substantially betterChris Lattner2004-03-13
* Add a new passChris Lattner2004-02-25
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-19
* Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner2004-02-01
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-14
* Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner2003-12-30
* Run tailcall elimination in a more logical placeChris Lattner2003-12-11
* It is now after pldi. This issue has been fixed, so remove the hackChris Lattner2003-12-07
* Revert the previous patch since it causes lots of miscompilations. :( :(Chris Lattner2003-11-22
* Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA...Chris Lattner2003-11-21
* As the comments indicate, this is a temporary, repulsive, hackChris Lattner2003-11-13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-23
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* fix file headerChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Unfortunately, it looks like level raise is still needed :(Chris Lattner2003-10-16
* Give this file a proper headerChris Lattner2003-10-15
* The levelraise pass is a broken old piece of crufty code that should beChris Lattner2003-10-15
* Add a new -disable-inlining optionChris Lattner2003-10-10
* Fix grammar.Misha Brukman2003-10-10
* Now that the TCE pass passes all of the tests, add it to GCCASChris Lattner2003-09-20
* Enable the setjmp/longjmp lowering passChris Lattner2003-09-15
* scalarrepl now includes mem2regChris Lattner2003-09-11
* Move the -indvars pass much later to where it is more likely to do good stuffChris Lattner2003-09-11
* #include is unnecessaryChris Lattner2003-09-01
* Remove the -stopAfterNPasses option, which has been long obsoleted by bugpointChris Lattner2003-08-31
* * move the dead-type-eliminate passes to the end, where they are more usefulChris Lattner2003-08-31
* Completely remove mention of the correlated branch elimination pass. It hasChris Lattner2003-08-07
* * The possessive third-person singular has no apostrophe (its)Misha Brukman2003-08-07
* Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner2003-06-22