projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
misched: Release only unscheduled nodes into ReadyQ.
2012-05-10
Andrew Trick
misched: Release only unscheduled nodes into ReadyQ.
commit
|
commitdiff
|
tree
2012-05-10
Andrew Trick
misched: Added ReadyQ container wrapper for Top and...
commit
|
commitdiff
|
tree
2012-05-10
Andrew Trick
misched: Introducing Top and Bottom register pressure...
commit
|
commitdiff
|
tree
2012-05-10
Andrew Trick
RegPressure: API for speculatively checking instruction...
commit
|
commitdiff
|
tree
2012-05-10
Andrew Trick
RegPressure: fix array index iteration style.
commit
|
commitdiff
|
tree
2012-05-10
Andrew Trick
Fix TableGen's RegPressureSet weight normalization...
commit
|
commitdiff
|
tree
2012-05-08
Andrew Trick
Allow NULL LoopPassManager argument in UnrollLoop....
commit
|
commitdiff
|
tree
2012-05-03
Andrew Trick
Added TargetRegisterInfo::getAllocatableClass.
commit
|
commitdiff
|
tree
2012-04-28
Andrew Trick
Reapply 155668: Fix the SD scheduler to avoid gluing...
commit
|
commitdiff
|
tree
2012-04-27
Andrew Trick
Temporarily revert r155668: Fix the SD scheduler to...
commit
|
commitdiff
|
tree
2012-04-26
Andrew Trick
Fix the SD scheduler to avoid gluing the same node...
commit
|
commitdiff
|
tree
2012-04-25
Andrew Trick
typo in declaration from earlier today
commit
|
commitdiff
|
tree
2012-04-24
Andrew Trick
Fix a naughty header include that breaks "installed...
commit
|
commitdiff
|
tree
2012-04-24
Andrew Trick
cmake: new file
commit
|
commitdiff
|
tree
2012-04-24
Andrew Trick
misched: DAG builder must special case earlyclobber
commit
|
commitdiff
|
tree
2012-04-24
Andrew Trick
misched: try (not too hard) to place debug values where...
commit
|
commitdiff
|
tree
2012-04-24
Andrew Trick
misched: ignore debug values during scheduling
commit
|
commitdiff
|
tree
2012-04-24
Andrew Trick
misched: DAG builder support for tracking register...
commit
|
commitdiff
|
tree
2012-04-24
Andrew Trick
RegisterPressure: A utility for computing register...
commit
|
commitdiff
|
tree
2012-04-20
Andrew Trick
Added TargetRegisterInfo::getRegPressureSetName.
commit
|
commitdiff
|
tree
2012-04-20
Andrew Trick
TableGen'd RegPressure: Added getPressureSetName.
commit
|
commitdiff
|
tree
2012-04-20
Andrew Trick
New and improved comment.
commit
|
commitdiff
|
tree
2012-04-20
Andrew Trick
SparseSet: Add support for key-derived indexes and...
commit
|
commitdiff
|
tree
2012-04-20
Andrew Trick
misched: initialize BB
commit
|
commitdiff
|
tree
2012-04-20
Andrew Trick
Allow converting MachineBasicBlock::iterator to const_iterator.
commit
|
commitdiff
|
tree
2012-04-19
Andrew Trick
Allow targets to select the default scheduler by name.
commit
|
commitdiff
|
tree
2012-04-19
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
2012-04-18
Andrew Trick
loop-reduce: Add an early bailout to catch extremely...
commit
|
commitdiff
|
tree
2012-04-17
Andrew Trick
Test cases that assume layout should use -disable-code...
commit
|
commitdiff
|
tree
2012-04-17
Andrew Trick
Typo in an unused field.
commit
|
commitdiff
|
tree
2012-04-13
Andrew Trick
misched: Added CanHandleTerminators.
commit
|
commitdiff
|
tree
2012-04-11
Andrew Trick
TableGen's regpressure: emit per-registerclass weight...
commit
|
commitdiff
|
tree
2012-04-11
Andrew Trick
TableGen'd regpressure: register unit set pruning.
commit
|
commitdiff
|
tree
2012-04-11
Andrew Trick
Tablegen'd regpressure: emit the weighted pressure...
commit
|
commitdiff
|
tree
2012-04-11
Andrew Trick
Table-generated register pressure fixes.
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
TableGen/reginfo potential bug: typo from previous...
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
Fix 12513: Loop unrolling breaks with indirect branches.
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
Fix for register pressure tables.
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
Use std::includes instead of my own implementation.
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
Added a TargetRegisterInfo interface for accessing...
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
Added register unit sets to the target description.
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
Added register unit weights to the target description.
commit
|
commitdiff
|
tree
2012-04-10
Andrew Trick
Fix header comment
commit
|
commitdiff
|
tree
2012-04-03
Andrew Trick
Cleanup set_union usage. The same thing but a bit cleaner...
commit
|
commitdiff
|
tree
2012-04-03
Andrew Trick
Use std::set_union instead of nasty custom code.
commit
|
commitdiff
|
tree
2012-04-01
Andrew Trick
misched: Add finalizeScheduler to complete the target...
commit
|
commitdiff
|
tree
2012-03-31
Andrew Trick
comment typo
commit
|
commitdiff
|
tree
2012-03-31
Andrew Trick
Introduce Register Units: Give each leaf register a...
commit
|
commitdiff
|
tree
2012-03-26
Andrew Trick
SCEV fix: Handle loop invariant loads.
commit
|
commitdiff
|
tree
2012-03-26
Andrew Trick
Unit test for PR11950: LSR crash.
commit
|
commitdiff
|
tree
2012-03-26
Andrew Trick
LSR ivchain bug fix: corner case with ConstantExpr.
commit
|
commitdiff
|
tree
2012-03-26
Andrew Trick
comment typo
commit
|
commitdiff
|
tree
2012-03-26
Andrew Trick
LSR cleanup: potential bug caught by PVS-Studio.
commit
|
commitdiff
|
tree
2012-03-24
Andrew Trick
More IndVarSimplify cleanup.
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Remove -enable-lsr-retry in time for 3.1.
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Remove -enable-lsr-nested in time for 3.1.
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Cleanup IVUsers::addUsersIfInteresting.
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Remove unused simplifyIVUsers
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Remove -enable-iv-rewrite, which has been unsupported...
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Convert -indvars tests that rely on SCEV expansion...
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Remove tests: indvars trivially preserves GEPs now.
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Remove test: trivial canonical IV test which is covered...
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Test scalar evolution directly instead of testing the...
commit
|
commitdiff
|
tree
2012-03-22
Andrew Trick
Remove redundant -enable-iv-rewrite=false flags from...
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
misched: tag a few XFAILs that I plan to fix
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
I meant to disable this test, not XFAIL it
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
misched: beginning to add unit tests
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
misched: fix LiveInterval update for bottom-up scheduling
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
misched: trace LiveIntervals after scheduling.
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
misched: obvious iterator update fixes for bottom-up.
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
misched: cleanup main loop
commit
|
commitdiff
|
tree
2012-03-21
Andrew Trick
misched: fix LI update for bottom-up.
commit
|
commitdiff
|
tree
2012-03-20
Andrew Trick
LoopSimplify bug fix. Handle indirect loop back edges.
commit
|
commitdiff
|
tree
2012-03-20
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
2012-03-20
Andrew Trick
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
commit
|
commitdiff
|
tree
2012-03-20
Andrew Trick
LSR: fix IVUsers isSimplifiedLoopNest to perform a...
commit
|
commitdiff
|
tree
2012-03-16
Andrew Trick
misched: add DAG edges from vreg defs to ExitSU.
commit
|
commitdiff
|
tree
2012-03-16
Andrew Trick
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
commit
|
commitdiff
|
tree
2012-03-14
Andrew Trick
misched: implemented a framework for top-down or bottom...
commit
|
commitdiff
|
tree
2012-03-14
Andrew Trick
misched comments
commit
|
commitdiff
|
tree
2012-03-10
Andrew Trick
Move llc + target triple tests into X86
commit
|
commitdiff
|
tree
2012-03-09
Andrew Trick
misched: handle scheduler that insert instructions...
commit
|
commitdiff
|
tree
2012-03-09
Andrew Trick
misched: handle scheduling region boundaries nicely.
commit
|
commitdiff
|
tree
2012-03-09
Andrew Trick
misched interface: rename Begin/End to RegionBegin...
commit
|
commitdiff
|
tree
2012-03-09
Andrew Trick
misched comments
commit
|
commitdiff
|
tree
2012-03-09
Andrew Trick
revert 152356: verify misched changes using -misched...
commit
|
commitdiff
|
tree
2012-03-09
Andrew Trick
misched: allow the default scheduler to be one chosen...
commit
|
commitdiff
|
tree
2012-03-09
Andrew Trick
Added TargetPassConfig::enablePass
commit
|
commitdiff
|
tree
2012-03-08
Andrew Trick
misched interface: Expose the MachineScheduler pass.
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs...
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
misched prep: Expose the ScheduleDAGInstrs interface...
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDA...
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
misched prep: Comment the ScheduleDAGInstrs interface.
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
misched prep: Cleanup ScheduleDAGInstrs interface.
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
misched prep: remove extra "protected"
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
misched prep: rename InsertPos to End.
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
misched preparation: rename core scheduler methods...
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
Fix cmake
commit
|
commitdiff
|
tree
2012-03-07
Andrew Trick
comment
commit
|
commitdiff
|
tree
next