summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-01
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-01
* Fix crashing on invalid inline asm with matching constraints.Eric Christopher2013-07-31
* Reflow this to be easier to read.Eric Christopher2013-07-30
* Down-scale slot index distance to save bits.Andrew Trick2013-07-30
* MI Sched: Track live-thru registers.Andrew Trick2013-07-30
* MI Sched fix: assert "Disconnected LRG within the scheduling region."Andrew Trick2013-07-30
* [DAGCombiner] insert_vector_elt: Avoid building a vector twice.Quentin Colombet2013-07-30
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-29
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-29
* Elaborate a bit on the type unit and ODR conditional code.Eric Christopher2013-07-29
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-29
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-27
* Fix a memory leak in the debug emission by simply not allocating memory.Chandler Carruth2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Remove addLetterToHash, no functional change.Eric Christopher2013-07-26
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-26
* Add a target legalize hook for SplitVectorOperand (again)Justin Holewinski2013-07-26
* Revert "Add a target legalize hook for SplitVectorOperand"Rafael Espindola2013-07-26
* Add a target legalize hook for SplitVectorOperandJustin Holewinski2013-07-26
* RegAllocGreedy comment.Andrew Trick2013-07-25
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-25
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* typo.Adrian Prantl2013-07-25
* MI Sched: Register pressure heuristics.Andrew Trick2013-07-25
* MI Sched: track register pressure by importance of the set, not weight of the...Andrew Trick2013-07-25
* Dump LIS before regalloc. MI sched changes them.Andrew Trick2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-24
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-23
* Reformat options.Eric Christopher2013-07-23
* [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