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
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
2
-70
/
+35
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
6
-526
/
+248
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
3
-7
/
+7
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
9
-1880
/
+1558
*
include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]
NAKAMURA Takumi
2013-11-09
5
-48
/
+48
*
Fix whitespace.
NAKAMURA Takumi
2013-11-09
4
-41
/
+41
*
Re-apply r194300 with fixes for warnings.
Lang Hames
2013-11-09
5
-414
/
+427
*
Revert r194300 which broke the build.
Nick Lewycky
2013-11-09
5
-426
/
+395
*
Rewrite the PBQP graph data structure.
Lang Hames
2013-11-09
5
-395
/
+426
*
Fix PBQP graph iterator typedefs.
Lang Hames
2013-05-16
1
-4
/
+4
*
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