aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial version of automake Makefile.am file.Reid Spencer2004-10-1019-0/+427
* Fix assertion failure when calling or returning from a function whichBrian Gaeke2004-10-102-4/+4
* Implement eliminateCallFramePseudoInstr().Brian Gaeke2004-10-102-12/+16
* Model calls as *both* using *and* killing O0..O5, because callees use theBrian Gaeke2004-10-102-2/+4
* Fix whitespace and wrap some long lines.Brian Gaeke2004-10-102-16/+60
* Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a castChris Lattner2004-10-101-20/+23
* Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are onlyChris Lattner2004-10-101-0/+11
* Avoid calling use_size() which could (in theory) be expensive if the globalChris Lattner2004-10-101-12/+18
* bling bling!Chris Lattner2004-10-101-1/+1
* Eliminate global pointers that are only stored a single value and null ifChris Lattner2004-10-091-0/+103
* Instead of silently breaking, print notification of why this doesn't work.Chris Lattner2004-10-091-0/+9
* Use DEBUG instead of DebugFlag directly, as DebugFlag does not respectChris Lattner2004-10-091-5/+3
* update according to tonight's infoBrian Gaeke2004-10-092-8/+10
* Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be theBrian Gaeke2004-10-094-0/+46
* Fix infinite loop due to iterationChris Lattner2004-10-091-1/+7
* Implement sub.ll:test17, -X/C -> X/-CChris Lattner2004-10-091-0/+5
* Add a check to avoid an assertion on malformed inputChris Lattner2004-10-091-0/+3
* The person who was planning to add SSE support isn't anymore, so disableChris Lattner2004-10-081-1/+3
* Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx,Chris Lattner2004-10-081-1/+1
* If we found a dead global, we should at least delete it...Chris Lattner2004-10-081-0/+1
* * Pull out the meat of runOnModule into another function for clarity.Chris Lattner2004-10-081-45/+101