summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* [mips] Fix MipsAsmParser::parseCCRRegs.Akira Hatanaka2013-07-22
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* Fix spelling and grammarMatt Arsenault2013-07-22
* Fix missing constMatt Arsenault2013-07-22
* [mips] Use ADDu instead of OR to copy general purpose registers. Also, deleteAkira Hatanaka2013-07-22
* Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor2013-07-22
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-22
* Fix typo.Eric Christopher2013-07-22
* Formatting.Eric Christopher2013-07-22
* MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach2013-07-22
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-22
* [NVPTX] Remove unused prototypesJustin Holewinski2013-07-22
* Option parsing: allow aliases in groupsHans Wennborg2013-07-22
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* Replace archive members in the old position.Rafael Espindola2013-07-22
* Don't depend on a llvm-ar specific behavior.Rafael Espindola2013-07-22
* [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and appendJustin Holewinski2013-07-22
* Revert "More Intel syntax alias fixes."Tim Northover2013-07-22
* Fix typo. Change %cl to CL in Intel pattern.Craig Topper2013-07-22
* More Intel syntax alias fixes.Craig Topper2013-07-22
* More Intel syntax alias fixes.Craig Topper2013-07-22
* Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB.Craig Topper2013-07-22
* Add Intel variants to aliases for some FP instructions.Craig Topper2013-07-22
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-22
* Reverse operands for Intel syntax form of 'bt' alias.Craig Topper2013-07-22
* Delete unused helper functions.Nadav Rotem2013-07-22
* Added missing - in the header of PrologEpilogInserter.h so that editors prope...Michael Gottesman2013-07-22
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Handle replacement into a position past the original member.Rafael Espindola2013-07-21
* 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