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