summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Disallow global aliases to bitcast between address spacesMatt Arsenault2013-07-20
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-20
* SROA: Microoptimization: Remove dead entries first, then sort.Benjamin Kramer2013-07-20
* InstCombine: call FoldOpIntoSelect for all floating binops, not just fmulStephen Lin2013-07-20
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-20
* Add Option unit tests to the make buildHans Wennborg2013-07-20
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-20
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-20
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-19
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* fix an 80-col line.Nadav Rotem2013-07-19
* Use LLVMs ADTs that improve the compile time of this pass.Nadav Rotem2013-07-19
* SLPVectorizer: Improve the compile time of isConsecutive by reordering the co...Nadav Rotem2013-07-19
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-19
* R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...Vincent Lejeune2013-07-19
* R600: Replace legacy debug code in AMDILCFGStructurizer.cppVincent Lejeune2013-07-19
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-19
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-19
* Add some flag exclusion tests.Reid Kleckner2013-07-19
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-19
* lit: Support cancellation on WindowsNico Rieck2013-07-19
* Add a line that got missed off somehow. Sorry about that!Joey Gouly2013-07-19
* [SystemZ] Add tests for ALHSIK and ALGHSIKRichard Sandiford2013-07-19
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-19
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-19
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-19
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-19
* Initialize TempFileHandle.Serge Pavlov2013-07-19
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-19
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-07-19
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-19
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-19
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Add a unit test for checking that we respect the F_Binary flag.Rafael Espindola2013-07-19
* Cleanup the stats counters for the new implementation. These actuallyChandler Carruth2013-07-19
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-19
* ARM: delete two tests now integrated into the larger filesTim Northover2013-07-19
* ARM: remove invalid invalid testsTim Northover2013-07-19
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-19
* Try to move to a more reasonable set of naming conventions given the newChandler Carruth2013-07-19
* Fix uninitialized memory read found by MemorySanitizer: always set output par...Alexey Samsonov2013-07-19
* A long overdue cleanup in SROA to use 'DL' instead of 'TD' for theChandler Carruth2013-07-19
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-19
* Try to appease the bots.Manman Ren2013-07-19
* llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can...NAKAMURA Takumi2013-07-19
* [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.Akira Hatanaka2013-07-19
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Clarify comment for extension().Rui Ueyama2013-07-19
* MI Sched: test case fix for previous checkin.Andrew Trick2013-07-19