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