aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2012-06-05sdsched: Use the right heuristics when -mcpu is not provided and we have no i...Andrew Trick
2012-06-05misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick
2012-06-05misched: comments from code review.Andrew Trick
2012-06-05Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen
2012-06-05Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen
2012-06-04Delete dead code.Jakob Stoklund Olesen
2012-06-04Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen
2012-06-04Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen
2012-06-04Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy
2012-06-02Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.Akira Hatanaka
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-06-01Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.Jakob Stoklund Olesen
2012-06-01Simplify some more getAliasSet callers.Jakob Stoklund Olesen
2012-06-01Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen
2012-06-01ARM: properly handle alignment for struct byval.Manman Ren
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01quick fix for PR13006, will check in testcase later.Chris Lattner
2012-06-01enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner
2012-06-01enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner
2012-06-01rearrange some logic, no functionality change.Chris Lattner
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