aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* We might as well delete the known-dead global sooner rather than later sinceChris Lattner2004-10-081-0/+2
* Hyphenate target-(in)dependent for more tasty grammar goodness (tm)Misha Brukman2004-10-081-2/+2
* Temporarily disable a buggy transformation until it can be fixed. This fixesChris Lattner2004-10-081-0/+5
* Adjust paths due to moving InstrSched to lib/Target/SparcV9Misha Brukman2004-10-083-7/+7
* InstrSched has been moved to lib/Target/SparcV9Misha Brukman2004-10-081-1/+1
* InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/Misha Brukman2004-10-087-3197/+0
* Single-space instead of double-spacing in the MakefileMisha Brukman2004-10-081-3/+1
* Build InstrSched as well, and all three subdirs can be built independentlyMisha Brukman2004-10-081-1/+1
* * Adjust for the move to lib/Target/SparcV9/InstrSchedMisha Brukman2004-10-081-2/+2
* Single-space instead of double-spacing in the MakefileMisha Brukman2004-10-082-4/+2
* Implement SRA for global variables. This allows the other global variableChris Lattner2004-10-081-32/+137
* Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by theChris Lattner2004-10-081-1/+2
* Instcombine (X & FF00) + xx00 -> (X+xx00) & FF00, implementing and.ll:test27Chris Lattner2004-10-081-0/+25
* Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4)Chris Lattner2004-10-081-0/+3
* Implement logical and with an immediate that consists of a contiguous blockNate Begeman2004-10-081-5/+69
* Several fixes and enhancements to the PPC32 backend.Nate Begeman2004-10-073-147/+154