2012-03-25 |
Chandler Carruth | Teach instsimplify how to simplify comparisons of point... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Chandler Carruth | Switch the pointer-difference simplification logic... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Craig Topper | Prune some includes and forward declarations. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Craig Topper | Prune some includes and forward declarations. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Eli Bendersky | This file is no longer needed (DejaGNU-isms removed... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Rafael Espindola | s/restrict/describe/ |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Chandler Carruth | Teach the function cloner (and thus the inliner) to... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Eli Bendersky | Fix lit failure on cmake-clang-x64_64-linux bot, appare... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Eli Bendersky | Continue cleanup of LIT, getting rid of the remaining... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Chandler Carruth | Move the instruction simplification of callsite argumen... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Chandler Carruth | Add an asserting ValueHandle to the block simplificatio... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Use the isReachableFromEntry method. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Chandler Carruth | Don't form a WeakVH around the sentinel node in the... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Avoid using dominatedBySlowTreeWalk. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Chandler Carruth | Try to harden the recursive simplification still furthe... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Chandler Carruth | Don't add the instruction about to be RAUW'ed and erase... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Jean-Daniel... | Fix null to integer conversion warnings. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Chandler Carruth | FileCheck-ize this test. Note the FIXME I've introduced... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Chandler Carruth | Refactor the interface to recursively simplifying instr... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Remove always true variable. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Add a small release not about the range metadata. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Hal Finkel | Fix small-integer VAARG on SVR4 ABI PPC64. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Hal Finkel | Add the ability to promote legal integer VAARGs. This... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Francois Pichet | Fix the MSVC build. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Justin Holewinski | PTX: Fix predicate logic bug |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Andrew Trick | More IndVarSimplify cleanup. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | First part of PR12251. Add documentation and verifier... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Kostya Serebryany | add EP_OptimizerLast extension point |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Bill Wendling | It's possible for two types, which are isomorphic,... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Jim Grosbach | ARM tidy up ARMConstantIsland.cpp. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Jim Grosbach | Pretty-printing comments for literal floating point... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Akira Hatanaka | Add a hook in MCELFObjectTargetWriter to allow targets... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Dan Gohman | Don't convert objc_retainAutoreleasedReturnValue to... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Dan Gohman | It's not possible to insert code immediately after... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Owen Anderson | Make it feasible for clients using EngineBuilder to... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Lang Hames | Add support for register masks to PBQP. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Benjamin Kramer | Include cctype for std::isprint. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Benjamin Kramer | Include cstdio in a few place that depended on getting... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Benjamin Kramer | Move ftostr into its last user (cppbackend) and simplif... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Anton Korobeynikov | Add soname to LLVM shared library on Linux. Probably... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Duncan Sands | When propagating equalities, eg replacing A with B... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Duncan Sands | Indentation. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Bill Wendling | Ignore the last message. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Bill Wendling | Revert patch. It broke the build. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Bill Wendling | Dematerialize the source functions after we're done... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Eric Christopher | Remove the C backend. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Eric Christopher | Fix up cmake build. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Eric Christopher | Take out the debug info probe stuff. It's making some... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Nick Lewycky | Explicitly close optionally closed <li> tags. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Remove -enable-lsr-retry in time for 3.1. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Remove -enable-lsr-nested in time for 3.1. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Bill Wendling | Some whitespace and comment cleanup. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Bill Wendling | Remove unneeded #ifdefs. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Bill Wendling | Add a 'dump' method to the type map. Doxygenify some... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Evan Cheng | Source order scheduler should not preschedule nodes... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Evan Cheng | Assign node orders to target intrinsics which do not... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Dan Gohman | Refactor the code for visiting instructions out into... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Cleanup IVUsers::addUsersIfInteresting. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Remove unused simplifyIVUsers |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Remove -enable-iv-rewrite, which has been unsupported... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Convert -indvars tests that rely on SCEV expansion... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Remove tests: indvars trivially preserves GEPs now. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Remove test: trivial canonical IV test which is covered... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Test scalar evolution directly instead of testing the... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Andrew Trick | Remove redundant -enable-iv-rewrite=false flags from... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Silviu Baranga | Added soft fail checks for the disassembler when decodi... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Silviu Baranga | Added soft fail cases for the disassembler when decodin... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Silviu Baranga | Added soft fail cases for the disassembler when decodin... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Anders Waldenborg | [python] Add negative MemoryBuffer testcase |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Craig Topper | Remove some unnecessary forward declarations. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Chandler Carruth | Revert a series of commits to MCJIT to get the build... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Hal Finkel | PPC::DBG_VALUE must use Reg+Imm frame-index elimination... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Chris Lattner | add load/store volatility control to the C API, patch... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Chris Lattner | don't use "signed", just something I noticed in patches... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Eric Christopher | In erroneous inline assembly we could mistakenly try... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Chad Rosier | [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Michael J.... | [PathV2]: Fix bug in create_directories which caused... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Nick Lewycky | Add a release note for r145714. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Andrew Trick | misched: tag a few XFAILs that I plan to fix |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Danil Malyshev | Re-factored RuntimeDyld. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Kevin Enderby | Fix ARM disassembly of VST1 and VST2 instructions with... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Jan Sjödin | Fix windows compilation warning. Patch by Micah. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Nico Weber | Add a ${pathsep} variable to lit that expands to :... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Danil Malyshev | git-svn-id: https://llvm.org/svn/llvm-project/llvm... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Danil Malyshev | Missed getPointerToNamedFunction() declaration. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Danil Malyshev | Based on this discussion: lists.cs.uiuc.edu/pipermail... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Jim Grosbach | Checking a build_vector for an all-ones value. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Kostya Serebryany | [asan] fix one more bug related to long double |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Joerg Sonnenberger | Put Is64BitMemOperand into !defined(NDEBUG) for now. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Benjamin Kramer | Use a signed value for this enum to avoid spuriuos... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Chandler Carruth | Teach instsimplify to gracefully degrade in the presenc... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Anders Waldenborg | [python] Add some paths where to find test binary |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Anders Waldenborg | [python] Mark get_test_binary as not being a test |
commit | commitdiff | tree | snapshot |
2012-03-21 |
NAKAMURA Takumi | lit/TestRunner.py: [Win32] Rework WinWaitReleased(... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Gregory Szorc | Finish organizing C API docs. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Joerg Sonnenberger | Fix generation of the address size override prefix... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Andrew Trick | I meant to disable this test, not XFAIL it |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Andrew Trick | misched: beginning to add unit tests |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Andrew Trick | misched: fix LiveInterval update for bottom-up scheduling |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Andrew Trick | misched: trace LiveIntervals after scheduling. |
commit | commitdiff | tree | snapshot |
next |