- b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 13 years ago
- 4787cc4 Update documentation for old api changes. by Eric Christopher · 13 years ago
- 7ddcd35 Use the new range metadata in computeMaskedBits and add a new optimization to by Rafael Espindola · 13 years ago
- 0e5233a Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h by Craig Topper · 13 years ago
- acf2077 Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. by Craig Topper · 13 years ago
- 58725a6 Teach instsimplify how to simplify comparisons of pointers which are by Chandler Carruth · 13 years ago
- 9d9e29b Switch the pointer-difference simplification logic to only work with by Chandler Carruth · 13 years ago
- 805853b Prune some includes and forward declarations. by Craig Topper · 13 years ago
- 6c01492 Prune some includes and forward declarations. by Craig Topper · 13 years ago
- a5adcc1 This file is no longer needed (DejaGNU-isms removed from code) by Eli Bendersky · 13 years ago
- 626c346 s/restrict/describe/ Thanks Duncan. by Rafael Espindola · 13 years ago
- f8c8a9c Teach the function cloner (and thus the inliner) to simplify PHINodes by Chandler Carruth · 13 years ago
- 0417d7d Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having by Eli Bendersky · 13 years ago
- cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 13 years ago
- d54f9a4 Move the instruction simplification of callsite arguments in the inliner by Chandler Carruth · 13 years ago
- acdae3e2 Add an asserting ValueHandle to the block simplification code which will by Chandler Carruth · 13 years ago
- eede6c9 Use the isReachableFromEntry method. by Rafael Espindola · 13 years ago
- 858cd1c Don't form a WeakVH around the sentinel node in the instructions BB by Chandler Carruth · 13 years ago
- 42c487d Avoid using dominatedBySlowTreeWalk. by Rafael Espindola · 13 years ago
- 6231d5b Try to harden the recursive simplification still further. This is again by Chandler Carruth · 13 years ago
- c5b785b Don't add the instruction about to be RAUW'ed and erased to the by Chandler Carruth · 13 years ago
- 300361a Fix null to integer conversion warnings. by Jean-Daniel Dupas · 13 years ago
- b809546 FileCheck-ize this test. Note the FIXME I've introduced here: we've by Chandler Carruth · 13 years ago
- 6b98054 Refactor the interface to recursively simplifying instructions to be tad by Chandler Carruth · 13 years ago
- afe629d Remove always true variable. by Rafael Espindola · 13 years ago
- 692cd45 Add a small release not about the range metadata. by Rafael Espindola · 13 years ago
- 179a4dd Fix small-integer VAARG on SVR4 ABI PPC64. by Hal Finkel · 13 years ago
- 5194d6d Add the ability to promote legal integer VAARGs. This is required for the PPC64 SVR4 ABI. by Hal Finkel · 13 years ago
- b54a5ed Fix the MSVC build. by Francois Pichet · 13 years ago
- 4108508 PTX: Fix predicate logic bug by Justin Holewinski · 13 years ago
- c5480c6 More IndVarSimplify cleanup. by Andrew Trick · 13 years ago
- 39dd328 First part of PR12251. Add documentation and verifier support for the range by Rafael Espindola · 13 years ago
- 1db3949 add EP_OptimizerLast extension point by Kostya Serebryany · 13 years ago
- a20689f It's possible for two types, which are isomorphic, to be added to the by Bill Wendling · 13 years ago
- 7a46525 ARM tidy up ARMConstantIsland.cpp. by Jim Grosbach · 13 years ago
- 7c0bc00 Pretty-printing comments for literal floating point in .s files. by Jim Grosbach · 13 years ago
- 00ca888 Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation by Akira Hatanaka · 13 years ago
- 6fedb3c Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it by Dan Gohman · 13 years ago
- fbab4a8 It's not possible to insert code immediately after an invoke in the by Dan Gohman · 13 years ago
- 8e1fc56 Make it feasible for clients using EngineBuilder to capture the TargetMachine that is created as part of selecting the appropriate target. by Owen Anderson · 13 years ago
- f1113ef Add support for register masks to PBQP. by Lang Hames · 13 years ago
- 81bbdfd Include cctype for std::isprint. by Benjamin Kramer · 13 years ago
- 901b858 Include cstdio in a few place that depended on getting it transitively through StringExtras.h by Benjamin Kramer · 13 years ago
- e68e775 Move ftostr into its last user (cppbackend) and simplify it a bit. by Benjamin Kramer · 13 years ago
- d25dc33 Add soname to LLVM shared library on Linux. Probably the same stuff is necessary for *BSD. by Anton Korobeynikov · 13 years ago
- e959f7e When propagating equalities, eg replacing A with B in every basic block by Duncan Sands · 13 years ago
- 01b305f Indentation. by Duncan Sands · 13 years ago
- 208b6f6 Ignore the last message. by Bill Wendling · 13 years ago
- b22a166 Revert patch. It broke the build. by Bill Wendling · 13 years ago
- 12d9a90 Dematerialize the source functions after we're done with them. This saves a bit by Bill Wendling · 13 years ago
- a443e5b Remove the C backend. by Eric Christopher · 13 years ago
- fe3956f Fix up cmake build. by Eric Christopher · 13 years ago
- 9e7e609 Take out the debug info probe stuff. It's making some changes to by Eric Christopher · 13 years ago
- 8a618a2 Explicitly close optionally closed <li> tags. by Nick Lewycky · 13 years ago
- d194454 Remove -enable-lsr-retry in time for 3.1. by Andrew Trick · 13 years ago
- bd618f1 Remove -enable-lsr-nested in time for 3.1. by Andrew Trick · 13 years ago
- ee5a53d Some whitespace and comment cleanup. by Bill Wendling · 13 years ago
- 6d6c6d7 Remove unneeded #ifdefs. by Bill Wendling · 13 years ago
- cd7193f Add a 'dump' method to the type map. Doxygenify some of the comments and add a by Bill Wendling · 13 years ago
- 479389a Source order scheduler should not preschedule nodes with multiple uses. rdar://11096639 by Evan Cheng · 13 years ago
- 5aef795 Assign node orders to target intrinsics which do not produce results. rdar://11096639 by Evan Cheng · 13 years ago
- c7f5c6e Refactor the code for visiting instructions out into helper functions. by Dan Gohman · 13 years ago
- 1508e5e Cleanup IVUsers::addUsersIfInteresting. by Andrew Trick · 13 years ago
- 9f25395 Remove unused simplifyIVUsers by Andrew Trick · 13 years ago
- db0d666 Remove -enable-iv-rewrite, which has been unsupported since 3.0. by Andrew Trick · 13 years ago
- 0c0a3ef Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests. by Andrew Trick · 13 years ago
- f6399a6 Remove tests: indvars trivially preserves GEPs now. by Andrew Trick · 13 years ago
- 3730a85 Remove test: trivial canonical IV test which is covered by other SCEV tests. by Andrew Trick · 13 years ago
- 54e3ade Test scalar evolution directly instead of testing the result of by Andrew Trick · 13 years ago
- dba9573 Remove redundant -enable-iv-rewrite=false flags from test cases. by Andrew Trick · 13 years ago
- 6fe310e Added soft fail checks for the disassembler when decoding some corner cases of the STRD, STRH, LDRD, LDRH, LDRSH and LDRSB instructions on ARM. by Silviu Baranga · 13 years ago
- b7c2ed6 Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDRSHT instruction on ARM by Silviu Baranga · 13 years ago
- a0c48eb Added soft fail cases for the disassembler when decoding MUL instructions on ARM. by Silviu Baranga · 13 years ago
- e3295cc [python] Add negative MemoryBuffer testcase by Anders Waldenborg · 13 years ago
- 63bd926 Remove some unnecessary forward declarations. by Craig Topper · 13 years ago
- 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 13 years ago
- f2f6182 PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offsets. Fixes PR12203. by Hal Finkel · 13 years ago
- eabe3ad add load/store volatility control to the C API, patch by Yiannis Tsiouris! by Chris Lattner · 13 years ago
- 1fe6bfc don't use "signed", just something I noticed in patches flying by. by Chris Lattner · 13 years ago
- aa206ff In erroneous inline assembly we could mistakenly try to access the by Eric Christopher · 13 years ago
- 544b9b4 [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271% by Chad Rosier · 13 years ago
- 55f43d6 [PathV2]: Fix bug in create_directories which caused infinite recursion on by Michael J. Spencer · 13 years ago
- 98a92d1 Add a release note for r145714. by Nick Lewycky · 13 years ago
- 0726926 misched: tag a few XFAILs that I plan to fix by Andrew Trick · 13 years ago
- 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
- f0586f0 Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test by Kevin Enderby · 13 years ago
- 9ca3b89 Fix windows compilation warning. Patch by Micah. by Jan Sjödin · 13 years ago
- 0191bfc Add a ${pathsep} variable to lit that expands to : (or ; on win32). by Nico Weber · 13 years ago
- b474620 by Danil Malyshev · 13 years ago
- 6ae599a Missed getPointerToNamedFunction() declaration. by Danil Malyshev · 13 years ago
- 7803ec3 Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html by Danil Malyshev · 13 years ago
- 331ff3b Checking a build_vector for an all-ones value. by Jim Grosbach · 13 years ago
- 208a4ff [asan] fix one more bug related to long double by Kostya Serebryany · 13 years ago
- d9e85ef Put Is64BitMemOperand into !defined(NDEBUG) for now. by Joerg Sonnenberger · 13 years ago
- 47817f3 Use a signed value for this enum to avoid spuriuos warnings from gcc. by Benjamin Kramer · 13 years ago
- ff739c1 Teach instsimplify to gracefully degrade in the presence of instructions by Chandler Carruth · 13 years ago
- a8d873e [python] Add some paths where to find test binary by Anders Waldenborg · 13 years ago
- 3595954 [python] Mark get_test_binary as not being a test by Anders Waldenborg · 13 years ago
- 9146e66 lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from Python Win32 Extensions. by NAKAMURA Takumi · 13 years ago
- 57f33c8 Finish organizing C API docs. by Gregory Szorc · 13 years ago