aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val...Evan Cheng2008-01-301-3/+3
* Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun...Evan Cheng2008-01-302-8/+12
* Adjust loop per review feedback.Dale Johannesen2008-01-301-4/+2
* A semi-gross fix for a debug info issue. When inserting the "function start" ...Evan Cheng2008-01-302-9/+28
* Supply appropriate arch info to darwin assembler.Devang Patel2008-01-301-0/+16
* Accept getelementptr starting at GV with all 0 indices as aDale Johannesen2008-01-302-0/+278
* Always put version numbers at the end because they are optional.Devang Patel2008-01-302-12/+14
* Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng2008-01-3013-39/+23
* Enable exception handling if it is supported.Devang Patel2008-01-301-1/+6
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-303-0/+96
* Remove a couple more cases of "getNumUses() == 0". No need to walk the linkedNick Lewycky2008-01-301-2/+2
* Use empty() instead of comparing size() with zero.Nick Lewycky2008-01-301-1/+1
* Don't DCE FreeInst's. We were using those! Patch from Owen Anderson.Nick Lewycky2008-01-301-1/+1
* Pointers change size depending upon the target. Remove them to make the test ...Tanya Lattner2008-01-301-3/+1
* Skip over the label which marks the beginning of the function before insertin...Evan Cheng2008-01-301-0/+6
* Back out mods to llvmAsmParser, incorrectly committedScott Michel2008-01-303-4562/+3410
* More cleanups for CellSPU:Scott Michel2008-01-3018-3868/+4951
* Make DSE much more aggressive by performing DCE earlier. Update a testcase t...Owen Anderson2008-01-302-3/+56
* Fix an issue where, under very specific circumstances, memdep could end up de...Owen Anderson2008-01-301-2/+2
* Fix a bug where scalarrepl would discard offset if type would match.Chris Lattner2008-01-302-2/+23
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-3015-161/+145
* Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...Evan Cheng2008-01-296-96/+283
* Update this test case.Evan Cheng2008-01-291-2/+10
* When expanding an operand, it's not the result valueDuncan Sands2008-01-291-2/+2
* Don't let globalopt hack on volatile loads or stores.Chris Lattner2008-01-292-1/+13
* Altered ctor for APSInt to accept an optional "isUnsigned" flag. DefaultTed Kremenek2008-01-291-1/+2
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-2917-22/+22
* Fix a typo in a comment.Dan Gohman2008-01-291-1/+1
* Update this file for 2.0 syntax.Dan Gohman2008-01-291-9/+17
* Add comments describing what the loop depth values mean. Also, make aDan Gohman2008-01-291-4/+9
* Fix 80-col violations.Dan Gohman2008-01-293-10/+17
* Remove top-level const qualifiers from casts, avoiding associatedDan Gohman2008-01-291-10/+10
* Fix a typo in a comment.Dan Gohman2008-01-291-1/+0
* Fix a typo in a comment.Dan Gohman2008-01-291-1/+1
* Add explicit keywords.Dan Gohman2008-01-294-6/+6
* llvm.sqrt(-0.0) is defined.Chris Lattner2008-01-291-1/+3
* eliminate additions of 0.0 when they are obviously dead. This has to be care...Chris Lattner2008-01-292-0/+62
* Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...Owen Anderson2008-01-291-0/+52
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-292-0/+4
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-297-20/+32
* Add support for eliminating memcpy's at the end of functions. Also fix some ...Owen Anderson2008-01-291-26/+63
* This would be better done as an executable test.Duncan Sands2008-01-291-23/+0
* After recent changes we fail to optimize this testDuncan Sands2008-01-291-19/+0
* RegAllocBigBlock doesn't need LiveVariables either.Owen Anderson2008-01-291-13/+2
* Fix to bug 1951: tblgen gratuitously renames variables when no temporary wasScott Michel2008-01-291-22/+26
* Properly expand extract-element for non-power-of-2 codegenNate Begeman2008-01-291-2/+3
* Handle 'X' constraint in asm's better.Dale Johannesen2008-01-296-21/+74
* Filter loops that subtract induction variables.Devang Patel2008-01-292-17/+63
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-2914-874/+645
* New test.Devang Patel2008-01-291-0/+24