aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix an 80-col line.Nadav Rotem2013-07-191-2/+2
* Use LLVMs ADTs that improve the compile time of this pass.Nadav Rotem2013-07-191-2/+2
* SLPVectorizer: Improve the compile time of isConsecutive by reordering the co...Nadav Rotem2013-07-191-22/+19
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-196-17/+175
* R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...Vincent Lejeune2013-07-193-2494/+1324
* R600: Replace legacy debug code in AMDILCFGStructurizer.cppVincent Lejeune2013-07-191-228/+235
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-192-7/+38
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-195-13/+13
* Add some flag exclusion tests.Reid Kleckner2013-07-192-12/+49
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-192-8/+36
* lit: Support cancellation on WindowsNico Rieck2013-07-191-0/+21
* Add a line that got missed off somehow. Sorry about that!Joey Gouly2013-07-191-0/+1
* [SystemZ] Add tests for ALHSIK and ALGHSIKRichard Sandiford2013-07-194-0/+147
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-199-8/+152
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-197-0/+190
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-198-2/+270
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-1914-12/+186
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-1915-10/+148
* Initialize TempFileHandle.Serge Pavlov2013-07-191-1/+1
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-1915-10/+163
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-07-193-1/+16
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-194-5/+136
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-1911-22/+309
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-194-30/+92
* Add a unit test for checking that we respect the F_Binary flag.Rafael Espindola2013-07-191-0/+31
* Cleanup the stats counters for the new implementation. These actuallyChandler Carruth2013-07-191-12/+36
* 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