- Nov 05, 2003
-
-
Chris Lattner authored
Be gcc 3.4 clean llvm-svn: 9727
-
Chris Lattner authored
llvm-svn: 9726
-
Chris Lattner authored
llvm-svn: 9725
-
Chris Lattner authored
llvm-svn: 9724
-
Alkis Evlogimenos authored
that works only for std::pair. llvm-svn: 9723
-
Chris Lattner authored
llvm-svn: 9722
-
Chris Lattner authored
llvm-svn: 9721
-
Chris Lattner authored
llvm-svn: 9720
-
Chris Lattner authored
llvm-svn: 9719
-
Chris Lattner authored
llvm-svn: 9718
-
Chris Lattner authored
llvm-svn: 9717
-
Brian Gaeke authored
llvm-svn: 9716
-
Chris Lattner authored
- // ~(c-X) == X-(c-1) == X+(-c+1) + // ~(c-X) == X-c-1 == X+(-c-1) Implement: C - ~X == X + (1+C) llvm-svn: 9715
-
Chris Lattner authored
llvm-svn: 9714
-
Brian Gaeke authored
llvm-svn: 9713
-
Brian Gaeke authored
llvm-svn: 9712
-
Chris Lattner authored
llvm-svn: 9711
-
Chris Lattner authored
llvm-svn: 9710
-
Chris Lattner authored
Add negate overload llvm-svn: 9709
-
Chris Lattner authored
llvm-svn: 9708
-
Chris Lattner authored
llvm-svn: 9707
-
Chris Lattner authored
for converting a number that is a power of two into a mask llvm-svn: 9706
-
Alkis Evlogimenos authored
negative instruction count is returned if instructions are removed from a basic block. llvm-svn: 9705
-
- Nov 04, 2003
-
-
Alkis Evlogimenos authored
return the number of instructions added to/removed from the basic block passed as their first argument. Note: This is only needed because we use a std::vector instead of an ilist to keep MachineBasicBlock instructions. Inserting an instruction to a MachineBasicBlock invalidates all iterators to the basic block. The return value can be used to update an index to the machine basic block instruction vector and circumvent the iterator elimination problem but this is really not needed if we move to a better representation. llvm-svn: 9704
-
Brian Gaeke authored
status. In doFinalization(), skip over external functions, just like Anand's mapping info does. llvm-svn: 9703
-
Chris Lattner authored
llvm-svn: 9702
-
Chris Lattner authored
llvm-svn: 9700
-
Chris Lattner authored
llvm-svn: 9699
-
Chris Lattner authored
llvm-svn: 9698
-
Brian Gaeke authored
llvm-svn: 9697
-
Chris Lattner authored
number of simple cases. Someday when I get a chance to work on it again, this testcase should be corrected. llvm-svn: 9695
-
Chris Lattner authored
llvm-svn: 9694
-
John Criswell authored
Added assert() to ensure symbol table is well formed. Added code to remember the value that was found; resolving types can change the symbol table and invalidate the value of the iterator. Added comments to the ResolveTypes() function (mainly for my own benefit). Please feel free to correct the comments if they are not accurate. llvm-svn: 9693
-
- Nov 03, 2003
-
-
Chris Lattner authored
llvm-svn: 9690
-
John Criswell authored
This helps to disambiguate when linking begins and when the library/program is linked and ready to be used. This is sort of as preference thing, so feel free to modify/revert the change. llvm-svn: 9687
-
Chris Lattner authored
strings with the stuff that used to print to an ostream directly. We now NEVER build up big strings, only to print them once they are formed. llvm-svn: 9686
-
Chris Lattner authored
llvm-svn: 9685
-
Chris Lattner authored
llvm-svn: 9684
-
Chris Lattner authored
* Emit bools as 1/0 instead of true/false, fixing compilation of eon and PR 83 & Jello/2003-11-03-GlobalBool.llx llvm-svn: 9683
-
Chris Lattner authored
llvm-svn: 9682
-