aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-0519-191/+244
* While calculating original type size for a derived type, handle type variants...Devang Patel2009-11-042-9/+13
* Grammar.Jim Grosbach2009-11-041-1/+1
* improve DSE when TargetData is not around, based on work byChris Lattner2009-11-043-6/+31
* Now that the memory leak from McCat/08-main has been fixed (86056), re-enableJim Grosbach2009-11-041-3/+9
* If a function has no stack frame at all, dynamic realignment isn't necessary.Jim Grosbach2009-11-041-0/+1
* dynamic stack realignment necessitates scanning the floating point callee-Jim Grosbach2009-11-041-2/+2
* Fix DW_AT_data_member_location for bit-fields. It points to the location of a...Devang Patel2009-11-041-5/+12
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-046-0/+100
* Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...Lang Hames2009-11-042-20/+46
* A value is only assigned to errno if NumRead equals -1, so doDuncan Sands2009-11-041-1/+1
* 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