index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
PBQP
Age
Commit message (
Expand
)
Author
2010-09-18
Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...
Lang Hames
2010-09-05
Added initialisers for reduction rule counters.
Lang Hames
2010-09-02
Silence an ambiguous else warning from GCC.
Chandler Carruth
2010-09-02
Added counters for PBQP reduction rules.
Lang Hames
2010-07-17
Iterating over sets of pointers in a heuristic was a bad idea. Switching
Lang Hames
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-11
Remove two other uses of ATTRIBUTE_UNUSED for variables only used within
Chandler Carruth
2010-02-22
Fix various doxygen warnings.
Dan Gohman
2010-02-12
* Updated the cost matrix normalization proceedure to better handle infinite ...
Lang Hames
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-09
Added copy sensible construction & assignment to PBQP graphs and fixed a memo...
Lang Hames
2010-01-27
Silence GCC warnings with asserts turned off. No functionality change.
Chandler Carruth
2010-01-26
New PBQP solver.
Lang Hames
2010-01-06
Fixed malformed -*- lines in PBQP headers.
Lang Hames
2009-12-19
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-12-17
Sundry dependent-name fixes flagged by clang++.
John McCall
2009-09-06
Mark more constants unsigned, as warned about by icc (#68).
Duncan Sands
2009-08-15
Remove <iostream>.
Bill Wendling
2009-08-11
Remove unnecessary throw() specifications; LLVM doesn't use exceptions.
Dan Gohman
2009-08-08
Fix some -Asserts unused variable warnings.
Daniel Dunbar
2009-08-07
Added legal stuff, fixed some formatting issues. Removed the graph generator ...
Lang Hames
2009-08-06
New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...
Lang Hames