| Commit message (Expand) | Author | Age | Files | Lines |
* | Today is not my day. Fix broken # | Chris Lattner | 2004-10-14 | 1 | -1/+1 |
* | unbreak previous checkin :( | Chris Lattner | 2004-10-14 | 1 | -1/+1 |
* | Add back a missing paren | Chris Lattner | 2004-10-14 | 1 | -2/+2 |
* | Fit to 80 cols | Chris Lattner | 2004-10-14 | 1 | -7/+6 |
* | Wrap to 80 cols, delete some seriously old debugging printouts | Chris Lattner | 2004-10-14 | 1 | -26/+15 |
* | Fit in 80 columns | Chris Lattner | 2004-10-14 | 1 | -13/+14 |
* | Minor cleanups | Chris Lattner | 2004-10-14 | 1 | -7/+3 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 33 | -120/+111 |
* | Minor cleanups: | Chris Lattner | 2004-10-12 | 1 | -23/+20 |
* | Transform memmove -> memcpy when the source is obviously constant memory. | Chris Lattner | 2004-10-12 | 1 | -16/+33 |
* | Minor tweaks | Chris Lattner | 2004-10-12 | 1 | -5/+5 |
* | Implement a new method | Chris Lattner | 2004-10-12 | 1 | -3/+27 |
* | This nutty patch has been in my tree since before 1.3 went out, and it needs | Chris Lattner | 2004-10-12 | 1 | -20/+147 |
* | Fix a REALLY obscure bug in my previous checkin, which was splicing the END | Chris Lattner | 2004-10-12 | 1 | -1/+1 |
* | Handle a common case more carefully. In particular, instead of transforming | Chris Lattner | 2004-10-11 | 1 | -4/+33 |
* | Allow creation of GEP constantexprs with a vector of value* operands as | Chris Lattner | 2004-10-11 | 4 | -27/+39 |
* | Implement remove/eraseFromParent methods | Chris Lattner | 2004-10-11 | 4 | -2/+33 |
* | Make this build | Chris Lattner | 2004-10-11 | 1 | -5/+5 |
* | Reenable the transform, turning X/-10 < 1 into X > -10 | Chris Lattner | 2004-10-11 | 1 | -5/+5 |
* | Fix a warning that is emitted on the suns | Chris Lattner | 2004-10-11 | 2 | -2/+2 |
* | This patch implements two things (sorry). | Chris Lattner | 2004-10-11 | 1 | -25/+182 |
* | Fix SingleSource/Benchmarks/McGill/chomp | Chris Lattner | 2004-10-11 | 1 | -0/+1 |
* | If we are trying to create a ConstantExpr cast that is really a GEP to the | Chris Lattner | 2004-10-11 | 1 | -0/+11 |
* | ModuloScheduling has moved to lib/Target/SparcV9 | Misha Brukman | 2004-10-10 | 2 | -2/+2 |
* | Add ModuloScheduling to the recursive build tree | Misha Brukman | 2004-10-10 | 2 | -2/+2 |
* | Adjust header file inclusion due to move | Misha Brukman | 2004-10-10 | 3 | -6/+6 |
* | Adjust comment header and paths to refect move | Misha Brukman | 2004-10-10 | 1 | -4/+3 |
* | ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific | Misha Brukman | 2004-10-10 | 8 | -3120/+0 |
* | Just because we cannot completely eliminate all uses of a global, we can | Chris Lattner | 2004-10-10 | 1 | -27/+124 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+23 |
* | Add the new InstrSched directory. | Reid Spencer | 2004-10-10 | 1 | -1/+1 |
* | Added debug information. Fixed several bugs in the reconstruct loop function. | Tanya Lattner | 2004-10-10 | 10 | -276/+560 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 16 | -0/+497 |
* | Build both archive and relinked objects | Reid Spencer | 2004-10-10 | 3 | -3/+17 |
* | Remove the InstrSched directory (moved to SparcV9) | Reid Spencer | 2004-10-10 | 1 | -1/+1 |
* | Directory no long exists (moved to Targets/SparcV9). | Reid Spencer | 2004-10-10 | 1 | -23/+0 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 19 | -0/+427 |
* | Fix assertion failure when calling or returning from a function which | Brian Gaeke | 2004-10-10 | 2 | -4/+4 |
* | Implement eliminateCallFramePseudoInstr(). | Brian Gaeke | 2004-10-10 | 2 | -12/+16 |
* | Model calls as *both* using *and* killing O0..O5, because callees use the | Brian Gaeke | 2004-10-10 | 2 | -2/+4 |
* | Fix whitespace and wrap some long lines. | Brian Gaeke | 2004-10-10 | 2 | -16/+60 |
* | Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a cast | Chris Lattner | 2004-10-10 | 1 | -20/+23 |
* | Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are only | Chris Lattner | 2004-10-10 | 1 | -0/+11 |
* | Avoid calling use_size() which could (in theory) be expensive if the global | Chris Lattner | 2004-10-10 | 1 | -12/+18 |
* | bling bling! | Chris Lattner | 2004-10-10 | 1 | -1/+1 |
* | Eliminate global pointers that are only stored a single value and null if | Chris Lattner | 2004-10-09 | 1 | -0/+103 |
* | Instead of silently breaking, print notification of why this doesn't work. | Chris Lattner | 2004-10-09 | 1 | -0/+9 |
* | Use DEBUG instead of DebugFlag directly, as DebugFlag does not respect | Chris Lattner | 2004-10-09 | 1 | -5/+3 |
* | update according to tonight's info | Brian Gaeke | 2004-10-09 | 2 | -8/+10 |
* | Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the | Brian Gaeke | 2004-10-09 | 4 | -0/+46 |