summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* [stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBa...Michael Gottesman2013-07-22
* [stackprotector] Refactored ssp prologue creation code into its own helper fu...Michael Gottesman2013-07-22
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Formatting.Eric Christopher2013-07-22
* Added missing - in the header of PrologEpilogInserter.h so that editors prope...Michael Gottesman2013-07-22
* Fix uninitialized memory read found by MemorySanitizer: always set output par...Alexey Samsonov2013-07-19
* MI Sched: Update the way resources are tracked so the current heuristics make...Andrew Trick2013-07-19
* Add -*- C++ -*- to InstrEmitter.h.Michael Gottesman2013-07-17
* Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2013-07-17
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* Add a wrapper for open.Rafael Espindola2013-07-16
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-16
* Reapply r185393.Jakob Stoklund Olesen2013-07-16
* 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