index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-03-13
Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
Bill Wendling
2012-03-13
Fixed typo in comment.
Lang Hames
2012-03-12
Revert due to nightly test failures.
Bill Wendling
2012-03-11
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-10
Microoptimize getVRegDef. def_begin isn't free, don't compute it twice.
Benjamin Kramer
2012-03-10
Implement a more intelligent way of spilling uses across an invoke boundary.
Bill Wendling
2012-03-10
Report the defining instruction.
Jakob Stoklund Olesen
2012-03-10
Add SSA verification to MachineVerifier.
Jakob Stoklund Olesen
2012-03-10
Use SmallPtrSet instead of DenseSet.
Jakob Stoklund Olesen
2012-03-10
Give dagcombiner's worklist some inline capacity.
Benjamin Kramer
2012-03-09
Assert on SSA errors in LiveVariables.
Jakob Stoklund Olesen
2012-03-09
misched: handle scheduler that insert instructions at empty region boundaries.
Andrew Trick
2012-03-09
misched: handle scheduling region boundaries nicely.
Andrew Trick
2012-03-09
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
misched comments
Andrew Trick
2012-03-09
revert 152356: verify misched changes using -misched=shuffle.
Andrew Trick
2012-03-09
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
Cache MBB->begin. It's possible the scheduler / bundler may change MBB->begin().
Evan Cheng
2012-03-08
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
misched interface: Expose the MachineScheduler pass.
Andrew Trick
2012-03-07
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.
Andrew Trick
2012-03-07
misched prep: Comment the ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: Cleanup ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: remove extra "protected"
Andrew Trick
2012-03-07
misched prep: rename InsertPos to End.
Andrew Trick
2012-03-07
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
Try to clarify this comment some.
Chandler Carruth
2012-03-07
Remove another outbreak of customized (and completely broken) hashing.
Chandler Carruth
2012-03-07
Where the BranchFolding pass removes a branch then adds another better branch,
Bill Wendling
2012-03-07
Fix cmake
Andrew Trick
2012-03-07
comment
Andrew Trick
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
ScheduleDAGInstrs comments
Andrew Trick
2012-03-07
misched preparation: modularize schedule emission.
Andrew Trick
2012-03-07
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
misched preparation: modularize schedule verification.
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2012-03-07
Added -view-misched=dags options.
Andrew Trick
2012-03-07
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2012-03-07
Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...
Andrew Trick
2012-03-07
misched comments
Andrew Trick
2012-03-07
misched: Use the StartBlock/FinishBlock hooks
Andrew Trick
2012-03-07
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-06
Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...
Evan Cheng
[prev]
[next]