- May 23, 2004
-
-
Tanya Lattner authored
llvm-svn: 13665
-
Alkis Evlogimenos authored
used through a base pointer/reference so inproper destruction should never be an issue. Removing this last virtual function also saves 4 bytes off each InstVisitor instance. llvm-svn: 13664
-
Chris Lattner authored
llvm-svn: 13663
-
Chris Lattner authored
Revert back to the previous version, as it doesn't work with mozilla, and people REALLY CAN just click the link. :) llvm-svn: 13662
-
Tanya Lattner authored
llvm-svn: 13661
-
Reid Spencer authored
Bytecode File Format documentation, getting all documents in HTML 4.01 (Strict) compliance, and any other minor improvement that shoud be noted. llvm-svn: 13660
-
Reid Spencer authored
llvm-svn: 13659
-
Reid Spencer authored
definition of the signature block and module block, and adding definitions of the global type pool and symbol table. More still to come. llvm-svn: 13658
-
Alkis Evlogimenos authored
(Strict)-compliant. llvm-svn: 13655
-
Vikram S. Adve authored
class for each leader. Finally, rename Elem2ECLeaderMap to Elem2LeaderMap (most of the changed lines are only due to the latter). llvm-svn: 13651
-
Vikram S. Adve authored
llvm-svn: 13650
-
Vikram S. Adve authored
a direct callee may have indirect callees and so may have changed. llvm-svn: 13649
-
Vikram S. Adve authored
of functions called at a common call site. The rewrite inlines the resulting graphs bottom-up on the SCCs of the CBU call graph. It also simplifies the merging of equivalence classes by exploiting the fact that functions in non-trivial SCCs are already merged. llvm-svn: 13645
-
Vikram S. Adve authored
llvm-svn: 13644
-
Brian Gaeke authored
llvm-svn: 13643
-
Brian Gaeke authored
Rewrite the comments about the different versions of BuildMI, to better emphasize their differences. llvm-svn: 13642
-
- May 22, 2004
-
-
Reid Spencer authored
llvm-svn: 13626
-
Reid Spencer authored
file format. This format is being extracted from the source code and the small recesses of Chris' brain. llvm-svn: 13625
-
Reid Spencer authored
llvm-svn: 13624
-
Misha Brukman authored
llvm-svn: 13623
-
- May 21, 2004
-
-
Chris Lattner authored
any case it's not portable. llvm-svn: 13621
-
Chris Lattner authored
llvm-svn: 13620
-
Chris Lattner authored
llvm-svn: 13619
-
Chris Lattner authored
llvm-svn: 13618
-
Chris Lattner authored
This testcase was reduced by John, thanks! llvm-svn: 13617
-
Misha Brukman authored
llvm-svn: 13616
-
- May 20, 2004
-
-
Alkis Evlogimenos authored
java constants. llvm-svn: 13611
-
Chris Lattner authored
fix the really bad code we're getting on PPC. llvm-svn: 13609
-
Brian Gaeke authored
a full 64-bit address, it must be adjusted to fit in the branch instruction's immediate field. (This is only used in the reoptimizer, for now.) llvm-svn: 13608
-
- May 19, 2004
-
-
Brian Gaeke authored
Fix a typo in a debug message. llvm-svn: 13607
-
Misha Brukman authored
llvm-svn: 13606
-
Alkis Evlogimenos authored
Declare function defined in namespace llvm as gcc-3.4 doesn't accept a definition in a namespace of a non-declared function. llvm-svn: 13602
-
Brian Gaeke authored
effects as) CloneFunctionInto(). llvm-svn: 13601
-
Brian Gaeke authored
CloneTrace, and because it is primarily an operation on ValueMaps. It is now a global (non-static) function which can be pulled in using ValueMapper.h. llvm-svn: 13600
-
- May 18, 2004
-
-
Misha Brukman authored
llvm-svn: 13593
-
Misha Brukman authored
* Removed redundant function comments llvm-svn: 13592
-
- May 17, 2004
-
-
Brian Gaeke authored
llvm-svn: 13591
-
Brian Gaeke authored
correct error message. llvm-svn: 13590
-
- May 14, 2004
-
-
Brian Gaeke authored
Add better comments, including a better head-of-file comment. Prune #includes. Fix a FIXME that Chris put here by using doInitialization(). Use DEBUG() to print out debug msgs. Give names to basic blocks inserted by this pass. Expand tabs. Use InsertProfilingInitCall() from ProfilingUtils to insert the initialize call. llvm-svn: 13581
-
Misha Brukman authored
llvm-svn: 13580
-