summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-11
* RegScavenger should not exclude undef usesHal Finkel2013-07-11
* Remove trailing whitespacStephen Lin2013-07-10
* Use the appropriate unsigned int type for the offset.Adrian Prantl2013-07-10
* Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.Adrian Prantl2013-07-10
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-10
* Document a known limitation of the status quo.Adrian Prantl2013-07-10
* Fix comment.Eric Christopher2013-07-09
* Typo.Adrian Prantl2013-07-09
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* WidenVecRes_BUILD_VECTOR must use the first operand's typeHal Finkel2013-07-09
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* DAGCombine tryFoldToZero cannot create illegal types after type legalizationHal Finkel2013-07-09
* Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko2013-07-09
* Style fixes: remove unnecessary braces for one-statement if blocks, no else a...Stephen Lin2013-07-09
* Stop emitting weak symbols into the "coal" sections.Bill Wendling2013-07-08
* Update comment to avoid mentioning DbgValues which is an instanceEric Christopher2013-07-08
* Debug Info: clean up usage of Verify.Manman Ren2013-07-08
* DebugInfo: Correct comment & re-format a nearby loopDavid Blaikie2013-07-08
* DebugInfo: Simplify Address Pool index handling.David Blaikie2013-07-08
* Improve the comment from r185794 (re: PromoteIntRes_BUILD_VECTOR)Hal Finkel2013-07-08
* Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectorsHal Finkel2013-07-08
* Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-08
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-08
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-08
* SelectionDAGBuilder: style fixes (add space between end parentheses and open ...Stephen Lin2013-07-06
* Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-06
* DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.Benjamin Kramer2013-07-06
* Stop putting operations after a tail call.Tim Northover2013-07-06
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Use modern API to avoid exposing LiveInterval internals.Jakob Stoklund Olesen2013-07-05
* Remove dead function.Jakob Stoklund Olesen2013-07-05
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-05
* Fix double renaming bug in stack coloring passRichard Sandiford2013-07-05
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* Simplify code. No functionality change.Benjamin Kramer2013-07-05
* Initialize object file info before output streamerNico Rieck2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04
* Typo.Jakob Stoklund Olesen2013-07-04
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-04
* FastISel can only apend to basic blocks.Jakob Stoklund Olesen2013-07-04
* Live-in copies go *after* EH_LABELs.Jakob Stoklund Olesen2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-03
* Add MachineBasicBlock::addLiveIn().Jakob Stoklund Olesen2013-07-03
* Hoist all of the Entry.getLoc() calls int a single variable.Eric Christopher2013-07-03
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-03
* Elaborate on comment.Eric Christopher2013-07-03
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-03