aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix grammarMisha Brukman2004-10-111-1/+1
* Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman2004-10-111-10/+0
* Fix file header comment; remove sample project (extra-verbose) commentsMisha Brukman2004-10-111-11/+1
* Fix file header commentMisha Brukman2004-10-111-2/+2
* 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
* Another testcase. We should be able to devirtualize the call even thoughChris Lattner2004-10-101-0/+28
* Reorganize FINDLIBS to make most comment libs searched first.Reid Spencer2004-10-101-15/+15
* Initial version of automake Makefile.am file.Reid Spencer2004-10-102-0/+37
* Add the new InstrSched directory.Reid Spencer2004-10-101-1/+1
* Fix named of a library.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-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