aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-31X86: replace SUB with CMP if possibleManman Ren
2012-05-30Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen
2012-05-30Switch the canonical FMA term operand order to match both the comment I wrote...Owen Anderson
2012-05-30Teach DAGCombine to canonicalize the position of a constant in the term opera...Owen Anderson
2012-05-30Remove extra space.Chad Rosier
2012-05-30Remove some redundant tests.Jakob Stoklund Olesen
2012-05-30Teach taildup to update livein set. rdar://11538365Evan Cheng
2012-05-30If-converter models predicated defs as read + write. The read should be marke...Evan Cheng
2012-05-30Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson
2012-05-29Optional def can be either a def or a use (of reg0).Evan Cheng
2012-05-29Clear the entering, exiting and internal ranges of a bundle before collectingLang Hames
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-28Add llvm.fabs intrinsic.Peter Collingbourne
2012-05-28PR1255: Case RangesStepan Dyatkovskiy
2012-05-27Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne
2012-05-27Missed parens.Benjamin Kramer
2012-05-27r157525 didn't work, just disable iterator checking.Benjamin Kramer
2012-05-27SDAGBuilder: Avoid iterator invalidation harder.Benjamin Kramer
2012-05-26SDAGBuilder: Don't create an invalid iterator when there is only one switch c...Benjamin Kramer
2012-05-26SelectionDAGBuilder: When emitting small compare chains for switches order th...Benjamin Kramer
2012-05-26ScoreboardHazardRecognizer: Remove dead conditional in debug code.Benjamin Kramer
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-05-25misched: trace formattingAndrew Trick
2012-05-25Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman
2012-05-24Silence unused variable warnings from when assertions are disabled.Kaelyn Uhrain
2012-05-24misched: Use the same scheduling heuristics with -misched-topdown/bottomup.Andrew Trick
2012-05-24misched: Trace regpressure.Andrew Trick
2012-05-24misched: Give each ReadyQ a unique IDAndrew Trick
2012-05-24misched: Added ScoreboardHazardRecognizer.Andrew Trick
2012-05-24misched: Release bottom roots in reverse order.Andrew Trick
2012-05-24misched: rename ReadyQ classAndrew Trick
2012-05-24misched: copy comments so compareRPDelta is readable by itself.Andrew Trick
2012-05-24regpressure: Added RegisterPressure::dumpAndrew Trick
2012-05-24regpressure: physreg livein/out fixAndrew Trick
2012-05-24Mark some static arrays as const.Craig Topper
2012-05-23Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen
2012-05-23Forgot to reverse conditional.Bill Wendling
2012-05-23Reduce indentation by early detection of 'continue'. No functionality change.Bill Wendling
2012-05-23Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen
2012-05-23Small fix for the debug output from PBQP (PR12822).Patrik Hägglund
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22Untabify and 80-col.Eric Christopher
2012-05-22Formatting consistency.Eric Christopher
2012-05-22Only erase virtregs with no uses left.Jakob Stoklund Olesen
2012-05-21Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...Owen Anderson
2012-05-21Typo.Chad Rosier
2012-05-21Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen
2012-05-20Clear kill flags on the fly when joining intervals.Jakob Stoklund Olesen
2012-05-20Constrain regclasses in PeepholeOptimizer.Jakob Stoklund Olesen