2010-04-13 |
Eric Christopher | Temporarily revert r101075, it's causing invalid iterat... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Evan Cheng | Teach postra machine licm to hoist more obvious invaria... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Add a few comments. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Eliminate MachineBasicBlock::const_livein_iterator... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Rename MachineFrameInfo variables to MFI, for consisten... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Move MachineRegisterInfo's isLiveIn and isLiveOut out... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Use MachineBasicBlock::isLiveIn. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Delete an unused member variable. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Teach ScalarEvolution to simplify smax and umax when... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Minor code micro-optimizations. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Eric Christopher | Actually... return after the check for invalid input. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Benjamin Kramer | BumpPtrAllocator::Reset() doesn't need to allocate... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Benjamin Kramer | Update unittest for allocator laziness. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Benjamin Kramer | Let BumpPtrAllocator lazily allocate the first slab. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Owen Anderson | Remove SCCVN from the CMake build system. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | checkpoint. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Owen Anderson | SCCVN, we hardly knew ye! |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | Fix PR6826: GraphWriter delete the generated file befor... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Bob Wilson | Replace r101053 with a fix for getSOImmValRotate()... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Dan Gohman | Teach IndVarSimplify how to eliminate remainder operato... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Daniel Dunbar | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Daniel Dunbar | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | add llvm codegen support for -ffunction-sections and... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Sean Callanan | Build system fix to make llvm-mc properly build |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Micro-optimize a few hot spots. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Evan Cheng | Use .set expression for x86 pic jump table reference... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Add fast paths to ScalarEvolution::getSizeOf and getOff... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Bill Wendling | Third time's a charm... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Bill Wendling | Genericize the label test. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Bill Wendling | Correct test to test what I mean it to test. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Bill Wendling | Micro-optimization: |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Simplify this code. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Sean Callanan | Build system fixes. llvm-mc depends on |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Suppress LinearFunctionTestReplace when the computed... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Sean Callanan | Bug fix: made the enhanced disassembler's link |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Sean Callanan | Bug fix: included System/Types.h instead of |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Sean Callanan | Second try at integrating the edis tester. This |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Johnny Chen | Fixed a crasher in arm disassembler within ARMInstPrint... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Remove a #include. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Tobias Grosser | Remove unneeded debug in PostDominator runOnFunction() |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Tobias Grosser | Remove dead code in the dotty dominance tree printer. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Benjamin Kramer | Boolify. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Benjamin Kramer | Plug trivial leak. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Delete this code, which is no longer needed. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Move the EliminateIVUsers call back out to its original... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Generalize ScalarEvolution's PHI analysis to handle... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Rewrite the overflow checking in the get{Signed,Unsigne... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Use RecursivelyDeleteTriviallyDeadInstructions in Elimi... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Evan Cheng | Enable post regalloc machine licm by default. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Nick Lewycky | Remove use of exceptions from bugpoint. No deliberate... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Eric Christopher | Verify function prototypes before trying to optimize... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Remove unnecessary parens. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Re-apply r101000, with a fix: Don't eliminate an icmp... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | whether we enable dylibs or not depends on the host... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Dan Gohman | Revert 101000, which is breaking self-host builds. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Teach IndVarSimplify how to eliminate comparisons invol... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Enhance ScalarEvolution::isKnownPredicate with support for |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | When creating a ConstantRange for [n,UINT_MAX], special... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Add a cast to void to show that the return value is... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Delete a dead check. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Delete dead code. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Fix a #include. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Dan Gohman | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Benjamin Kramer | utostr isn't going away too soon, try to make it slight... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Nick Lewycky | Remove dead argument and clean whitespace. No functiona... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | Implement support for varargs functions without any... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Daniel Dunbar | configure: Fix default value for optimize_option, I... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | fix PR6743, a case where we'd delete an instruction... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | fix PR6760, a missing check in heap SRoA. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | turn an assert into a proper check, fixing crash on... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | improve haiku portability, patch by Paul Davey. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | add attributes and module level asm to the ocaml bindings, |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Sean Callanan | Updated the edis build mechanism to allow for builds |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Dan Gohman | Fix a typo and some indentation. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Dan Gohman | When determining a canonical insert position, don't... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Bob Wilson | Tidy whitespace. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Johnny Chen | If all the bit positions are not specified; do not... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Chris Lattner | suck the propagating "has dynamic libs" check into... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Chris Lattner | add minix support, patch by Kees van Reeuwijk! PR6797 |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Chris Lattner | clean this up, fix std::min ambiguity on some platforms. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Wesley Peck | Adding IPSCCP and Internalize passes to the C-bindings |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Bob Wilson | Provide versions of the ARM eh_sjlj_setjmp instructions... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Ted Kremenek | Move 'Optional' class from Clang to LLVM/ADT. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Johnny Chen | ARM decoder emitter should print out useful information... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Dan Gohman | When emitting code for an add, don't force a SCEVUnknow... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Dan Gohman | When looking for loop-invariant users, look through... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Benjamin Kramer | Make sure this test tests something. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Bob Wilson | Fix a grammaro. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Bob Wilson | Add a testcase for svn r100568. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Chris Lattner | "On SPU, variables in the .bss section that are allocat... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Bob Wilson | Fix up header comments to match the comment fixups... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Devang Patel | Clear InsnsBeginScopeSet and InsnsEndScopeSet at the... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Gabor Greif | performance: cache result of looking up user |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Dan Gohman | Merge a few fast-isel tests. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
next |