2009-10-13 |
Bob Wilson | More Neon clean-up: avoid the need for custom-lowering... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Kevin Enderby | More bits of the ARM target assembler for llvm-mc to... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Evan Cheng | Teach basic AA about PHI nodes. If all operands of... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dale Johannesen | Documentation for the new msasm flag, which is no |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Bob Wilson | NEON VLD/VST are now fully implemented. For operations... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Do not check use_empty() before replaceAllUsesWith... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jeffrey Yasskin | Keep track of stubs that are created. This fixes PR5162... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Douglas Gregor | Add is_same type trait |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Duncan Sands | Introduce new convenience methods for sign extending or |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Optimizer may remove debug info. This test checks... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Bob Wilson | Revise ARM inline assembly memory operands to require... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dale Johannesen | Add an "msasm" flag to inline asm as suggested in PR... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | These tests now pass. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Sandeep Patel | Fix method name in comment, per Bob Wilson. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Use the new CodeMetrics class to compute code size... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Compute a full cost value even when a setjmp call is... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Split code not specific to Function inlining out into... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
David Goodwin | Add debugging output. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Ted Kremenek | Provide a mode for ImmutableMap/ImmutableSet to not... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Sandeep Patel | Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Ted Kremenek | Update CMake file (lexically order files). |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Do not write empty METADATA_ATTACHMENT record. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Remove unnecessary assert. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Benjamin Kramer | Update the other CMake file. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Parse GEP with attached custom metadata. This happens... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Evan Cheng | Refactor some code. No functionality changes. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Commit the removal of this file, which is now moved... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Move the InlineCost code from Transforms/Utils to Analysis. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Start refactoring the inline cost estimation code so... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | change simplifycfg to not duplicate 'unwind' instructio... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Make LoopUnswitch's cost estimation count Instructions... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | rename ReleaseNotes-2.6.html -> ReleaseNotes.html |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | add Zero |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jeffrey Yasskin | Make the ExecutionEngine automatically remove global... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Chris Lattner | don't use dead loads as tests. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | "there is not any instruction with attached debug info... |
commit | commitdiff | tree | snapshot |
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 |
next |