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