aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-192-2/+24
* ARM: delete two tests now integrated into the larger filesTim Northover2013-07-192-19/+0
* ARM: remove invalid invalid testsTim Northover2013-07-192-32/+0
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-1964-623/+1032
* Try to move to a more reasonable set of naming conventions given the newChandler Carruth2013-07-191-322/+305
* Fix uninitialized memory read found by MemorySanitizer: always set output par...Alexey Samsonov2013-07-191-1/+1
* A long overdue cleanup in SROA to use 'DL' instead of 'TD' for theChandler Carruth2013-07-191-123/+123
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-192-9/+23
* Try to appease the bots.Manman Ren2013-07-193-3/+3
* llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can...NAKAMURA Takumi2013-07-191-3/+2
* [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.Akira Hatanaka2013-07-192-15/+2
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-193-23/+27
* Clarify comment for extension().Rui Ueyama2013-07-191-0/+1
* MI Sched: test case fix for previous checkin.Andrew Trick2013-07-191-1/+1
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-1917-19/+53
* MI Sched: Update the way resources are tracked so the current heuristics make...Andrew Trick2013-07-191-7/+5
* Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that i...Stephen Lin2013-07-181-8/+10
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-185-117/+47
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-1841-118/+118
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-185-47/+117
* Clean up some of this code a tiny bit, no functionality change.Nick Lewycky2013-07-181-13/+8
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-1814-126/+125
* ARM: Make sure the instruction alias for PLI uses the right subtarget features.Tilmann Scheller2013-07-181-1/+3
* R600/SI: Fix crash with VSELECTTom Stellard2013-07-183-1/+28
* R600/SI: Add support for v2f32 loadsTom Stellard2013-07-184-1/+19
* R600/SI: Add support for v2f32 storesTom Stellard2013-07-183-0/+24
* R600: Expand VSELECT for all typesTom Stellard2013-07-183-3/+33
* test/MC/AsmParser/secure_log_unique.s requires shellHans Wennborg2013-07-181-0/+1
* Fix -Wdocumentation warningHans Wennborg2013-07-181-1/+1
* Add a test for .secure_log_unique.Rafael Espindola2013-07-181-0/+9
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-183-27/+23
* Equal means ==, not !=. Thanks to Benjamin for catching.Eric Christopher2013-07-181-1/+1
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-183-23/+27
* Small improvement to the use of GetFileType:Rafael Espindola2013-07-181-1/+8
* Update to CodeGen tests to use CHECK-LABEL for labels corresponding to functi...Stephen Lin2013-07-183-35/+35
* Handle constants without going through SCEV.Nadav Rotem2013-07-181-0/+6
* SLPVectorizer: Speedup isConsecutive by manually checking GEPs with multiple ...Nadav Rotem2013-07-181-4/+12
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-182-3/+13
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-184-64/+224
* llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.NAKAMURA Takumi2013-07-181-0/+3
* Forgot 'svn add' again, sorry!Joey Gouly2013-07-181-0/+145
* Change 'n' to 'N' to keep consistent with other instructions.Joey Gouly2013-07-181-4/+4
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-187-0/+220
* [SystemZ] Use RNSBGRichard Sandiford2013-07-183-21/+324
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-183-2/+295
* [SystemZ] Generalize RxSBG SRA caseRichard Sandiford2013-07-182-27/+74
* [SystemZ] Use RXSBGRichard Sandiford2013-07-182-11/+128
* [SystemZ] Rename and formatting fixesRichard Sandiford2013-07-181-64/+61
* Remove the extra leading 0 from VMAXNMND.Joey Gouly2013-07-181-1/+1
* This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2013-07-182-0/+16