2009-10-13 |
Bob Wilson | Add some ARM instruction encoding bits. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Bob Wilson | Fix regression introduced by r83894. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Copy metadata when value is RAUW'd. It is debatable... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Disable this test for now. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Bob Wilson | Fix a tab. Thanks to Johnny Chen for pointing it out. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Duncan Sands | The eh.exception intrinsic only reads from memory,... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Duncan Sands | Pacify the compiler (signed with unsigned comparison... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nick Lewycky | Force memory use markers to have a ConstantInt for... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nick Lewycky | Teach BasicAA a little something about the atomic intri... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nick Lewycky | Add new "memory use marker" intrinsics. These indicate... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Daniel Dunbar | Fix a -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | remove dead header. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | remove notcast, it is now dead! |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | remove two old and nearly useless tests. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | XFAIL these tests for now. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Add a ceilLogBase2 function to APInt. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Victor Hernandez | Memory dependence analysis was incorrectly stopping... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Edward O'Callaghan | Regenerate configure for rev. 83823 putback. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Devang Patel | Enable "debug info attached to an instruction" mode. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Devang Patel | Find enclosing subprogram info. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Devang Patel | Set default location for a function if it is not set. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Kevin Enderby | Fix two warnings about unused variables that are only... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Delete a comment that makes no sense to me. The statem... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Kevin Enderby | Fix a problem in the code where ARMAsmParser::ParseShif... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Evan Cheng | Make licm debug message readable. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Change CreateNewWater method to return NewMBB by reference. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Last week, ARMConstantIslandPass was failing to converg... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Another minor clean-up. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | allow this testcase to pass with recent changes. The... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Remove redundant parameter. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Use early exit to reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Change to return a value by reference. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Bob Wilson | Add a typedef for an iterator. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dale Johannesen | Revert the kludge in 76703. I got a clean |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dale Johannesen | Fix warning. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | fix validation error pointed out by gabor (and the... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | Improve bugpoint doc, patch by Timo Lindfors! |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Jeffrey Yasskin | Fix llvm.org/PR5160, to let CallbackVHs modify other... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | another bunch of <tt>s |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dan Gohman | Remove a redundant member variable. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dan Gohman | Delete some obsolete declarations. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | even more <tt>s |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dan Gohman | Don't forget to mark RAX as live-out of the function... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | more typewriter face |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | fix three validation errors, I leave the fourth to... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | set some options in typewriter font |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Benjamin Kramer | Documentation: Perform automated correction of common... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Torok Edwin | Fix typo, patch from Timo Juhani Lindfors. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Benjamin Kramer | Eliminate some redundant llvm-as calls. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Missing CHECK: lines makes test exit abnormally. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | FileCheck not CheckFile, oops. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Convert InstCombine/call.ll to CheckFile. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Convert the rest of the InstCombine tests from notcast... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nick Lewycky | Remove this part of the test, it never actually tested... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Fix syntax error missed in converting zext.ll test... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Convert InstCombine tests from notcast to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nate Begeman | More heuristics for Combiner-AA. Still catches all... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Haiku porting patches, Credit to Paul Davey. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | Fix PR5087, patch by Jakub Staszak! |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | add some more hooks to the C bindings, patch by Kenneth... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Douglas Gregor | Make ParallelJIT pthreads linking with CMake slightly... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Fix LLVM CMake build system so that it may now work... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | populate instcombine's initial worklist more carefully... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | revert r83814 for now, it is making the llvm-gcc bootst... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | pic16 uses 16 bit pointers, but is 8 bit. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | populate instcombine's initial worklist more carefully... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nick Lewycky | Fix Makefile to build correctly on Darwin. Patch by... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Add missed mem-mem move patterns |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Add MSP430 mem-mem insts support. Patch by Brian Lucas... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | remove some harmful code that would turn an inserteleme... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Add bunch of MSP430 'feature' tests. Patch by Brian... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | reduce vec_shuffle2 and merge into vec_shuffle. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | filecheckize vec_shuffle.ll and merge shuffle.ll into it. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | remove old testcase |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | merge test into shift.ll, this also eliminates awful... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | convert to filecheck. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | teach instcombine to simplify xor's harder, catching the |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | cleanups |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | convert xor2 to filecheck, merge in a random regtest |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | cleanup, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | generalize a transformation even more: we don't care... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | simplify a transformation by making it more general. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | temporarily revert previous patch |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | populate instcombine's initial worklist more carefully... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Torok Edwin | Remove CleanupDbgInfo, instcombine does this and its... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Duncan Sands | More DragonEgg verbiage. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Duncan Sands | Remove spurious brackets. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Torok Edwin | LICM shouldn't sink/delete debug information. Fix this... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Implement 'm' memory operand properly |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Implement proper asmprinting for the globals. This... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Implement asm printing for inline asm memory operands |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | add PR5004 as a known problem. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | duncan points out that llvm-gcc doesn't do the right... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | when folding duplicate conditions, delete the |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | some notes from Anton |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Gabor Greif | catch some other serial commas that my earlier grep... |
commit | commitdiff | tree | snapshot |
next |