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
/
RegAllocPBQP.h
Age
Commit message (
Expand
)
Author
2013-04-15
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
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-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2011-06-17
Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB...
Lang Hames
2011-06-07
Switched to DenseMap for allowed sets in PBQP. Reduces total LLC time by 15% ...
Lang Hames
2010-12-08
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...
Lang Hames
2010-09-23
Moved the PBQP allocator class out of the header and back in to the cpp file ...
Lang Hames
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