- Nov 06, 2003
-
-
Chris Lattner authored
llvm-svn: 9758
-
Chris Lattner authored
llvm-svn: 9753
-
Chris Lattner authored
llvm-svn: 9752
-
Misha Brukman authored
* Alphabetize #includes llvm-svn: 9751
-
Misha Brukman authored
llvm-svn: 9750
-
- Nov 05, 2003
-
-
Chris Lattner authored
of intrinsic functions, causing the verifier to fail. llvm-svn: 9745
-
Chris Lattner authored
llvm-svn: 9741
-
Chris Lattner authored
llvm-svn: 9739
-
Chris Lattner authored
llvm-svn: 9738
-
Chris Lattner authored
llvm-svn: 9736
-
Chris Lattner authored
llvm-svn: 9735
-
Chris Lattner authored
llvm-svn: 9732
-
Chris Lattner authored
llvm-svn: 9731
-
Misha Brukman authored
get just the filename and not the full path, just use the filename directly. llvm-svn: 9730
-
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: 9722
-
Chris Lattner authored
llvm-svn: 9719
-
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
-
Brian Gaeke authored
llvm-svn: 9713
-
Brian Gaeke authored
llvm-svn: 9712
-
Chris Lattner authored
llvm-svn: 9711
-
Chris Lattner authored
llvm-svn: 9708
-
- 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
-
Brian Gaeke authored
llvm-svn: 9697
-
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
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: 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: 9681
-
Chris Lattner authored
llvm-svn: 9679
-
Chris Lattner authored
llvm-svn: 9678
-
Chris Lattner authored
a hot function in em3d llvm-svn: 9673
-
Chris Lattner authored
and makes the output work with the intel compiler. Overall, a win. llvm-svn: 9671
-
Chris Lattner authored
llvm-svn: 9670
-
Chris Lattner authored
llvm-svn: 9667
-