aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New testcase that LICM is breaking crafty onChris Lattner2003-12-111-0/+20
* Finegrainify namespacificationChris Lattner2003-12-111-5/+23
* verifyFunction depends on dominator info, which levelraise does not declareChris Lattner2003-12-111-5/+0
* Fix test that was failing because we were optimizing the program better than ...Chris Lattner2003-12-111-2/+2
* New testcase for PR86Chris Lattner2003-12-112-0/+34
* Run tailcall elimination in a more logical placeChris Lattner2003-12-111-1/+1
* Fix a glaring bugChris Lattner2003-12-111-0/+1
* Realize the gep P, <zeros> must aliases P.Chris Lattner2003-12-111-1/+11
* With Brian's change to AA.h we can now clean out this uglynessChris Lattner2003-12-111-1/+1
* IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.hBrian Gaeke2003-12-112-0/+7
* IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.hBrian Gaeke2003-12-111-0/+9
* Separate out target for cleaning up qmtest garbage.Brian Gaeke2003-12-111-1/+3
* Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?)Brian Gaeke2003-12-111-1/+5
* Stop laughing MishaChris Lattner2003-12-111-1/+1
* In getObjectType(), doxygenify comment, and take a pointer to theBrian Gaeke2003-12-113-150/+129
* Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints aBrian Gaeke2003-12-112-8/+50
* Fix typo in comment. Add prototype for getConstantExprValue().Brian Gaeke2003-12-111-1/+3
* Add support for --debug-only=interpreter, to print out instrs beforeBrian Gaeke2003-12-111-40/+144
* This appears to fix Bug 172 and does not break any other feature tests orJohn Criswell2003-12-102-0/+12
* Fix bug: LICM/sink_multiple_exits.llChris Lattner2003-12-101-1/+1
* Don't allow dead instructions to stop sinking early.Chris Lattner2003-12-101-10/+9
* Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llxChris Lattner2003-12-101-0/+5
* A new testcase, reduced by bugpointChris Lattner2003-12-101-0/+17
* Finegrainify namespacificationChris Lattner2003-12-101-11/+11
* new testcaseChris Lattner2003-12-101-0/+24
* Fixed a comma error.John Criswell2003-12-101-3/+3
* Support 'make install' for LLVM include files.Brian Gaeke2003-12-101-0/+10
* Upon Chris's suggestion, moved the #ifdef's to the generated C code.John Criswell2003-12-102-16/+10
* Finegrainify namespacificationChris Lattner2003-12-101-8/+27
* Fixed the CBE on Solaris/Sparc. We need to define the return value ofJohn Criswell2003-12-102-2/+16
* New testcaseChris Lattner2003-12-101-0/+23
* Finegrainify namespacificationChris Lattner2003-12-101-22/+21
* New testcase which caused a bunch of tests to break last night with moreChris Lattner2003-12-101-0/+42
* Simplify codeChris Lattner2003-12-101-6/+1
* Avoid performing two identical lookups when one will sufficeChris Lattner2003-12-101-3/+1
* Make LICM itself a bit more efficient, and make the generated code more effic...Chris Lattner2003-12-101-21/+26
* Removed the pthread_once() function because it doesn't actually doJohn Criswell2003-12-101-7/+0
* Finegrainify namespacificationChris Lattner2003-12-101-4/+1
* Finegrainify namespacificationChris Lattner2003-12-101-10/+8
* Added the --host= option to the Sparc configuration directions.John Criswell2003-12-101-1/+1
* Dummy implementation of the pthread library.John Criswell2003-12-102-0/+22
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-101-2/+2
* Implement instruction sinking out of loops. This still can do a little bitChris Lattner2003-12-101-61/+246
* new testcase, checking to ensure we handle yet-another spiffy case correctlyChris Lattner2003-12-101-0/+25
* Don't assume that system headers define 'uint' or 'ulong' as types.Brian Gaeke2003-12-101-2/+2
* Fix apparent copy-and-paste-o.Brian Gaeke2003-12-101-4/+2
* Add support for installing tool executables.Brian Gaeke2003-12-101-4/+4
* Add installation directories and commands, standardly provided by configure.Brian Gaeke2003-12-101-0/+20
* Yet another hard testcaseChris Lattner2003-12-091-0/+28
* Do not insert one entry PHI nodes in split exit blocks!Chris Lattner2003-12-091-13/+23