summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Renamed library preselect to preopts.Vikram S. Adve2002-09-20
* Peephole optimization pass on final machine code.Vikram S. Adve2002-09-20
* Files moved to CodeGen/PreOpts.Vikram S. Adve2002-09-20
* Moving these files from Code/PreSelection to here.Vikram S. Adve2002-09-20
* Reenable these options because they break testing on sparc without them.Chris Lattner2002-09-19
* Native CC compiler has the same problem as CXX compiler.Chris Lattner2002-09-19
* Don't run llc tests on linux, they won't work.Chris Lattner2002-09-19
* Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarentlyChris Lattner2002-09-19
* Minor non-functionality changing changes.Chris Lattner2002-09-19
* Reorder options to be sorted basically by how important they are.Chris Lattner2002-09-19
* * Burg is no longer configured in Makefile.configChris Lattner2002-09-19
* Platform specific makefiles specify where to find the GCC frontend for theirChris Lattner2002-09-19
* * Move the burg option into Makefile.common, since it is no longer configurableChris Lattner2002-09-19
* Move the burg option out of Makefile.config into Makefile.common sinceChris Lattner2002-09-19
* Point gccld to the correct library directory.Chris Lattner2002-09-19
* Add an optimization to support the most common access pattern for theChris Lattner2002-09-19
* Switch over to using the x86 version of the C frontend, by default.Chris Lattner2002-09-19
* It turns out that the cannonical name for the llvm-gcc compiler is, wellChris Lattner2002-09-19
* Avoid Solaris-specific defines.Vikram S. Adve2002-09-19
* New testcase that breaks the CFE.Chris Lattner2002-09-19
* Make sure that we abort if an error happens as early as neccesary. BeforeChris Lattner2002-09-19
* Indent a comment right, add a new oneChris Lattner2002-09-19
* Add support for passing in arbitrary flags to gmake (except -n and -hVikram S. Adve2002-09-19
* New testcase for a bug fixed in the GCC SSA construction algorithm:Chris Lattner2002-09-19
* Avoid deleting the ostream more than once.Chris Lattner2002-09-18
* Fix to work in new location (utils/) and to use gmake instead of gnumakeVikram S. Adve2002-09-18
* Change Makefile.config to support building on the group's linux machinesChris Lattner2002-09-18
* KEEP_SYMBOLS by default.Vikram S. Adve2002-09-18
* Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS toVikram S. Adve2002-09-18
* Clean up tags, link to the right .h fileChris Lattner2002-09-18
* corrected small bug, to handle when DIRS is not defined.Anand Shukla2002-09-18
* split retracing into a separate fileAnand Shukla2002-09-18
* Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner2002-09-18
* Add support for the new PARALLEL_DIRS optionChris Lattner2002-09-18
* Finished instruction replacement section, etc. Need better example for repla...Joel Stanley2002-09-18
* Fixed grammar.Misha Brukman2002-09-18
* Fixed grammar (User's -> Users).Misha Brukman2002-09-18
* gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve2002-09-18
* Removed unnecessary #includes.Misha Brukman2002-09-18
* Fixed typo.Misha Brukman2002-09-18
* Fix ambiguity problem due to builtin log2(double) functionChris Lattner2002-09-17
* Don't put default parameter values into .cpp files, it breaks 3.x compilersChris Lattner2002-09-17
* Fix namespace correctness bugChris Lattner2002-09-17
* There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner2002-09-17
* Allow the VERBOSE=1 option to turn on output of recursive make behaviorChris Lattner2002-09-17
* Add support for gcc 3.2Chris Lattner2002-09-17
* Fix parallel recursive make to build directories in orderChris Lattner2002-09-17
* Use locally built burgChris Lattner2002-09-17
* Build burg treeChris Lattner2002-09-17
* TEst commitChris Lattner2002-09-17