summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Converted tabs to spaces.Misha Brukman2003-07-10
* Fixed indentation.Misha Brukman2003-07-07
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-02
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner2003-06-26
* Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner2003-06-26
* Try to run cleanups even if nothing was modified in the preview passesChris Lattner2003-06-25
* Run dead arg elimination, and tell it that it's ok to hack up non-internal fu...Chris Lattner2003-06-25
* Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner2003-06-22
* Minor cleanupsChris Lattner2003-06-20
* Funcresolve no longer performs nicification of resolved functionsChris Lattner2003-06-19
* tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke2003-06-18
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-18
* Reindent code to match the rest of the fileChris Lattner2003-06-18
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-18
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-17
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-17
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-17
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-17
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-17
* Use more structured command line option processingChris Lattner2003-06-17
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Fix major bug in my last checkin. :(Chris Lattner2003-06-13
* Remove obsolete comments about llvm-arChris Lattner2003-06-12
* Remove duplicate passChris Lattner2003-06-05
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-02
* Give better information about how the passes crashChris Lattner2003-06-02
* Add support for: -o -Chris Lattner2003-05-31
* Add SRoA pass to gccasChris Lattner2003-05-30
* Move indvars pass after mem2reg pass where it is more likely to be usefulChris Lattner2003-05-30
* Fix formatting in fileChris Lattner2003-05-29
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-27
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-27
* Add compatibility optionChris Lattner2003-05-27
* Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke2003-05-23
* gccld.cpp:Brian Gaeke2003-05-23
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-23
* Kill using declarationsChris Lattner2003-05-22
* Allow disabling final cleanupsChris Lattner2003-05-21
* Increase odds that this won't bork thingsChris Lattner2003-05-21
* Get rid of really old makefile cruftChris Lattner2003-05-14
* Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.oChris Lattner2003-05-13
* Add a disable-verify optionChris Lattner2003-05-12
* Move static stuff to an anonymous namespaceChris Lattner2003-05-12
* Print filename correctlyChris Lattner2003-05-12
* The JIT is the default mode for LLI nowChris Lattner2003-05-12