aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken test.Bob Wilson2009-11-041-2/+2
* Add some options to disable various code gen optimizations.Eric Christopher2009-11-041-8/+26
* Array element size does not match array size but array is not a bitfield. Devang Patel2009-11-041-1/+3
* Add test for ARM indirectbr codegen.Bob Wilson2009-11-041-0/+63
* Print out an informative comment for KILL instructions.Jakob Stoklund Olesen2009-11-045-2/+18
* Fix an iterator invalidation bug that happens when a hashtableChris Lattner2009-11-041-3/+4
* Look for llvm-gcc under /Developer/usr/bin first.Evan Cheng2009-11-041-1/+1
* RangeIsDefinedByCopyFromReg() should check for subreg_to_reg, insert_subreg,Evan Cheng2009-11-042-6/+37
* move two functions up higher in the file. Delete a useless argumentChris Lattner2009-11-042-177/+270
* filecheckize this test.Chris Lattner2009-11-041-56/+121
* The .n suffix must go after the predicate.Evan Cheng2009-11-041-1/+1
* The magic for our current brand of .bc files is BC. For older ones it was llvc.Nick Lewycky2009-11-041-1/+1
* make IRBuilder zap "X|0" and "X&-1" when building IR, this happensChris Lattner2009-11-041-4/+10
* configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar2009-11-044-36/+73
* Silence implicit conversion warnings.Evan Cheng2009-11-041-2/+2
* Another spurious friend declaration removed.Lang Hames2009-11-041-2/+0
* Removed an unnecessary friend declaration and some crufty comments from Index...Lang Hames2009-11-041-33/+0
* Fix CMake makefilesDouglas Gregor2009-11-041-0/+2
* Fix test.Evan Cheng2009-11-041-1/+1
* Use ldr.n to workaround a darwin assembler bug.Evan Cheng2009-11-041-1/+2
* The Indexes Patch.Lang Hames2009-11-0320-1434/+1862
* Fix branch folding bug for indirect branches: for a block containing onlyBob Wilson2009-11-031-1/+2
* reimplement multiple return value handling in IPSCCP, making it Chris Lattner2009-11-032-127/+206
* Fix t2Int_eh_sjlj_setjmp. Immediate form of orr is a 32-bit instruction. So i...Evan Cheng2009-11-032-2/+2
* Use llvm-gcc on newer Darwins.Bill Wendling2009-11-031-1/+1
* set svn:ignoreNuno Lopes2009-11-030-0/+0
* fconsts / fconstd immediate should be proceeded with #.Evan Cheng2009-11-032-6/+6
* fix broken linkChris Lattner2009-11-031-1/+1
* Re-apply 85799. It turns out my code isn't buggy.Evan Cheng2009-11-033-21/+52
* fix testChris Lattner2009-11-031-1/+1
* merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner2009-11-032-21/+11
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-0311-81/+214
* finish half thunk thoughtChris Lattner2009-11-031-1/+3
* Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a...Victor Hernandez2009-11-032-50/+13
* <rdar://problem/7352605>. When building schedule graph use mayAlias informati...David Goodwin2009-11-031-15/+43
* Changes (* location in pointer variables, avoiding include, and using APInt::...Victor Hernandez2009-11-031-39/+34
* turn IPSCCP back on by default, try #3 or 4? Woo.Chris Lattner2009-11-032-3/+1
* fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner2009-11-032-19/+51
* Make this code more robust by not thinking we are making progressDuncan Sands2009-11-031-1/+1
* Parse debug info attached with insertvalue and extractvalue instructions.Devang Patel2009-11-032-0/+22
* Move subtarget check upper for NEON reg-reg fixup pass.Anton Korobeynikov2009-11-032-6/+4
* mark some constant global const.Chris Lattner2009-11-031-7/+8
* Ignore unnamed variables.Devang Patel2009-11-031-1/+3
* xfail this test since daniel turned off ipsccpChris Lattner2009-11-031-0/+1
* testcase for r85903Chris Lattner2009-11-031-0/+24
* fix a subtle bug I introduced when refactoring SCCP. TestcaseChris Lattner2009-11-031-1/+1
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-0359-6/+60
* Added a comment to a function that had noneKenneth Uildriks2009-11-031-0/+1
* Eliminate some temporaries.Benjamin Kramer2009-11-031-22/+11
* Run the functionattrs pass after the inliner, and not before.Duncan Sands2009-11-031-5/+4