summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-15
* Machine Verifier: verify FrameSetup and FrameDestroyManman Ren2013-07-15
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-15
* Add 'const' qualifier to some arrays.Craig Topper2013-07-15
* Clarify comments.Eric Christopher2013-07-14
* Collapse temporary variable into call.Eric Christopher2013-07-14
* Fix build by replacing '>>' with '> >'Tobias Grosser2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Pass SmallVector by const reference instead of by value.Craig Topper2013-07-13
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren2013-07-12
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* 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