2009-03-31 |
Evan Cheng | Throttle back "fold select into operand" transformation... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Evan Cheng | Fully general expansion of integer shift of any size. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Evan Cheng | i128 shift libcalls are not available on x86. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Reapply 68073, with fixes. EH Landing-pad basic blocks... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Mikhail Glushenkov | Do not pass '-relocation-model=pic' to llc. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Douglas Gregor | Stop guessing, start thinking, and make PointerUnion3... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Add an explicit -asm-verbose to these tests, to make it |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Devang Patel | Update call graph after inlining invoke. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Daniel Dunbar | Add llvm::sys::getHostTriple and remove |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Minor top-level comment fix. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Tidy up some comments. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Rafael Espindola | remove unused arguments. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bill Wendling | Really temporarily revert r68073. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bill Wendling | Oy! When reverting r68073, I added in experimental... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Owen Anderson | Remove the "fast" cases for spill and restore point... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bill Wendling | Revert r68073. It's causing a failure in the Apple... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | shrink subclassid, liberating some bits for future... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Fix live-out reg logic to not insert over-aggressive... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Evan Cheng | X86 address mode isel tweak. If the base of the address... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Douglas Gregor | Really, really fix PointerUnion3::is |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dan Gohman | Except in asm-verbose mode, avoid printing labels for... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Devang Patel | Loop Index Split can eliminate a loop if it can determi... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Douglas Gregor | Make PointerUnion3::get work properly |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Evan Cheng | When optimzing a mul by immediate into two, the resulti... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Evan Cheng | Turn a 2-address instruction into a 3-address one when... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | update comment. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bill Wendling | Balance out quote in debug output. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bill Wendling | Fix grammar-o in comment. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | add a PointerUnion3 class and generalize PointerUnion... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | fix the PointerLikeTypeTraits specialization for Pointe... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dan Gohman | Constify arguments in isSuccessor and isLayoutSuccessor. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dan Gohman | Update the polygen grammer to reflect that zext and... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
John Mosby | docs/TestingGuide.html: correction to prev. text (objdi... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bob Wilson | Fix comment to match function name. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Devang Patel | getEntryFor() may invalidate DenseMap iterator. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Mike Stump | Add ccc back for now. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Clearify local/global relocations wording |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Fix thinko: put stuff with both global and local reloca... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Tweak test for recent relro stuff |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Fix infinite looping |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Properly propagate Kind. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Do not propagate ELF-specific stuff (data.rel) into... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Add data.rel stuff |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | fix some validation problems. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Evan Cheng | Forgot this test. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
John Mosby | Clarify section on setting up and running test-suite |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Misha Brukman | Updated the comment for isArithmeticShift() to match... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Bill Wendling | Constify check. This fixes PR3900. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Testcase for recent ro/relocs stuff |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | IA64 is as weird as Alpha wrt r/o relocs :) |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Alpha always requires global relocations to be r/w... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Honour relocation behaviour stuff for ro objects |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Extend the relocation tracker handler, so we can filter... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Duncan Sands | Fix PR3899: add support for extracting floats from... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add missing space. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add some comments, add a dyn_cast method. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | When forming sentinels for empty/tombstone, make sure... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add helper method. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Add a simple type-safe bit-mangling pointer union class... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Allow a specific PointerIntPair instance to use a speci... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Add a PointerLikeTypeTraits specialization for uintptr_t |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Value* only has 2 bits free as well. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Replace the PointerLikeTypeTraits::getNumLowBitsAvailable |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | rename PointerLikeTypeInto to PointerLikeTypeTraits... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | now that you can put a PointerIntPair in a SmallPtrSet... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | teach SmallPtrSet that PointerIntPair is "basically... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Rafael Espindola | Use array_lengthof |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Rafael Espindola | Have only one definition of X86AddrNumOperands. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Rafael Espindola | Make code a bit less brittle by no hardcoding the number |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Arnold Schwaighofer | Make check in CheckTailCallReturnConstraints for ignora... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Bill Wendling | Update the Visual Studio docs. Patch by Stefanus! |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Arnold Schwaighofer | Enable tail call optimization for functions that return... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | declare everything as class to avoid angering the VC... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | add a traits class for SmallPtrSet that allows us to... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Evan Cheng | Optimize some 64-bit multiplication by constants into... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | move a large method out of line. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Fix what surely must be a copy+pasto. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Initialize LiveOutInfo's APInt members to zero, as... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Gabor Greif | "ghostify" the ilist<Function> sentinel |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mike Stump | Allow invertable -xno- style optins as well. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Revert r67844. This fixes the llvm-gcc-4.2 build on... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Julien Lerouge | Fix build on MacOS 10.4 systems (suggested by Mike... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Fix this test so that it doesn't spuriously fail due... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Espindola | Avoid hardcoding that X86 addresses have 4 operands. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Espindola | Use less hard coded constants to make the code less... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | Reapply r66415, which was reverted in r66426 for |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Espindola | I am trying to add a segment to the X86 addresses match... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | Revert r67798: it breaks llvm-gcc bootstrap on x86... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mikhail Glushenkov | Documentation update. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mikhail Glushenkov | -write-graph now can be used with -o. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | Revert previous change in favour of an explanatory |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | A Release-Asserts build makes it sound like assertions |
commit | commitdiff | tree | snapshot |
2009-03-27 |
John Mosby | Shrink wrapping in PEI: initial release. Finishing... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Evan Cheng | Add a __builtin___memset_chk test. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dale Johannesen | One more place to skip debug info. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Devang Patel | While hoisting an instruction, update alias info set... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Mike Stump | Update to account for driver renaming. |
commit | commitdiff | tree | snapshot |
next |