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
/
DFAPacketizer.cpp
Age
Commit message (
Expand
)
Author
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-06-22
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-18
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-05-01
Target independent Hexagon Packetizer fix.
Sirish Pande
2012-04-23
Temporarily revert r155364 until the upstream review can complete, per
Chandler Carruth
2012-04-23
Hexagon Packetizer's target independent fix.
Sirish Pande
2012-04-18
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-12
HexagonPacketizer patch.
Sirish Pande
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 preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-02-23
Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...
Benjamin Kramer
2012-02-15
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2011-12-06
use space star instead of star space
Sebastian Pop
2011-12-06
add missing point at the end of sentences
Sebastian Pop
2011-12-01
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta