- Jul 13, 2009
-
-
Devang Patel authored
llvm-svn: 75507
-
Devang Patel authored
llvm-svn: 75503
-
Kevin Enderby authored
llvm-svn: 75500
-
Eli Friedman authored
llvm-svn: 75499
-
Owen Anderson authored
llvm-svn: 75497
-
Dan Gohman authored
SCEVZeroExtendExpr ahead of the most expensive analysis. This speeds up analysis and helps avoid pathologically bad behavior on the testcase in PR4534. llvm-svn: 75496
-
Eli Friedman authored
bitcasts will always be eliminated anyway. llvm-svn: 75495
-
Dan Gohman authored
a bunch of redundent code in Profile methods, and prepares for upcoming changes to do improved memoization. llvm-svn: 75494
-
Dan Gohman authored
llvm-svn: 75493
-
Bill Wendling authored
llvm-svn: 75491
-
David Greene authored
Add infrastructure to allow post instruction printing action triggers. We'll eventually use this to print comments in asm files and do other fun things. This adds interfaces to the AsmPrinter and changes TableGen to invoke the postInstructionAction when appropriate. It also add parameters to TargetAsmInfo to control comment layout. llvm-svn: 75490
-
Chris Lattner authored
llvm-svn: 75489
-
Bill Wendling authored
llvm-svn: 75488
-
Bill Wendling authored
llvm-svn: 75484
-
Daniel Dunbar authored
- Unused, fear not cmakers. llvm-svn: 75483
-
Dan Gohman authored
always adds a newline, so this fixes Value::dump printing an extra blank line. llvm-svn: 75481
-
Dan Gohman authored
stored rather than recomputed on each bucket traversal. llvm-svn: 75480
-
Bob Wilson authored
llvm-svn: 75479
-
Chris Lattner authored
and use it from one more place. Patch by Jakub Staszak! llvm-svn: 75478
-
Chris Lattner authored
so that all code paths get it. PR4256 was about a case where the phi translation loop would find all preds in the Visited cache, so it could get by without re-sorting the NonLocalPointerDeps cache. Fix this by resorting it earlier, there is no reason not to do this. This patch inspired by Jakub Staszak's patch. llvm-svn: 75476
-
David Greene authored
Make some more changes suggested by Chris. Manipulators go away. llvm-svn: 75472
-
Sanjiv Gupta authored
llvm-svn: 75461
-
Sanjiv Gupta authored
link libstd.so with llvm-ld by default with all the programs user is trying to build. llvm-svn: 75460
-
Daniel Dunbar authored
llvm-svn: 75456
-
Daniel Dunbar authored
llvm-svn: 75454
-
Nick Lewycky authored
llvm-svn: 75453
-
Daniel Dunbar authored
- This makes it more like other similar code in Archive handling. llvm-svn: 75452
-
Daniel Dunbar authored
llvm-svn: 75451
-
Lang Hames authored
llvm-svn: 75450
-
Nick Lewycky authored
again to Daniel Dunbar and KLEE! llvm-svn: 75449
-
Nick Lewycky authored
Found by Daniel Dunbar and KLEE. llvm-svn: 75448
-
Owen Anderson authored
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. This involves temporarily hard wiring some parts to use the global context. This isn't ideal, but it's the only way I could figure out to make this process vaguely incremental. llvm-svn: 75445
-
Nick Lewycky authored
generally return Full on all wrapped inputs. "Fixes" PR4545. llvm-svn: 75444
-
Nick Lewycky authored
large as the full set, only those one size smaller. Thanks to Daniel Dunbar who found this bug using Klee! llvm-svn: 75443
-
Daniel Dunbar authored
llvm-svn: 75440
-
Daniel Dunbar authored
llvm-svn: 75438
-
- Jul 12, 2009
-
-
Chris Lattner authored
llvm-svn: 75433
-
Chris Lattner authored
implemented in codegen, have no frontend to generate them, and are better implemented with pattern matching (like the ppc backend does to generate rlwimi/rlwinm etc). PR4543 llvm-svn: 75430
-
Daniel Dunbar authored
llvm-svn: 75429
-
Torok Edwin authored
llvm-svn: 75428
-