| Age | Commit message (Expand) | Author |
| 2009-03-29 | Honour relocation behaviour stuff for ro objects | Anton Korobeynikov |
| 2009-03-29 | Extend the relocation tracker handler, so we can filter on different 'kinds' ... | Anton Korobeynikov |
| 2009-03-29 | Fix PR3899: add support for extracting floats from vectors | Duncan Sands |
| 2009-03-29 | add missing space. | Chris Lattner |
| 2009-03-29 | add some comments, add a dyn_cast method. | Chris Lattner |
| 2009-03-29 | When forming sentinels for empty/tombstone, make sure to respect the | Chris Lattner |
| 2009-03-29 | add helper method. | Chris Lattner |
| 2009-03-29 | Add a simple type-safe bit-mangling pointer union class. This allows | Chris Lattner |
| 2009-03-29 | Allow a specific PointerIntPair instance to use a specific Pointer trait: | Chris Lattner |
| 2009-03-29 | Add a PointerLikeTypeTraits specialization for uintptr_t | Chris Lattner |
| 2009-03-29 | Value* only has 2 bits free as well. | Chris Lattner |
| 2009-03-29 | Replace the PointerLikeTypeTraits::getNumLowBitsAvailable | Chris Lattner |
| 2009-03-29 | rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for | Chris Lattner |
| 2009-03-29 | now that you can put a PointerIntPair in a SmallPtrSet, remove some | Chris Lattner |
| 2009-03-29 | teach SmallPtrSet that PointerIntPair is "basically a pointer". | Chris Lattner |
| 2009-03-28 | add a note | Chris Lattner |
| 2009-03-28 | Use array_lengthof | Rafael Espindola |
| 2009-03-28 | Have only one definition of X86AddrNumOperands. | Rafael Espindola |
| 2009-03-28 | Make code a bit less brittle by no hardcoding the number | Rafael Espindola |
| 2009-03-28 | Make check in CheckTailCallReturnConstraints for ignorable instructions between | Arnold Schwaighofer |
| 2009-03-28 | Update the Visual Studio docs. Patch by Stefanus! | Bill Wendling |
| 2009-03-28 | Enable tail call optimization for functions that return a struct (bug 3664) a... | Arnold Schwaighofer |
| 2009-03-28 | declare everything as class to avoid angering the VC++ gods. | Chris Lattner |
| 2009-03-28 | add a traits class for SmallPtrSet that allows us to stick things that are | Chris Lattner |
| 2009-03-28 | Optimize some 64-bit multiplication by constants into two lea's or one lea + ... | Evan Cheng |
| 2009-03-28 | move a large method out of line. | Chris Lattner |
| 2009-03-27 | Fix what surely must be a copy+pasto. | Dan Gohman |
| 2009-03-27 | Initialize LiveOutInfo's APInt members to zero, as APInt's | Dan Gohman |
| 2009-03-27 | remove trailing whitespace | Jim Grosbach |
| 2009-03-27 | "ghostify" the ilist<Function> sentinel | Gabor Greif |
| 2009-03-27 | Allow invertable -xno- style optins as well. | Mike Stump |
| 2009-03-27 | Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin. | Dan Gohman |
| 2009-03-27 | Fix build on MacOS 10.4 systems (suggested by Mike Smith). | Julien Lerouge |
| 2009-03-27 | Fix this test so that it doesn't spuriously fail due to some | Dan Gohman |
| 2009-03-27 | Avoid hardcoding that X86 addresses have 4 operands. | Rafael Espindola |
| 2009-03-27 | Use less hard coded constants to make the code less brittle. | Rafael Espindola |
| 2009-03-27 | Reapply r66415, which was reverted in r66426 for | Duncan Sands |
| 2009-03-27 | I am trying to add a segment to the X86 addresses matching to | Rafael Espindola |
| 2009-03-27 | Revert r67798: it breaks llvm-gcc bootstrap on x86-64-linux, presumably due to | Duncan Sands |
| 2009-03-27 | Documentation update. | Mikhail Glushenkov |
| 2009-03-27 | -write-graph now can be used with -o. | Mikhail Glushenkov |
| 2009-03-27 | Revert previous change in favour of an explanatory | Duncan Sands |
| 2009-03-27 | A Release-Asserts build makes it sound like assertions | Duncan Sands |
| 2009-03-27 | Shrink wrapping in PEI: initial release. Finishing development, enable with -... | John Mosby |
| 2009-03-27 | Add a __builtin___memset_chk test. | Evan Cheng |
| 2009-03-27 | One more place to skip debug info. | Dale Johannesen |
| 2009-03-26 | While hoisting an instruction, update alias info set tracker. | Devang Patel |
| 2009-03-26 | Update to account for driver renaming. | Mike Stump |
| 2009-03-26 | -no-implicit-float means explicit fp operations are legal. | Evan Cheng |
| 2009-03-26 | Add -march=x86. | Evan Cheng |