| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix data types header file and declarations to work on Linux. | Vikram S. Adve | 2002-09-20 | 1 | -20/+23 |
* | Fix to avoid addition on pointers, which is no longer legal. | Vikram S. Adve | 2002-09-20 | 2 | -6/+10 |
* | Add erase() method for a single element. | Vikram S. Adve | 2002-09-20 | 2 | -4/+6 |
* | Add method IGNode::getCombinedDegree to count the sum of the degrees | Vikram S. Adve | 2002-09-20 | 2 | -0/+6 |
* | Add PostOpts/ and rename PreSelection/ to PreOpts/. | Vikram S. Adve | 2002-09-20 | 1 | -1/+1 |
* | Add peephole optimization pass at the end of code generation. | Vikram S. Adve | 2002-09-20 | 1 | -5/+7 |
* | Added class MachineOptInfo as interface to target-specific | Vikram S. Adve | 2002-09-20 | 5 | -8/+47 |
* | Interface to target-specific routines that support machine code optimization. | Vikram S. Adve | 2002-09-20 | 1 | -0/+22 |
* | Add method MachineInstr::replace to rewrite a machine instruction in place. | Vikram S. Adve | 2002-09-20 | 2 | -0/+28 |
* | Allow copy coalescing in more cases: if sum of node degrees is more than | Vikram S. Adve | 2002-09-20 | 4 | -2/+52 |
* | Renamed library preselect to preopts. | Vikram S. Adve | 2002-09-20 | 2 | -2/+4 |
* | 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 |