Duncan Sands
|
d216b05e75
|
Mark more constants unsigned, as warned about by icc (#68).
Patch by Erick Tryzelaar.
llvm-svn: 81116
|
2009-09-06 12:56:52 +00:00 |
Bill Wendling
|
f7b4c5a295
|
Remove <iostream>.
llvm-svn: 79146
|
2009-08-15 22:28:08 +00:00 |
Dan Gohman
|
c7c2bc9663
|
Remove unnecessary throw() specifications; LLVM doesn't use exceptions.
llvm-svn: 78667
|
2009-08-11 15:35:57 +00:00 |
Daniel Dunbar
|
4bfb4c80e0
|
Fix some -Asserts unused variable warnings.
llvm-svn: 78447
|
2009-08-08 00:40:46 +00:00 |
Lang Hames
|
8f0d67536e
|
Added legal stuff, fixed some formatting issues. Removed the graph generator stuff as it was only meant for debugging the solver.
llvm-svn: 78359
|
2009-08-07 00:25:12 +00:00 |
Lang Hames
|
88fae6f9c9
|
New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based solver, but I'll be working to improve that. The PBQP allocator has been updated to use the new solver.
llvm-svn: 78354
|
2009-08-06 23:32:48 +00:00 |