aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-10-02Fix PR13991: legalizing an overflowing multiplication operation is harder thanDuncan Sands
2012-09-30Use dyn_cast instead of isa and cast.Jakub Staszak
2012-09-30Revert r164910 because it causes failures to several phase2 builds.Nadav Rotem
2012-09-30A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem
2012-09-29Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile ofDuncan Sands
2012-09-29Tidy up to match coding standards. Remove 'else' after 'return' and moving op...Craig Topper
2012-09-29Replace a couple if/elses around similar calls with conditional operators on ...Craig Topper
2012-09-29A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem
2012-09-27Remove <def,read-undef> flags from partial redefinitions.Jakob Stoklund Olesen
2012-09-27Enable the new coalescer algorithm by default.Jakob Stoklund Olesen
2012-09-27Don't dereference begin() on an empty vector.Jakob Stoklund Olesen
2012-09-27Avoid dereferencing a NULL pointer.Jakob Stoklund Olesen
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-25TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2012-09-21Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher
2012-09-21Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-20Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen
2012-09-20Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher
2012-09-20Revert r164308 to fix buildbots.Bill Wendling
2012-09-20Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-20Fix 80-col violations.Nadav Rotem
2012-09-19Convert some attribute existence queries over to use the predicate methods.Bill Wendling
2012-09-19Add predicates for queries on whether an attribute exists.Bill Wendling
2012-09-19Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen
2012-09-18comment typoAndrew Trick
2012-09-18TargetSchedule: cleanup computeOperandLatency logic & diagnostics.Andrew Trick
2012-09-18misched: Make ScheduleDAGInstrs use the TargetSchedule interface.Andrew Trick
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-18Fix some funky indentation.Evan Cheng
2012-09-17Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen
2012-09-17Stop adding <imp-def> operands when expanding REG_SEQUENCE.Jakob Stoklund Olesen
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman
2012-09-17whitespaceMichael Ilseman
2012-09-17Fix PR13859Michael Liao
2012-09-17Add a MachinePostDominator passTom Stellard
2012-09-17Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem
2012-09-16Fix bad comment. No functional change.Craig Topper
2012-09-16Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen