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
/
RegAllocPBQP.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-2
/
+4
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-27
/
+105
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-129
/
+482
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-1
/
+1
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-21
/
+22
*
Re-apply r194300 with fixes for warnings.
Lang Hames
2013-11-09
1
-9
/
+8
*
Revert r194300 which broke the build.
Nick Lewycky
2013-11-09
1
-8
/
+9
*
Rewrite the PBQP graph data structure.
Lang Hames
2013-11-09
1
-9
/
+8
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
1
-3
/
+3
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
1
-11
/
+8
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-10
/
+11
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-11
/
+10
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-0
/
+1
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB...
Lang Hames
2011-06-17
1
-1
/
+2
*
Switched to DenseMap for allowed sets in PBQP. Reduces total LLC time by 15% ...
Lang Hames
2011-06-07
1
-1
/
+1
*
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...
Lang Hames
2010-12-08
1
-1
/
+2
*
Moved the PBQP allocator class out of the header and back in to the cpp file ...
Lang Hames
2010-09-23
1
-119
/
+1
*
Added an additional PBQP problem builder which adds coalescing costs (both be...
Lang Hames
2010-09-21
1
-1
/
+25
*
Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...
Lang Hames
2010-09-18
1
-0
/
+260