- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Oct 19, 2003
-
-
Chris Lattner authored
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. llvm-svn: 9269
-
- Oct 13, 2003
-
-
Chris Lattner authored
multiple times. This reduces the time to construct post-dominance sets a LOT. For example, optimizing perlbmk goes from taking 12.9894s to 1.4074s. llvm-svn: 9091
-
Chris Lattner authored
llvm-svn: 9071
-
Chris Lattner authored
llvm-svn: 9063
-
- Oct 02, 2003
-
-
Alkis Evlogimenos authored
llvm-svn: 8811
-
- Sep 25, 2003
-
-
Chris Lattner authored
llvm-svn: 8708
-
Chris Lattner authored
llvm-svn: 8706
-
- Sep 21, 2003
-
-
Chris Lattner authored
not have their arguments marked complete llvm-svn: 8639
-
Chris Lattner authored
llvm-svn: 8638
-
Chris Lattner authored
Do not mark incoming arguments to functions complete if the function is pointed to by a global in the globals graph llvm-svn: 8637
-
- Sep 20, 2003
-
-
Chris Lattner authored
llvm-svn: 8636
-
Chris Lattner authored
llvm-svn: 8635
-
Chris Lattner authored
llvm-svn: 8634
-
Chris Lattner authored
llvm-svn: 8630
-
Chris Lattner authored
CallSite class. Now we can represent function calls by invoke instructions too! llvm-svn: 8629
-
Chris Lattner authored
llvm-svn: 8628
-
Chris Lattner authored
llvm-svn: 8615
-
Chris Lattner authored
VS: ---------------------------------------------------------------------- llvm-svn: 8611
-
- Sep 15, 2003
-
-
Chris Lattner authored
llvm-svn: 8518
-
Chris Lattner authored
llvm-svn: 8517
-
- Sep 11, 2003
-
-
Misha Brukman authored
llvm-svn: 8478
-
Chris Lattner authored
llvm-svn: 8469
-
Misha Brukman authored
llvm-svn: 8466
-
- Sep 10, 2003
-
-
Chris Lattner authored
unify all exit nodes of a function to compute post-dominance information. This does not work with functions that have both unwind and return nodes, because we cannot unify these blocks. The new implementation is better anyway. :) llvm-svn: 8460
-
Chris Lattner authored
llvm-svn: 8442
-
Chris Lattner authored
llvm-svn: 8435
-
Chris Lattner authored
- make sure to check the indvar type before anything else (efficiency) - Make sure to insert the 'add' into the program, even though it'll be dead - Wrap code at 80 columns - Other minor cleanups to reduce indentation level llvm-svn: 8434
-
Chris Lattner authored
llvm-svn: 8429
-
Chris Lattner authored
llvm-svn: 8427
-
Chris Lattner authored
llvm-svn: 8426
-
- Sep 08, 2003
-
-
Chris Lattner authored
Volatile loads and stores must not be value numbered llvm-svn: 8398
-
- Sep 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8298
-
- Aug 31, 2003
-
-
Chris Lattner authored
llvm-svn: 8274
-
Chris Lattner authored
* Increases consistency with other iterators (e.g. df_iterator, po_iterator...) * It's shorter * We don't name classes by the implementation, we name it for the interface! llvm-svn: 8273
-
Chris Lattner authored
llvm-svn: 8271
-
Chris Lattner authored
llvm-svn: 8270
-
Chris Lattner authored
llvm-svn: 8269
-
Chris Lattner authored
llvm-svn: 8267
-
Chris Lattner authored
llvm-svn: 8264
-