aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Formatting.Eric Christopher2013-07-221-1/+1
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-221-2/+2
* [NVPTX] Remove unused prototypesJustin Holewinski2013-07-221-3/+0
* Option parsing: allow aliases in groupsHans Wennborg2013-07-221-6/+4
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-224-25/+62
* [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and appendJustin Holewinski2013-07-223-56/+61
* Revert "More Intel syntax alias fixes."Tim Northover2013-07-221-28/+28
* Fix typo. Change %cl to CL in Intel pattern.Craig Topper2013-07-221-1/+1
* More Intel syntax alias fixes.Craig Topper2013-07-223-19/+19
* More Intel syntax alias fixes.Craig Topper2013-07-221-28/+28
* Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB.Craig Topper2013-07-221-6/+6
* Add Intel variants to aliases for some FP instructions.Craig Topper2013-07-221-8/+8
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-224-415/+16
* Reverse operands for Intel syntax form of 'bt' alias.Craig Topper2013-07-221-1/+2
* Delete unused helper functions.Nadav Rotem2013-07-221-32/+0
* Added missing - in the header of PrologEpilogInserter.h so that editors prope...Michael Gottesman2013-07-221-1/+1
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-212-4/+12
* mem2reg: Minor STL usage cleanup. No functionality change.Benjamin Kramer2013-07-211-11/+8
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-211-5/+6
* Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...Craig Topper2013-07-212-3/+5
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-211-3/+1
* Hoist the rest of the logic for promoting single-store allocas into theChandler Carruth2013-07-211-23/+31
* Hoist the rest of the logic for fully promoting allocas with all uses inChandler Carruth2013-07-211-55/+33
* Remove a method made dead by the prior refactoring.Chandler Carruth2013-07-211-5/+0
* Hoist the two trivial promotion routines out of the big class thatChandler Carruth2013-07-201-161/+158
* Hoist the AllocaInfo struct to the top of the file.Chandler Carruth2013-07-201-59/+57
* Sink a typedef and comparator down to the function that actually uses them.Chandler Carruth2013-07-201-8/+10
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-201-0/+5
* Don't allocate the DIBuilder on the heap and remove all the complexityChandler Carruth2013-07-201-16/+8
* Rename constructor parameters to follow the common member-shadowingChandler Carruth2013-07-201-3/+3
* Reformat the implementation of mem2reg with clang-format so that myChandler Carruth2013-07-201-344/+360
* Comment: try to clarify loop iteration order.Andrew Trick2013-07-201-0/+4
* Remove a DenseMapInfo specialization for std::pair -- we have one ofChandler Carruth2013-07-201-20/+0
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-201-74/+58
* Disallow global aliases to bitcast between address spacesMatt Arsenault2013-07-201-4/+15
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-202-38/+38
* SROA: Microoptimization: Remove dead entries first, then sort.Benjamin Kramer2013-07-201-9/+4
* InstCombine: call FoldOpIntoSelect for all floating binops, not just fmulStephen Lin2013-07-202-3/+23
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-201-4/+8
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-202-28/+17
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-201-3/+3
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-191-88/+67
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-37/+49
* 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-193-11/+46
* 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
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-192-8/+8