aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1020-0/+455
* Initial version of automake Makefile.am file.Reid Spencer2004-10-1016-0/+497
* Build both archive and relinked objectsReid Spencer2004-10-103-3/+17
* Directory changesReid Spencer2004-10-101-1/+2
* A configure script to configure LLVM for compilation with automakeReid Spencer2004-10-101-0/+28303
* Initial version of common automake Rules for LLVMReid Spencer2004-10-101-0/+182
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+12
* 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-1022-0/+519
* 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
* Top level makefile for building LLVM with automake.Reid Spencer2004-10-101-0/+18
* Ensure timestamp on saved contents of configure.ac is not changed.Reid Spencer2004-10-106-567/+1684
* Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a castChris Lattner2004-10-101-20/+23
* New testcase that crashes -globalopt. I found this through inspection, notChris Lattner2004-10-101-0/+17
* Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are onlyChris Lattner2004-10-101-0/+11
* New testcase we were not handling before.Chris 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
* A testcase that globalopt now handlesChris Lattner2004-10-091-0/+20
* 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
* Fix grammaroChris Lattner2004-10-091-1/+1
* Use DEBUG instead of DebugFlag directly, as DebugFlag does not respectChris Lattner2004-10-091-5/+3
* It looks like we're not releasing 1.4 with llvm.org as the official domainChris Lattner2004-10-091-12/+12
* 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
* New testcaseChris Lattner2004-10-091-0/+6
* 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
* New testcaseChris Lattner2004-10-081-0/+10
* 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
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-083-3/+3
* 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