index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
PBQP
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
4
-6
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
Lang Hames
2012-10-23
1
-8
/
+13
*
Fix a stub signature. HeuristicReduce should return a bool.
Lang Hames
2012-08-23
1
-1
/
+2
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-1
/
+1
*
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
2012-04-03
1
-0
/
+6
*
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-26
1
-0
/
+37
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-7
/
+7
*
Remove unused STL header includes.
Jay Foad
2011-04-23
2
-2
/
+0
*
Added an additional PBQP problem builder which adds coalescing costs (both be...
Lang Hames
2010-09-21
1
-2
/
+6
*
Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...
Lang Hames
2010-09-18
6
-0
/
+2129