summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Make sure any client of Dominators.h links in Dominators.cppChris Lattner2004-10-14
* Do not use the same variable name for two different variables in theChris Lattner2004-10-14
* * Claim to support machine code emission - return false fromMisha Brukman2004-10-14
* * Include the real (generated) version of getBinaryCodeForInstr()Misha Brukman2004-10-14
* * Make a PPC32-specific code emitter because we have separate classes for 32-Misha Brukman2004-10-14
* Checking in code that works on my simple test case. However, there is still a...Tanya Lattner2004-10-14
* There is only one field in an instruction, and that is `Inst', the final view ofMisha Brukman2004-10-14
* PowerPC instruction definitions use LittleEndian-style encoding [0..31]Misha Brukman2004-10-14
* Add isLittleEndianEncoding to InstrInfo class, defaults to `off'Misha Brukman2004-10-14
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-14
* Allow this file to compile on Darwin.Reid Spencer2004-10-14
* Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer2004-10-14
* Get proper BSD #includes for MappedFile implementation.Reid Spencer2004-10-14
* Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer2004-10-14
* Today is not my day. Fix broken #Chris Lattner2004-10-14
* unbreak previous checkin :(Chris Lattner2004-10-14
* Add back a missing parenChris Lattner2004-10-14
* Fit to 80 colsChris Lattner2004-10-14
* Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner2004-10-14
* Fit in 80 columnsChris Lattner2004-10-14
* Minor cleanupsChris Lattner2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Minor cleanups:Chris Lattner2004-10-12
* Transform memmove -> memcpy when the source is obviously constant memory.Chris Lattner2004-10-12
* Minor tweaksChris Lattner2004-10-12
* Implement a new methodChris Lattner2004-10-12
* This nutty patch has been in my tree since before 1.3 went out, and it needsChris Lattner2004-10-12
* Fix a REALLY obscure bug in my previous checkin, which was splicing the ENDChris Lattner2004-10-12
* Handle a common case more carefully. In particular, instead of transformingChris Lattner2004-10-11
* Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner2004-10-11
* Implement remove/eraseFromParent methodsChris Lattner2004-10-11
* Make this buildChris Lattner2004-10-11
* Reenable the transform, turning X/-10 < 1 into X > -10Chris Lattner2004-10-11
* Fix a warning that is emitted on the sunsChris Lattner2004-10-11
* This patch implements two things (sorry).Chris Lattner2004-10-11
* Fix SingleSource/Benchmarks/McGill/chompChris Lattner2004-10-11
* If we are trying to create a ConstantExpr cast that is really a GEP to theChris Lattner2004-10-11
* ModuloScheduling has moved to lib/Target/SparcV9Misha Brukman2004-10-10
* Add ModuloScheduling to the recursive build treeMisha Brukman2004-10-10
* Adjust header file inclusion due to moveMisha Brukman2004-10-10
* Adjust comment header and paths to refect moveMisha Brukman2004-10-10
* ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specificMisha Brukman2004-10-10
* Just because we cannot completely eliminate all uses of a global, we canChris Lattner2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Add the new InstrSched directory.Reid Spencer2004-10-10
* Added debug information. Fixed several bugs in the reconstruct loop function.Tanya Lattner2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Build both archive and relinked objectsReid Spencer2004-10-10
* Remove the InstrSched directory (moved to SparcV9)Reid Spencer2004-10-10
* Directory no long exists (moved to Targets/SparcV9).Reid Spencer2004-10-10