2009-11-06 |
Eric Christopher | Fix PR5315, original patch by Nicolas Capens! |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Dan Gohman | Factor out the printing of the leading tab into printIn... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Dan Gohman | Make printImplicitDef and printKill non-virtual, since... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Use SUBREG_TO_REG instead of INSERT_SUBREG to model... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Teach LSR to avoid calling SplitCriticalEdge on edges... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Update these tests for the new label names. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Fix the label name generation for address-taken labels... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Make a few more LLVM headers parsable as standalone... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Teach lit's SyntaxCheckTest two new tricks: |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Lang Hames | Added support for renumbering existing index list eleme... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Avoid calling getUniqueExitBlocks from within LoopSimpl... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | LoopDeletion depends on loops having dedicated exits. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | The introduction of indirectbr meant the introduction of |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Update various Loop optimization passes to cope with... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
David Goodwin | Fix bug in aggressive antidep breaking; liveness was... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Teach LoopUnroll how to bail if LoopSimplify can't... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Call getAnalysis<LoopInfo> the normal way, instead... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | InstrTypes.h includes Instruction.h, so it's not necess... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Fix IVUsers to avoid assuming that the loop has a uniqu... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Delete an unused member variable. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Factor out the predicate code for loopsimplify form... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Oscar Fuentes | CMake: Detect dotty. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Oscar Fuentes | CMake: do not test for pthread and dl libraries on... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Avoid printing a redundant space in SDNode->dump(). |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Remove uninteresting and confusing debug output. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Move llvm::cl::opt's conversion function into the base... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Dan Gohman | Add an assertion to catch indirectbr in SplitBlockPrede... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Chris Lattner | add a note from PR5313 |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Chris Lattner | Declare classes with matched tags, pointed out by a... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Benjamin Kramer | Teach SimplifyLibCalls to fold memcmp calls with consta... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | lit: Add --param NAME=VALUE option, for test suite... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Benjamin Kramer | Do map insert+find in one step. TODO -= 2. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Benjamin Kramer | Path::createDirectoryOnDisk should ignore existing... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Make two more LLVM headers standalone |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Make a few headers standalone. Plus, add a missing... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Chris Lattner | merge a few crash tests into crash.ll |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Mon P Wang | Reintroduce support for overloading target intrinsics |
commit | commitdiff | tree | snapshot |
2009-11-05 |
David Goodwin | Replace std::map.at() with std::map[]. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
David Goodwin | Break anti-dependencies using free registers in a round... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Lang Hames | Tidied some ugliness in the SlotIndex default constructor. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Evan Cheng | Now that code placement optimization pass is run for... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Devang Patel | Use WeakVH while storing metadata in containers. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Lang Hames | Removed an assert which was causing significant slowdow... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Bob Wilson | Add -mtriple to llc commands, attempting to fix buildbo... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Evan Cheng | Code refactoring. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Bob Wilson | Attempt again to fix buildbot failures: make expected... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
David Goodwin | Correctly add chain dependencies around calls and unkno... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Victor Hernandez | Update CreateMalloc so that its callers specify the... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Devang Patel | While calculating original type size for a derived... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jim Grosbach | Grammar. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Chris Lattner | improve DSE when TargetData is not around, based on... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jim Grosbach | Now that the memory leak from McCat/08-main has been... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jim Grosbach | If a function has no stack frame at all, dynamic realig... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jim Grosbach | dynamic stack realignment necessitates scanning the... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Devang Patel | Fix DW_AT_data_member_location for bit-fields. It point... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Bob Wilson | Add PowerPC codegen for indirect branches. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Lang Hames | Handle empty/tombstone keys for LiveIndex more cleanly... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Duncan Sands | A value is only assigned to errno if NumRead equals... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Bob Wilson | Fix broken test. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Eric Christopher | Add some options to disable various code gen optimizations. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Devang Patel | Array element size does not match array size but array... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Bob Wilson | Add test for ARM indirectbr codegen. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jakob Stoklund... | Print out an informative comment for KILL instructions. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Chris Lattner | Fix an iterator invalidation bug that happens when... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Evan Cheng | Look for llvm-gcc under /Developer/usr/bin first. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Evan Cheng | RangeIsDefinedByCopyFromReg() should check for subreg_t... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Chris Lattner | move two functions up higher in the file. Delete a... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Chris Lattner | filecheckize this test. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Evan Cheng | The .n suffix must go after the predicate. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Nick Lewycky | The magic for our current brand of .bc files is BC... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Chris Lattner | make IRBuilder zap "X|0" and "X&-1" when building IR... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Daniel Dunbar | configure: Add --with-optimize-option, for setting... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Evan Cheng | Silence implicit conversion warnings. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Lang Hames | Another spurious friend declaration removed. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Lang Hames | Removed an unnecessary friend declaration and some... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Douglas Gregor | Fix CMake makefiles |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Evan Cheng | Use ldr.n to workaround a darwin assembler bug. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Lang Hames | The Indexes Patch. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Bob Wilson | Fix branch folding bug for indirect branches: for a... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | reimplement multiple return value handling in IPSCCP... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Evan Cheng | Fix t2Int_eh_sjlj_setjmp. Immediate form of orr is... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Bill Wendling | Use llvm-gcc on newer Darwins. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Nuno Lopes | set svn:ignore |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Evan Cheng | fconsts / fconstd immediate should be proceeded with #. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | fix broken link |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Evan Cheng | Re-apply 85799. It turns out my code isn't buggy. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | fix test |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | merge a test into ipsccp-basic. running llvm-ld to... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
David Goodwin | Do a scheduling pass ignoring anti-dependencies to... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | finish half thunk thought |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Victor Hernandez | Changes requested (avoid getFunction(), avoid Type... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
David Goodwin | <rdar://problem/7352605>. When building schedule graph... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Victor Hernandez | Changes (* location in pointer variables, avoiding... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | turn IPSCCP back on by default, try #3 or 4? Woo. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | fix an IPSCCP bug I introduced when I changed IPSCCP... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Duncan Sands | Make this code more robust by not thinking we are makin... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Devang Patel | Parse debug info attached with insertvalue and extractv... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Anton Korobeynikov | Move subtarget check upper for NEON reg-reg fixup pass. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | mark some constant global const. |
commit | commitdiff | tree | snapshot |
next |