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
/
include
/
llvm
/
CodeGen
/
PBQP
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-23
Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
Lang Hames
2012-08-23
Fix a stub signature. HeuristicReduce should return a bool.
Lang Hames
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-04-03
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
2012-03-26
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2011-04-23
Remove unused STL header includes.
Jay Foad
2010-09-21
Added an additional PBQP problem builder which adds coalescing costs (both be...
Lang Hames
2010-09-18
Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...
Lang Hames