| Age | Commit message (Expand) | Author |
| 2009-07-14 | Added llvm-mc support for parsing the .include directive. | Kevin Enderby |
| 2009-07-14 | minor syntax cleanup | Chris Lattner |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-14 | Fix path name. | Daniel Dunbar |
| 2009-07-14 | Use the right relocation type for X86::MOV64ri64i32 | Bruno Cardoso Lopes |
| 2009-07-14 | Fix bad indentation and 80-col violation. | Bob Wilson |
| 2009-07-14 | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby |
| 2009-07-14 | Check for PRE_INC and POST_INC. | David Goodwin |
| 2009-07-14 | Fix the expansion of umax and smax in the case where one or more of | Dan Gohman |
| 2009-07-14 | Update CMake file. | Ted Kremenek |
| 2009-07-14 | fix David's merge conflict | Chris Lattner |
| 2009-07-14 | reapply r75408, which eliminates MOV64r0 in favor of using | Chris Lattner |
| 2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
| 2009-07-14 | Update CMake file. | Ted Kremenek |
| 2009-07-14 | hasThumb2() does not mean we are compiling for thumb, must also check isThumb(). | David Goodwin |
| 2009-07-14 | Remove an extra space. | Bob Wilson |
| 2009-07-14 | Introduce a pointertracking pass. | Torok Edwin |
| 2009-07-14 | Mark as fall through. | Bill Wendling |
| 2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
| 2009-07-14 | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby |
| 2009-07-14 | Revert 75571; I'm convinced this isn't the right thing to do. | Dale Johannesen |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-14 | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar |
| 2009-07-14 | Revert r75615, which depended on 75610. | Daniel Dunbar |
| 2009-07-14 | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar |
| 2009-07-14 | Make SCEVCallbackVH::allUsesReplacedWith more thorough in removing | Dan Gohman |
| 2009-07-14 | Require IVUsers after LCSSA, since LCSSA does not preserve IVUsers. | Dan Gohman |
| 2009-07-14 | Add a comment about why ScalarEvolution doesn't recognize non-loop PHIs | Dan Gohman |
| 2009-07-14 | After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. | Torok Edwin |
| 2009-07-14 | eliminate extra space. | Torok Edwin |
| 2009-07-14 | Add extra sign extension to the same bit width before int sign | Anton Korobeynikov |
| 2009-07-14 | Add missing break. Patch by Artur Pietrek! | Anton Korobeynikov |
| 2009-07-14 | ProfileInfo interface tweaks. | Daniel Dunbar |
| 2009-07-14 | rename getValueName -> getMangledName. These two files have very | Chris Lattner |
| 2009-07-14 | Rename getValueName -> getMangledName | Chris Lattner |
| 2009-07-14 | rename getValueName -> getMangledName | Chris Lattner |
| 2009-07-14 | Rename getValueName -> getMangledName. | Chris Lattner |
| 2009-07-14 | Fix an obvious error. | Bob Wilson |
| 2009-07-14 | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner |
| 2009-07-14 | Change the internal interface to makeNameProper to take a bool that | Chris Lattner |
| 2009-07-14 | Fix trivial todo in instcombine. | Eli Friedman |
| 2009-07-14 | 1. In Thumb mode, select tBx instead of ARM variants. | Evan Cheng |
| 2009-07-14 | Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant | Dan Gohman |
| 2009-07-14 | Remove hack now that Evan fixed it so that the frame pointer isn't saved twice. | Bill Wendling |
| 2009-07-14 | Fix indvars to not assume that a loop with a single unique exit | Dan Gohman |
| 2009-07-14 | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman |
| 2009-07-14 | use getValueName instead of makeNameProper. | Chris Lattner |
| 2009-07-14 | Fix detection of valid BFC immediates. | David Goodwin |
| 2009-07-14 | Do not use Mangler to remove '1' from linkage name. | Devang Patel |
| 2009-07-14 | Fix pr4544. When remating, make sure the destination register fits the instru... | Evan Cheng |