| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner | 2004-10-14 | 1 | -0/+2 |
* | Do not use the same variable name for two different variables in the | Chris Lattner | 2004-10-14 | 1 | -3/+2 |
* | * Claim to support machine code emission - return false from | Misha Brukman | 2004-10-14 | 1 | -4/+26 |
* | * Include the real (generated) version of getBinaryCodeForInstr() | Misha Brukman | 2004-10-14 | 1 | -10/+20 |
* | * Make a PPC32-specific code emitter because we have separate classes for 32- | Misha Brukman | 2004-10-14 | 1 | -6/+6 |
* | Checking in code that works on my simple test case. However, there is still a... | Tanya Lattner | 2004-10-14 | 1 | -104/+205 |
* | There is only one field in an instruction, and that is `Inst', the final view of | Misha Brukman | 2004-10-14 | 1 | -51/+51 |
* | PowerPC instruction definitions use LittleEndian-style encoding [0..31] | Misha Brukman | 2004-10-14 | 3 | -0/+6 |
* | Add isLittleEndianEncoding to InstrInfo class, defaults to `off' | Misha Brukman | 2004-10-14 | 1 | -0/+6 |
* | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner | 2004-10-14 | 1 | -41/+93 |
* | Allow this file to compile on Darwin. | Reid Spencer | 2004-10-14 | 1 | -0/+1 |
* | Use __MINGW instead of __MING. Patch contributed by Henrik Bach. | Reid Spencer | 2004-10-14 | 2 | -2/+2 |
* | Get proper BSD #includes for MappedFile implementation. | Reid Spencer | 2004-10-14 | 1 | -0/+2 |
* | Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. | Reid Spencer | 2004-10-14 | 2 | -12/+202 |
* | 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 |