index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
PBQP
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added initialisers for reduction rule counters.
Lang Hames
2010-09-05
1
-0
/
+4
*
Silence an ambiguous else warning from GCC.
Chandler Carruth
2010-09-02
1
-1
/
+2
*
Added counters for PBQP reduction rules.
Lang Hames
2010-09-02
3
-1
/
+44
*
Iterating over sets of pointers in a heuristic was a bad idea. Switching
Lang Hames
2010-07-17
1
-6
/
+2
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
Remove two other uses of ATTRIBUTE_UNUSED for variables only used within
Chandler Carruth
2010-07-11
1
-3
/
+2
*
Fix various doxygen warnings.
Dan Gohman
2010-02-22
1
-2
/
+2
*
* Updated the cost matrix normalization proceedure to better handle infinite ...
Lang Hames
2010-02-12
2
-13
/
+21
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Added copy sensible construction & assignment to PBQP graphs and fixed a memo...
Lang Hames
2010-02-09
2
-18
/
+85
*
Silence GCC warnings with asserts turned off. No functionality change.
Chandler Carruth
2010-01-27
1
-1
/
+2
*
New PBQP solver.
Lang Hames
2010-01-26
11
-2032
/
+1486
*
Fixed malformed -*- lines in PBQP headers.
Lang Hames
2010-01-06
9
-9
/
+9
*
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-12-19
2
-2
/
+2
*
Sundry dependent-name fixes flagged by clang++.
John McCall
2009-12-17
1
-4
/
+4
*
Mark more constants unsigned, as warned about by icc (#68).
Duncan Sands
2009-09-06
1
-1
/
+1
*
Remove <iostream>.
Bill Wendling
2009-08-15
1
-20
/
+17
*
Remove unnecessary throw() specifications; LLVM doesn't use exceptions.
Dan Gohman
2009-08-11
1
-3
/
+3
*
Fix some -Asserts unused variable warnings.
Daniel Dunbar
2009-08-08
1
-6
/
+4
*
Added legal stuff, fixed some formatting issues. Removed the graph generator ...
Lang Hames
2009-08-07
10
-254
/
+142
*
New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...
Lang Hames
2009-08-06
10
-0
/
+2672