summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unused fields.Rafael Espindola2013-07-21
* mem2reg: Minor STL usage cleanup. No functionality change.Benjamin Kramer2013-07-21
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...Craig Topper2013-07-21
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-21
* Fix exception demo: Add mcjit to link component.Logan Chien2013-07-21
* Hoist the rest of the logic for promoting single-store allocas into theChandler Carruth2013-07-21
* Hoist the rest of the logic for fully promoting allocas with all uses inChandler Carruth2013-07-21
* Remove a method made dead by the prior refactoring.Chandler Carruth2013-07-21
* Hoist the two trivial promotion routines out of the big class thatChandler Carruth2013-07-20
* Hoist the AllocaInfo struct to the top of the file.Chandler Carruth2013-07-20
* Sink a typedef and comparator down to the function that actually uses them.Chandler Carruth2013-07-20
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-20
* Don't allocate the DIBuilder on the heap and remove all the complexityChandler Carruth2013-07-20
* Rename constructor parameters to follow the common member-shadowingChandler Carruth2013-07-20
* Reformat the implementation of mem2reg with clang-format so that myChandler Carruth2013-07-20
* Comment: try to clarify loop iteration order.Andrew Trick2013-07-20
* Remove a DenseMapInfo specialization for std::pair -- we have one ofChandler Carruth2013-07-20
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-20
* 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