2009-07-14 |
Dan Gohman | Fix the expansion of umax and smax in the case where... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | fix a bug in my previous patch. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | allow default construction of formatted_raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | fix David's merge conflict |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | reapply r75408, which eliminates MOV64r0 in favor of... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
David Greene | Have asm printers use formatted_raw_ostream directly... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Viktor Kutuzov | Helper script to use bugpoint with a remote target. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | convert to filecheck style, simplify RUN line, and... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Viktor Kutuzov | Fix for bugpoint -remote-client |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | Remove some dead functions, patch by Ryan Flynn! |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | convert this test to filecheck style |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Fix a typo that Edwin spotted. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
David Goodwin | hasThumb2() does not mean we are compiling for thumb... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Add a comment clarifying the role of getPrimitiveTypeSi... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Remove an extra space. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Torok Edwin | Introduce a pointertracking pass. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | Testcase for PR4556 |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bill Wendling | Mark as fall through. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | Reapply my previous asmprinter changes now with more... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kevin Enderby | Added llvm-mc support for parsing the .desc directive. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Add a testcase for a bug fixed by r75634. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | LLVM doesn't use libelf. Remove libelf configurey. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dale Johannesen | Revert 75571; I'm convinced this isn't the right thing... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | Revert r7561{9,8,7,6}, which depend on r75610. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | Revert r75615, which depended on 75610. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | Revert r75610 (and r75620, which was blocking the rever... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Make SCEVCallbackVH::allUsesReplacedWith more thorough... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Require IVUsers after LCSSA, since LCSSA does not prese... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Add a comment about why ScalarEvolution doesn't recogni... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Torok Edwin | After converting assert(0) to LLVM_UNREACHABLE we lost... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Torok Edwin | eliminate extra space. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Anton Korobeynikov | Add extra sign extension to the same bit width before... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Anton Korobeynikov | Add missing break. Patch by Artur Pietrek! |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | Move main llvm-prof functionality into a ModulePass. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | ProfileInfo interface tweaks. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Evan Cheng | Use http instead https for anonymous readonly check... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | remove renamed method. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | rename getValueName -> getMangledName. These two files... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | Rename getValueName -> getMangledName |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | rename getValueName -> getMangledName |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | rename getValueName -> getMangledName |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | Rename getValueName -> getMangledName. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Remove some tabs and fix other whitespace. No function... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Fix an obvious error. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | Change the X86 asmprinter to use the mangler to apply... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Lang Hames | New VNInfo alignment patch by Ryan Flynn. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | Change the internal interface to makeNameProper to... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Lang Hames | Unbroke LiveInterval. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Lang Hames | Tidy up VNInfo alignment code. Patch contributed by... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Eli Friedman | Fix trivial todo in instcombine. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Evan Cheng | 1. In Thumb mode, select tBx instead of ARM variants. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Update LoopSimplify and LoopUnswitch to use the new... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Port this unittest to use LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bill Wendling | Remove hack now that Evan fixed it so that the frame... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Fix indvars to not assume that a loop with a single... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Introduce a new LoopInfo utility function makeLoopInvar... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | use getValueName instead of makeNameProper. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
David Goodwin | Fix detection of valid BFC immediates. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Devang Patel | Do not use Mangler to remove '1' from linkage name. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bill Wendling | Check for the correct unnamed name. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Evan Cheng | Fix pr4544. When remating, make sure the destination... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dale Johannesen | Don't delete asm's just because their inputs are undefined; |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Add a newline, now that Value's operator<< doesn't... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | FreeInst is trapping. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Fix an obvious copy-and-paste error. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Revert 75308. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | the mangler can never mangle intrinsics, don't allow... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Eli Friedman | Fix obvious typo. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Revert 75309. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Move more functionality over to LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | remove Mangler::getTypeID and related data, it was... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | remove mangler support for mangling local names. Mangl... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | fix CBE & MSIL backends to not use the mangler for... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | don't print redundant @PLT suffixes |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Evan Cheng | Revert an accidental commit. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | the mangler should put suffixes on unnamed global's... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Move a bit more functionality to LLVMContext, which... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Kevin Enderby | Added llvm-mc support for parsing the .abort directive. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Check in a reduced version of this testcase. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Print a newline after printing a Value, now that Value... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | #include "llvm/Assembly/Writer.h" to get the declaratio... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Use assertion. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | PR4548: optimize zext+udiv+trunc to udiv. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Inline EvalVectorOp in order to get rid of passing... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bruno Cardoso... | Cleanup the global emission and refactor some code |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Fix the build. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | NewNightlyTest.pl - Add -configure-args option. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Fix bug in run-line. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Add testcases for PR4538, PR4537, and PR4534. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | clean up some syntax. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Canonicalize boolean +/- a constant to a select. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Fix a few assertion strings. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Forward-declare Loop and LoopInfo instead of #including... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | These don't really need contexts either. |
commit | commitdiff | tree | snapshot |
next |