- b4654c1 enhance the intrinsic info table to encode what *kind* of Any argument by Chris Lattner · 13 years ago
- e3f75f8 Move-enable IntrusiveRefCntPtr. by Benjamin Kramer · 13 years ago
- 542c063 Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to check when someone would remove the tempdir. by NAKAMURA Takumi · 13 years ago
- cf1d69d Missed parens. by Benjamin Kramer · 13 years ago
- 4fae58b r157525 didn't work, just disable iterator checking. by Benjamin Kramer · 13 years ago
- dc54f8e SDAGBuilder: Avoid iterator invalidation harder. by Benjamin Kramer · 13 years ago
- e82d598 rearrange some code, no functionality change. by Chris Lattner · 13 years ago
- 5db954d SDAGBuilder: Don't create an invalid iterator when there is only one switch case. by Benjamin Kramer · 13 years ago
- c511b2a SelectionDAGBuilder: When emitting small compare chains for switches order them by using edge weights. by Benjamin Kramer · 13 years ago
- eacc31a Since commit 157467, if reassociate isn't actually going to change an expression by Duncan Sands · 13 years ago
- 3e933ec SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an explicit struct. by Benjamin Kramer · 13 years ago
- 937338c Add support for branch weight metadata to MDBuilder and use it in various places. by Benjamin Kramer · 13 years ago
- 9632f77 ScoreboardHazardRecognizer: Remove dead conditional in debug code. by Benjamin Kramer · 13 years ago
- 24dfa52 Move this debug statement earlier so it is easy to see the order in by Duncan Sands · 13 years ago
- c7a8840 The llvm_gcda_increment_indirect_counter function writes to the arguments that by Bill Wendling · 13 years ago
- 3ad21be Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of by Akira Hatanaka · 13 years ago
- 53caba6 Small code cleanup. No functionality change. by Bill Wendling · 13 years ago
- e00c8fd Open in read/write mode, creating the file if it doesn't exist. by Bill Wendling · 13 years ago
- d72d67d bounds checking: add support for byval arguments by Nuno Lopes · 13 years ago
- 06a2f42 Delete MipsExpandPseudo.cpp. by Akira Hatanaka · 13 years ago
- 564f690 Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo. by Akira Hatanaka · 13 years ago
- 8951abd Remove the code that expands MIPS' .cpload directive. by Akira Hatanaka · 13 years ago
- 6a1a2b1 Remove the code that emits MIPS' .cprestore directive. by Akira Hatanaka · 13 years ago
- 65d5629 Remove pseudo instructions that are no longer used. by Akira Hatanaka · 13 years ago
- 968b09d [NVPTX] Add a new test case for the newly-enabled call handling by Justin Holewinski · 13 years ago
- 6a06e68 boundschecking: by Nuno Lopes · 13 years ago
- d2ea0e1 Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall by Justin Holewinski · 13 years ago
- f755e00 test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible. (compatible to mingw32 and netbsd, though) by NAKAMURA Takumi · 13 years ago
- a389a23 test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-align=8, eg. win32 and netbsd. by NAKAMURA Takumi · 13 years ago
- 0fd120b Make the reassociation pass more powerful so that it can handle expressions by Duncan Sands · 13 years ago
- c7a098f misched: trace formatting by Andrew Trick · 13 years ago
- 43a699a Early-continue.Reducing indentation. by Bill Wendling · 13 years ago
- 717f7fa Don't call exit from a runtime. by Bill Wendling · 13 years ago
- d5ce3ff Compress MCRegisterInfo register name tables. by Jakob Stoklund Olesen · 13 years ago
- 2db0e9e Simplify code for calling a function where CanLowerReturn fails, fixing a small bug in the process. by Eli Friedman · 13 years ago
- 5402efa Silence unused variable warnings from when assertions are disabled. by Kaelyn Uhrain · 13 years ago
- 8ddd9d5 misched: Use the same scheduling heuristics with -misched-topdown/bottomup. by Andrew Trick · 13 years ago
- b1ebd69 Shrink. by Jakob Stoklund Olesen · 13 years ago
- fae8b1d Add support for range expressions in TableGen foreach loops. by Jakob Stoklund Olesen · 13 years ago
- 72cba6c Don't put TGParser scratch results in the output. by Jakob Stoklund Olesen · 13 years ago
- 8e5286e Simplify TGParser::ProcessForEachDefs. by Jakob Stoklund Olesen · 13 years ago
- bb0a242 misched: Trace regpressure. by Andrew Trick · 13 years ago
- f323424 misched: Give each ReadyQ a unique ID by Andrew Trick · 13 years ago
- 0a39d4e misched: Added ScoreboardHazardRecognizer. by Andrew Trick · 13 years ago
- 2aa689d misched: Release bottom roots in reverse order. by Andrew Trick · 13 years ago
- 8c2d921 misched: rename ReadyQ class by Andrew Trick · 13 years ago
- c8fe4ec misched: copy comments so compareRPDelta is readable by itself. by Andrew Trick · 13 years ago
- 5f887fa regpressure: Added RegisterPressure::dump by Andrew Trick · 13 years ago
- a7de4b9 regpressure: physreg livein/out fix by Andrew Trick · 13 years ago
- 28a5ab2 Fix for CHECK-NOT misspelling. by David Blaikie · 13 years ago
- 42a0b48 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 13 years ago
- 6b31d4e Teach tblgen's set theory "sequence" operator to support an optional stride operand. by Owen Anderson · 13 years ago
- d6d05e3 Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>. by Chad Rosier · 13 years ago
- c784395 Turn on mips16 pseudo op when compiling for mips16. Expand test case for this. by Akira Hatanaka · 13 years ago
- 4a5a894 Enable Mips16 compiler to compile a null program. by Akira Hatanaka · 13 years ago
- 8d2a004 Silence Clang's -Wlogical-op-parentheses warning. by David Blaikie · 13 years ago
- 057beb8 Add half support to LLVM (for OpenCL) by Tobias Grosser · 13 years ago
- 91bf23e Testing commit access by Meador Inge · 13 years ago
- e98a889 PR1255 related changes (case ranges): by Stepan Dyatkovskiy · 13 years ago
- c3cd395 Fix -Wcovered-switch-default warning. by Patrik Hägglund · 13 years ago
- 6366361 Convert assert(0) to llvm_unreachable. by Craig Topper · 13 years ago
- 7a437a0 Remove old release notes. Ready them for additions from current development by Bill Wendling · 13 years ago
- e329810 Mark some static arrays as const. by Craig Topper · 13 years ago
- c5ce4d1 Use uint16_t to store registers in static tables. Matches other tables. by Craig Topper · 13 years ago
- 53146a2 Use uint16_t to store register number in static tables to match other tables. by Craig Topper · 13 years ago
- 51f50c1 Make some opcode tables static and const. Allows code to avoid making copies to pass the tables around. by Craig Topper · 13 years ago
- 175e6f7 Reflect that tblgen is now llvm-tblgen by Joel Jones · 13 years ago
- 6fcf129 Mark a couple arrays as static and const. Use array_lengthof instead of sizeof/sizeof. by Craig Topper · 13 years ago
- 032f441 Mark a static array as const. by Craig Topper · 13 years ago
- cd2859e Mark a static table as const. Shrink opcode size in static tables to uint16_t. Simplify loop iterating over one of those tables. No functional change intended. by Craig Topper · 13 years ago
- 3fb6eca Tidy up naming for consistency and other cleanup. No functional change intended. by Chad Rosier · 13 years ago
- 39867e6 Add a test case for global live range splitting. by Jakob Stoklund Olesen · 13 years ago
- d74d284 Add a last resort tryInstructionSplit() to RAGreedy. by Jakob Stoklund Olesen · 13 years ago
- dbb4e57 Forgot to reverse conditional. by Bill Wendling · 13 years ago
- 20350db Reduce indentation by early detection of 'continue'. No functionality change. by Bill Wendling · 13 years ago
- 49efb1a llvm-ld does not exist anymore, use llvm-link instead. by Nicolas Geoffray · 13 years ago
- 63c5c37 Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow a by Kaelyn Uhrain · 13 years ago
- e3b5482 Correctly deal with identity copies in RegisterCoalescer. by Jakob Stoklund Olesen · 13 years ago
- 4c8657a Fix how CMake appends -m32 to linker command-lines by Tim Northover · 13 years ago
- 1c8fccb [arm-fast-isel] Add support for non-global callee. by Chad Rosier · 13 years ago
- 2b52630 BoundsChecking: add a couple of simple tests and fix a bug in branch emition by Nuno Lopes · 13 years ago
- ee8100d revert r156383: removal of TYPE_CODE_FUNCTION_OLD by Nuno Lopes · 13 years ago
- ab76721 Fix the inliner so that the optsize function attribute don't alter the by Patrik Hägglund · 13 years ago
- 9ce6f6f Fixed typo in r156905. by Patrik Hägglund · 13 years ago
- d769387 Small fix for the debug output from PBQP (PR12822). by Patrik Hägglund · 13 years ago
- 06fdbaa Use zero-based shadow by default on Android. by Evgeniy Stepanov · 13 years ago
- a2067fb PR1255(case ranges) related changes in Local Transformations. by Stepan Dyatkovskiy · 13 years ago
- 8809781 Tidy up spacing. by Craig Topper · 13 years ago
- a48289a small refinement to r157218 to save a tiny amount of table size in the common by Chris Lattner · 13 years ago
- 82dd67a Fix indentation of wrapped line for readability. No functional change. by Craig Topper · 13 years ago
- bb0f6ea Add support for C++11 enum classes in llvm. by Eric Christopher · 13 years ago
- 2f0a748 address some of John Criswell's comments by Nuno Lopes · 13 years ago
- dd051a0 ARMDisassembler.cpp: Fix utf8 char in comments. by NAKAMURA Takumi · 13 years ago
- 4d069bf Untabify and 80-col. by Eric Christopher · 13 years ago
- 4a5d839 Formatting consistency. by Eric Christopher · 13 years ago
- a9fdbbc Also compute TopoSigs in synthetic register classes. by Jakob Stoklund Olesen · 13 years ago
- 49317e2 hopefully fix the CMake build. sorry for breakage by Nuno Lopes · 13 years ago
- 3de8ad8 LSR fix: add a missing phi check during IV hoisting. by Andrew Trick · 13 years ago
- 5c525b5 add a new pass to instrument loads and stores for run-time bounds checking by Nuno Lopes · 13 years ago
- 23e75da revert my previous patches that introduced an additional parameter to the objectsize intrinsic. by Nuno Lopes · 13 years ago