- a2549d3 [Option] Add inclusion and exclusion flags to option parsing by Reid Kleckner · 12 years ago
- ba46086 lit: Support cancellation on Windows by Nico Rieck · 12 years ago
- 55dcefb Add a line that got missed off somehow. Sorry about that! by Joey Gouly · 12 years ago
- 6dae7ae [SystemZ] Add tests for ALHSIK and ALGHSIK by Richard Sandiford · 12 years ago
- c7c7e15 [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK by Richard Sandiford · 12 years ago
- 6fec715 [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. by Joey Gouly · 12 years ago
- 70d3e71 [SystemZ] Add AHIK and AGHIK by Richard Sandiford · 12 years ago
- dc05e0b [SystemZ] Add ARK, AGRK, SRK and SGRK by Richard Sandiford · 12 years ago
- 52b2774 [SystemZ] Add NGRK, OGRK and XGRK by Richard Sandiford · 12 years ago
- ebd21b3 Initialize TempFileHandle. by Serge Pavlov · 12 years ago
- db92fb0 [SystemZ] Add NRK, ORK and XRK by Richard Sandiford · 12 years ago
- cae5d5e ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. by Tilmann Scheller · 12 years ago
- 93c2125 [SystemZ] Use SLLK, SRLK and SRAK for codegen by Richard Sandiford · 12 years ago
- eddfaad [SystemZ] Start adding z196 and zEC12 support by Richard Sandiford · 12 years ago
- b1a003f Split openFileForWrite into windows and unix versions. by Rafael Espindola · 12 years ago
- c9c9825 Add a unit test for checking that we respect the F_Binary flag. by Rafael Espindola · 12 years ago
- 47042bc Cleanup the stats counters for the new implementation. These actually by Chandler Carruth · 12 years ago
- fbf2a02 Fix another assert failure very similar to PR16651's test case. This by Chandler Carruth · 12 years ago
- 914bc14 ARM: delete two tests now integrated into the larger files by Tim Northover · 12 years ago
- 29cc138 ARM: remove invalid invalid tests by Tim Northover · 12 years ago
- 38c6ff6 Improve llvm-mc disassembler mode and refactor ARM tests to use it by Tim Northover · 12 years ago
- c09228d Try to move to a more reasonable set of naming conventions given the new by Chandler Carruth · 12 years ago
- 86dc6f9 Fix uninitialized memory read found by MemorySanitizer: always set output parameter of ConvergingScheduler::SchedBoundary::getOtherResourceCount by Alexey Samsonov · 12 years ago
- df5ed3f A long overdue cleanup in SROA to use 'DL' instead of 'TD' for the by Chandler Carruth · 12 years ago
- 8f0a1ce Fix PR16651, an assert introduced in my recent re-work of the innards of SROA. by Chandler Carruth · 12 years ago
- 98cd026 Try to appease the bots. by Manman Ren · 12 years ago
- f808741 llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can be reverted. by NAKAMURA Takumi · 12 years ago
- da21821 [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR. by Akira Hatanaka · 12 years ago
- 1fe3f9a Remove DIBuilder cache of variable TheCU and change the few by Eric Christopher · 12 years ago
- f28019e Clarify comment for extension(). by Rui Ueyama · 12 years ago
- 8594c23 MI Sched: test case fix for previous checkin. by Andrew Trick · 12 years ago
- cd26257 Debug Info: enable verifying by default and disable testing cases that fail. by Manman Ren · 12 years ago
- 4e38980 MI Sched: Update the way resources are tracked so the current heuristics make more sense. by Andrew Trick · 12 years ago
- d639206 Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that it allows error recovery. by Stephen Lin · 12 years ago
- 9d13594 Revert "COFFDumper: Dump data directory entries." by Rui Ueyama · 12 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 · 12 years ago
- 06bd206 COFFDumper: Dump data directory entries. by Rui Ueyama · 12 years ago
- b05ad79 Clean up some of this code a tiny bit, no functionality change. by Nick Lewycky · 12 years ago
- 771e0ab Disambiguate function names in some CodeGen tests. (Some tests were using function names that also were names of instructions and/or doing other unusual things that were making the test not amenable to otherwise scriptable pattern matching.) No functionality change. by Stephen Lin · 12 years ago
- bbcea55 ARM: Make sure the instruction alias for PLI uses the right subtarget features. by Tilmann Scheller · 12 years ago
- 4e518fd R600/SI: Fix crash with VSELECT by Tom Stellard · 12 years ago
- ac85f3f R600/SI: Add support for v2f32 loads by Tom Stellard · 12 years ago
- fc04727 R600/SI: Add support for v2f32 stores by Tom Stellard · 12 years ago
- f5660aa R600: Expand VSELECT for all types by Tom Stellard · 12 years ago
- 9903a25 test/MC/AsmParser/secure_log_unique.s requires shell by Hans Wennborg · 12 years ago
- 894fd78 Fix -Wdocumentation warning by Hans Wennborg · 12 years ago
- 13c9cf1 Add a test for .secure_log_unique. by Rafael Espindola · 12 years ago
- 7c05da1 Revert "Remove DIBuilder cache of variable TheCU and change the few" by Eric Christopher · 12 years ago
- 960d6d9 Equal means ==, not !=. Thanks to Benjamin for catching. by Eric Christopher · 12 years ago
- 6abb4d2 Remove DIBuilder cache of variable TheCU and change the few by Eric Christopher · 12 years ago
- ef69f54 Small improvement to the use of GetFileType: by Rafael Espindola · 12 years ago
- be9dd85 Update to CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change. by Stephen Lin · 12 years ago
- 39f59f4 Handle constants without going through SCEV. by Nadav Rotem · 12 years ago
- dfacdd0 SLPVectorizer: Speedup isConsecutive by manually checking GEPs with multiple indices. by Nadav Rotem · 12 years ago
- 2cf5425 Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_file in sys::fs::getStatus(HANDLE). by NAKAMURA Takumi · 12 years ago
- 431b0a7 [Support] Beef up and expose the response file parsing in llvm::cl by Reid Kleckner · 12 years ago
- 3ece065 llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560. by NAKAMURA Takumi · 12 years ago
- f75a964 Forgot 'svn add' again, sorry! by Joey Gouly · 12 years ago
- 4e377d9 Change 'n' to 'N' to keep consistent with other instructions. by Joey Gouly · 12 years ago
- 59b3300 [ARMv8] Add NEON instructions VCVT{A, N, P, M}. by Joey Gouly · 12 years ago
- 722a26d [SystemZ] Use RNSBG by Richard Sandiford · 12 years ago
- 6a3d933 Add Thumb tests for the ARMv8 FP instructions that I recently added. by Joey Gouly · 12 years ago
- 9dffd71 [SystemZ] Generalize RxSBG SRA case by Richard Sandiford · 12 years ago
- 30a132f [SystemZ] Use RXSBG by Richard Sandiford · 12 years ago
- efb6c52 [SystemZ] Rename and formatting fixes by Richard Sandiford · 12 years ago
- d46bb05 Remove the extra leading 0 from VMAXNMND. by Joey Gouly · 12 years ago
- 764f6f5 This patch extends mips register parsing methods to allow indexed register parsing. The corresponding test cases are added to the patch. by Vladimir Medic · 12 years ago
- fe75451 Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it should. by Craig Topper · 12 years ago
- f7c45ce Reapply r186316 with a fix for one bug where the code could walk off the by Chandler Carruth · 12 years ago
- 5b35d44 SLPVectorizer: Speedup isConsecutive (that checks if two addresses are consecutive in memory) by checking for additional patterns that don't need to go through SCEV. by Nadav Rotem · 12 years ago
- aad2a72 PPC: Support dynamic allocas with large alignment by Hal Finkel · 12 years ago
- 1c881d9 Remove dead code. by Rafael Espindola · 12 years ago
- 1ceefa6 Convert two uses if fstat with sys::fs::status. by Rafael Espindola · 12 years ago
- 60f18ad Fix a regression I introduced back in r178147. by Rafael Espindola · 12 years ago
- 717b3f0 Give 'hasPath' a longer but clearer name 'isPotentiallyReachable'. Also expand by Nick Lewycky · 12 years ago
- 7a8503c Get rid of the Dis/EnableDebugLocations() API. by Adrian Prantl · 12 years ago
- 04b2995 Update comment slightly. by Eric Christopher · 12 years ago
- 0541722 PPC: Add base-pointer support to builtin setjmp/longjmp by Hal Finkel · 12 years ago
- 36ee010 Add comparison operators for DIDescriptors to fix c++98 fallout by Eric Christopher · 12 years ago
- b479870 Add an explicit operator bool conversion to DIDescriptor to make by Eric Christopher · 12 years ago
- 3a79975 Fix a comment. by Nadav Rotem · 12 years ago
- 763c066 Handle '.' correctly in hex float literal parsing. by Eli Friedman · 12 years ago
- a71443a Add some uncovered attribute tests by Tobias Grosser · 12 years ago
- 54bf58a Restore r181216, which was partially reverted in r182499. by Stephen Lin · 12 years ago
- c889c8f Fix a funny typo. Thanks to Aaron Ballman for noticing. by Rafael Espindola · 12 years ago
- e65b219 Add a micro optimization to catch cases where the PtrA equals PtrB. by Nadav Rotem · 12 years ago
- 24ff484 Add FILE_SHARE_WRITE to openFileForRead. by Rafael Espindola · 12 years ago
- 7f6d842 Silencing an MSVC warning about signed vs unsigned comparison mismatches. by Aaron Ballman · 12 years ago
- 27d0c68 [mips] Use "foreach" loop to make register definitions more concise. by Akira Hatanaka · 12 years ago
- 3b5c6ea Add -*- C++ -*- to InstrEmitter.h. by Michael Gottesman · 12 years ago
- b895d17 OptParser.td: typo by Hans Wennborg · 12 years ago
- fce9279 This patch checks for valid mnemonics at the beginning of parseInstruction method, thus giving the user the right error message for non-existing instructions. by Vladimir Medic · 12 years ago
- b0aa9e9 Split openFileForRead into Windows and Unix versions. by Rafael Espindola · 12 years ago
- 86f4f65 Fix comparisons of alloca alignment in inliner merging by Hal Finkel · 12 years ago
- 16f385f Implement eret and deret(return from exception) instructions for Mips. Test examples are given. by Vladimir Medic · 12 years ago
- c88ac4a Add the tests that I forgot to 'svn add' with my previous commit (r186504). by Joey Gouly · 12 years ago
- 19c14ab [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. by Joey Gouly · 12 years ago
- 946dbd8 llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm/test/Object/extract.ll by NAKAMURA Takumi · 12 years ago
- e8a2742 Ensure sys::getProcessTriple always uses a normalized triple. Patch by by Duncan Sands · 12 years ago
- dcc4207 [XCore] Ensure implicit operands aren't lost on the return instruction. by Richard Osborne · 12 years ago