summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* misched: handle scheduling region boundaries nicely.Andrew Trick2012-03-09
* Use uint16_t to store opcodes in static tables in X86 backend.Craig Topper2012-03-09
* Fix undefined behavior in the Mips backend.Ahmed Charles2012-03-09
* misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...Andrew Trick2012-03-09
* misched commentsAndrew Trick2012-03-09
* revert 152356: verify misched changes using -misched=shuffle.Andrew Trick2012-03-09
* Undo a previous restriction on the inline cost calculation which NickChandler Carruth2012-03-09
* Fix a regression from r147481.Chad Rosier2012-03-09
* misched: allow the default scheduler to be one chosen by the target.Andrew Trick2012-03-09
* Cache MBB->begin. It's possible the scheduler / bundler may change MBB->begin().Evan Cheng2012-03-09
* Silence unused function warning when graphviz is not available.Benjamin Kramer2012-03-08
* Revert commit 152300 (ddunbar) since it still seems to be breakingDuncan Sands2012-03-08
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-08
* [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reappliedDaniel Dunbar2012-03-08
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to beDaniel Dunbar2012-03-08
* Invoke setTargetDAGCombine for SELECT.Akira Hatanaka2012-03-08
* [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.Daniel Dunbar2012-03-08
* Swap the operands of a select node if the false (the second) operand is 0.Akira Hatanaka2012-03-08
* Rotate two of the functions used to count bonuses for the inline costChandler Carruth2012-03-08
* Set minimum function alignment to 3 if target is Mips64.Akira Hatanaka2012-03-08
* This patch eliminates redundant instructions that produce 0.Akira Hatanaka2012-03-08
* misched interface: Expose the MachineScheduler pass.Andrew Trick2012-03-08
* ARM don't use MCRelaxAll, as it's not safe on ARM.Jim Grosbach2012-03-08
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-07
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-07
* misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick2012-03-07
* misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.Andrew Trick2012-03-07
* misched prep: Comment the ScheduleDAGInstrs interface.Andrew Trick2012-03-07
* misched prep: Cleanup ScheduleDAGInstrs interface.Andrew Trick2012-03-07
* misched prep: remove extra "protected"Andrew Trick2012-03-07
* misched prep: rename InsertPos to End.Andrew Trick2012-03-07
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-07
* Copy the right amount of elements.Benjamin Kramer2012-03-07
* SmallPtrSet: Copy all the elements when swapping, not just numelements.Benjamin Kramer2012-03-07
* [fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point Chad Rosier2012-03-07
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-07
* Try to clarify this comment some.Chandler Carruth2012-03-07
* Remove another outbreak of customized (and completely broken) hashing.Chandler Carruth2012-03-07
* Where the BranchFolding pass removes a branch then adds another better branch,Bill Wendling2012-03-07
* Fix cmakeAndrew Trick2012-03-07
* commentAndrew Trick2012-03-07
* misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick2012-03-07
* ScheduleDAGInstrs commentsAndrew Trick2012-03-07
* misched preparation: modularize schedule emission.Andrew Trick2012-03-07
* misched preparation: modularize schedule printing.Andrew Trick2012-03-07
* misched preparation: modularize schedule verification.Andrew Trick2012-03-07
* whitespaceAndrew Trick2012-03-07
* Switch this code to use hash_combine_range rather than incremental callsChandler Carruth2012-03-07
* Cache the sized-ness of struct types, once we reach the steady state ofChandler Carruth2012-03-07