- 0b92642 [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete by Akira Hatanaka · 11 years ago
- dbbbccc Adding example source to support MCJIT/Kaleidoscope blog posts. by Andrew Kaylor · 11 years ago
- 8945f75 Initialize/Register LTO passes to enable flags like -print-after=<lto-pass> by Shuxin Yang · 11 years ago
- f01742d Fix typo. by Eric Christopher · 11 years ago
- fa73995 Formatting. by Eric Christopher · 11 years ago
- 741e37e MC: mayAffectControlFlow() handling for variadic instructions. by Jim Grosbach · 11 years ago
- b987c40 Fix an obvious typo in the loop vectorizer where the cost model uses the wrong variable. The variable BlockCost is ignored. by Nadav Rotem · 11 years ago
- 6303ef1 [NVPTX] Remove unused prototypes by Justin Holewinski · 11 years ago
- 6c7e787 Option parsing: allow aliases in groups by Hans Wennborg · 11 years ago
- 0226538 This adds range checking for "ldr Rn, [pc, #imm]" Thumb by Mihai Popa · 11 years ago
- 51392a0 Replace archive members in the old position. by Rafael Espindola · 11 years ago
- bb8234b Don't depend on a llvm-ar specific behavior. by Rafael Espindola · 11 years ago
- 3a8ee4f [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append by Justin Holewinski · 11 years ago
- 1abb7bc Revert "More Intel syntax alias fixes." by Tim Northover · 11 years ago
- e64863c Fix typo. Change %cl to CL in Intel pattern. by Craig Topper · 11 years ago
- 1011c13 More Intel syntax alias fixes. by Craig Topper · 11 years ago
- 0ff6cf7 More Intel syntax alias fixes. by Craig Topper · 11 years ago
- 5e08ce2 Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB. by Craig Topper · 11 years ago
- 950bbfd Add Intel variants to aliases for some FP instructions. by Craig Topper · 11 years ago
- 1c6e6ce ARM: remove now unneeded custom Asm converters by Tim Northover · 11 years ago
- 95343ef Reverse operands for Intel syntax form of 'bt' alias. by Craig Topper · 11 years ago
- 4d11bbd4 Delete unused helper functions. by Nadav Rotem · 11 years ago
- 6db0dea Added missing - in the header of PrologEpilogInserter.h so that editors properly realize it is a c++ header and not a c header. by Michael Gottesman · 11 years ago
- 72c8331 Treat nothrow forms of ::operator delete and ::operator delete[] as by Richard Smith · 11 years ago
- 02a1364 Handle replacement into a position past the original member. by Rafael Espindola · 11 years ago
- 5d3041f Remove unused fields. by Rafael Espindola · 11 years ago
- 043722f mem2reg: Minor STL usage cleanup. No functionality change. by Benjamin Kramer · 11 years ago
- 30c016f Make the mem2reg interface use an ArrayRef as it keeps a copy of these by Chandler Carruth · 11 years ago
- 3cd6457 Mark that the _ftol2 function used by windows on x86 to handle fptoui modifies ECX. by Craig Topper · 11 years ago
- 68ccbf6 Revert a part of r186420. Don't forbid multiple store chains that merge. by Nadav Rotem · 11 years ago
- 3659fd3 Fix exception demo: Add mcjit to link component. by Logan Chien · 11 years ago
- d17303c Hoist the rest of the logic for promoting single-store allocas into the by Chandler Carruth · 11 years ago
- 5dc2218 Hoist the rest of the logic for fully promoting allocas with all uses in by Chandler Carruth · 11 years ago
- f61d7e8 Remove a method made dead by the prior refactoring. by Chandler Carruth · 11 years ago
- f660021 Hoist the two trivial promotion routines out of the big class that by Chandler Carruth · 11 years ago
- d6d58ba Hoist the AllocaInfo struct to the top of the file. by Chandler Carruth · 11 years ago
- 61cb90f Sink a typedef and comparator down to the function that actually uses them. by Chandler Carruth · 11 years ago
- 64f2f91 Don't crash when llvm.compiler.used becomes empty. by Rafael Espindola · 11 years ago
- c5b8b59 Don't allocate the DIBuilder on the heap and remove all the complexity by Chandler Carruth · 11 years ago
- aff5016 Rename constructor parameters to follow the common member-shadowing by Chandler Carruth · 11 years ago
- 30f23a4 Reformat the implementation of mem2reg with clang-format so that my by Chandler Carruth · 11 years ago
- 360fef5 Comment: try to clarify loop iteration order. by Andrew Trick · 11 years ago
- fa873af Remove a DenseMapInfo specialization for std::pair -- we have one of by Chandler Carruth · 11 years ago
- 02aea01 Update mem2reg's comments to conform to the new doxygen standards. No by Chandler Carruth · 11 years ago
- 5f53c3b Disallow global aliases to bitcast between address spaces by Matt Arsenault · 11 years ago
- 3f49322 Remove trailing whitespace, fix file path in comment by Matt Arsenault · 11 years ago
- 916cde6 SROA: Microoptimization: Remove dead entries first, then sort. by Benjamin Kramer · 11 years ago
- a98ce50 InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul by Stephen Lin · 11 years ago
- ff29d23 Have InlineCost check constant fcmps by Matt Arsenault · 11 years ago
- 6cc16a0 Add Option unit tests to the make build by Hans Wennborg · 11 years ago
- 96ea038 Debug Info Verifier: simplify DIxxx::Verify by Manman Ren · 11 years ago
- ac9e819 Fix size_t -> uint warnings with MSVC 64-bit build by Matt Arsenault · 11 years ago
- 7b61a70 Refactor AnalyzeBranch on ARM. The previous version did not always analyze by Lang Hames · 11 years ago
- 2f6c048 Retry submitting r186623: COFFDumper: Dump data directory entries. by Rui Ueyama · 11 years ago
- 73d9653 fix an 80-col line. by Nadav Rotem · 11 years ago
- 4e92ea6 Use LLVMs ADTs that improve the compile time of this pass. by Nadav Rotem · 11 years ago
- dc4ddd3 SLPVectorizer: Improve the compile time of isConsecutive by reordering the conditions that check GEPs and eliminate two of the calls to accumulateConstantOffset. by Nadav Rotem · 11 years ago
- 272458b R600: Don't emit empty then clause and use alu_pop_after by Vincent Lejeune · 11 years ago
- 1214045 R600: Simplify AMDILCFGStructurize by removing templates and assuming single exit by Vincent Lejeune · 11 years ago
- 9e8ba2b R600: Replace legacy debug code in AMDILCFGStructurizer.cpp by Vincent Lejeune · 11 years ago
- b55dcfe Fix inserting new elements in a specified location. by Rafael Espindola · 11 years ago
- 7096831 s/compiler_used/compiler.used/. by Rafael Espindola · 11 years ago
- 75b1783 Add some flag exclusion tests. by Reid Kleckner · 11 years ago
- a2549d3 [Option] Add inclusion and exclusion flags to option parsing by Reid Kleckner · 11 years ago
- ba46086 lit: Support cancellation on Windows by Nico Rieck · 11 years ago
- 55dcefb Add a line that got missed off somehow. Sorry about that! by Joey Gouly · 11 years ago
- 6dae7ae [SystemZ] Add tests for ALHSIK and ALGHSIK by Richard Sandiford · 11 years ago
- c7c7e15 [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK by Richard Sandiford · 11 years ago
- 6fec715 [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. by Joey Gouly · 11 years ago
- 70d3e71 [SystemZ] Add AHIK and AGHIK by Richard Sandiford · 11 years ago
- dc05e0b [SystemZ] Add ARK, AGRK, SRK and SGRK by Richard Sandiford · 11 years ago
- 52b2774 [SystemZ] Add NGRK, OGRK and XGRK by Richard Sandiford · 11 years ago
- ebd21b3 Initialize TempFileHandle. by Serge Pavlov · 11 years ago
- db92fb0 [SystemZ] Add NRK, ORK and XRK by Richard Sandiford · 11 years ago
- cae5d5e ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. by Tilmann Scheller · 11 years ago
- 93c2125 [SystemZ] Use SLLK, SRLK and SRAK for codegen by Richard Sandiford · 11 years ago
- eddfaad [SystemZ] Start adding z196 and zEC12 support by Richard Sandiford · 11 years ago
- b1a003f Split openFileForWrite into windows and unix versions. by Rafael Espindola · 11 years ago
- c9c9825 Add a unit test for checking that we respect the F_Binary flag. by Rafael Espindola · 11 years ago
- 47042bc Cleanup the stats counters for the new implementation. These actually by Chandler Carruth · 11 years ago
- fbf2a02 Fix another assert failure very similar to PR16651's test case. This by Chandler Carruth · 11 years ago
- 914bc14 ARM: delete two tests now integrated into the larger files by Tim Northover · 11 years ago
- 29cc138 ARM: remove invalid invalid tests by Tim Northover · 11 years ago
- 38c6ff6 Improve llvm-mc disassembler mode and refactor ARM tests to use it by Tim Northover · 11 years ago
- c09228d Try to move to a more reasonable set of naming conventions given the new by Chandler Carruth · 11 years ago
- 86dc6f9 Fix uninitialized memory read found by MemorySanitizer: always set output parameter of ConvergingScheduler::SchedBoundary::getOtherResourceCount by Alexey Samsonov · 11 years ago
- df5ed3f A long overdue cleanup in SROA to use 'DL' instead of 'TD' for the by Chandler Carruth · 11 years ago
- 8f0a1ce Fix PR16651, an assert introduced in my recent re-work of the innards of SROA. by Chandler Carruth · 11 years ago
- 98cd026 Try to appease the bots. by Manman Ren · 11 years ago
- f808741 llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can be reverted. by NAKAMURA Takumi · 11 years ago
- da21821 [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR. by Akira Hatanaka · 11 years ago
- 1fe3f9a Remove DIBuilder cache of variable TheCU and change the few by Eric Christopher · 11 years ago
- f28019e Clarify comment for extension(). by Rui Ueyama · 11 years ago
- 8594c23 MI Sched: test case fix for previous checkin. by Andrew Trick · 11 years ago
- cd26257 Debug Info: enable verifying by default and disable testing cases that fail. by Manman Ren · 11 years ago
- 4e38980 MI Sched: Update the way resources are tracked so the current heuristics make more sense. by Andrew Trick · 11 years ago
- d639206 Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that it allows error recovery. by Stephen Lin · 11 years ago
- 9d13594 Revert "COFFDumper: Dump data directory entries." by Rui Ueyama · 11 years ago
- cf2ab76 Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change. by Stephen Lin · 11 years ago
- 06bd206 COFFDumper: Dump data directory entries. by Rui Ueyama · 11 years ago