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