| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 166 | -797/+797 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 6 | -23/+20 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 12 | -47/+55 |
* | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar | 2009-07-14 | 2 | -81/+57 |
* | Make SCEVCallbackVH::allUsesReplacedWith more thorough in removing | Dan Gohman | 2009-07-14 | 1 | -4/+8 |
* | Require IVUsers after LCSSA, since LCSSA does not preserve IVUsers. | Dan Gohman | 2009-07-14 | 1 | -3/+3 |
* | Add a comment about why ScalarEvolution doesn't recognize non-loop PHIs | Dan Gohman | 2009-07-14 | 1 | -0/+4 |
* | After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. | Torok Edwin | 2009-07-14 | 1 | -1/+5 |
* | eliminate extra space. | Torok Edwin | 2009-07-14 | 9 | -25/+24 |
* | Add extra sign extension to the same bit width before int sign | Anton Korobeynikov | 2009-07-14 | 2 | -3/+13 |
* | Add missing break. Patch by Artur Pietrek! | Anton Korobeynikov | 2009-07-14 | 1 | -0/+1 |
* | ProfileInfo interface tweaks. | Daniel Dunbar | 2009-07-14 | 1 | -6/+10 |
* | rename getValueName -> getMangledName. These two files have very | Chris Lattner | 2009-07-14 | 2 | -14/+17 |
* | Rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 3 | -5/+5 |
* | rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 1 | -1/+1 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 12 | -55/+47 |
* | Fix an obvious error. | Bob Wilson | 2009-07-14 | 1 | -3/+3 |
* | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner | 2009-07-14 | 2 | -57/+81 |
* | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 3 | -36/+21 |
* | Fix trivial todo in instcombine. | Eli Friedman | 2009-07-14 | 1 | -1/+2 |
* | 1. In Thumb mode, select tBx instead of ARM variants. | Evan Cheng | 2009-07-14 | 2 | -20/+16 |
* | Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant | Dan Gohman | 2009-07-14 | 2 | -15/+15 |
* | Remove hack now that Evan fixed it so that the frame pointer isn't saved twice. | Bill Wendling | 2009-07-14 | 1 | -23/+0 |
* | Fix indvars to not assume that a loop with a single unique exit | Dan Gohman | 2009-07-14 | 1 | -7/+5 |
* | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman | 2009-07-14 | 1 | -1/+62 |
* | use getValueName instead of makeNameProper. | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Fix detection of valid BFC immediates. | David Goodwin | 2009-07-14 | 1 | -10/+10 |
* | Do not use Mangler to remove '1' from linkage name. | Devang Patel | 2009-07-14 | 1 | -13/+4 |
* | Fix pr4544. When remating, make sure the destination register fits the instru... | Evan Cheng | 2009-07-14 | 1 | -0/+11 |
* | Don't delete asm's just because their inputs are undefined; | Dale Johannesen | 2009-07-14 | 1 | -8/+17 |
* | Add a newline, now that Value's operator<< doesn't print one. | Dan Gohman | 2009-07-14 | 1 | -0/+1 |
* | FreeInst is trapping. | Dan Gohman | 2009-07-14 | 1 | -0/+1 |
* | Fix an obvious copy-and-paste error. | Bob Wilson | 2009-07-14 | 1 | -8/+8 |
* | Revert 75308. | Bob Wilson | 2009-07-14 | 1 | -33/+3 |
* | the mangler can never mangle intrinsics, don't allow this. | Chris Lattner | 2009-07-14 | 1 | -4/+2 |
* | Revert 75309. | Bob Wilson | 2009-07-14 | 1 | -106/+8 |
* | rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more | Chris Lattner | 2009-07-14 | 1 | -20/+17 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 3 | -73/+19 |
* | remove Mangler::getTypeID and related data, it was only used for mangling | Chris Lattner | 2009-07-13 | 1 | -9/+1 |
* | remove mangler support for mangling local names. Mangler should only be | Chris Lattner | 2009-07-13 | 1 | -14/+0 |
* | fix CBE & MSIL backends to not use the mangler for non-global symbols. | Chris Lattner | 2009-07-13 | 3 | -27/+54 |
* | don't print redundant @PLT suffixes | Chris Lattner | 2009-07-13 | 1 | -4/+0 |
* | Revert an accidental commit. | Evan Cheng | 2009-07-13 | 1 | -1/+1 |
* | the mangler should put suffixes on unnamed global's mangled names as well | Chris Lattner | 2009-07-13 | 1 | -1/+1 |
* | Move a bit more functionality to LLVMContext, which apparently wasn't being u... | Owen Anderson | 2009-07-13 | 2 | -19/+29 |
* | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+10 |
* | Print a newline after printing a Value, now that Value's operator<< | Dan Gohman | 2009-07-13 | 1 | -1/+1 |
* | Two changes: | Chris Lattner | 2009-07-13 | 1 | -9/+2 |
* | Use assertion. | Devang Patel | 2009-07-13 | 1 | -2/+4 |
* | PR4548: optimize zext+udiv+trunc to udiv. | Eli Friedman | 2009-07-13 | 1 | -1/+20 |