- Nov 09, 2003
-
-
Brian Gaeke authored
llvm-svn: 9830
-
- Nov 08, 2003
-
-
Brian Gaeke authored
llvm-svn: 9806
-
Misha Brukman authored
are being added as FunctionPasses... Sigh. llvm-svn: 9798
-
- Nov 07, 2003
-
-
Misha Brukman authored
llvm-svn: 9793
-
Misha Brukman authored
for the Sparc backend: breaking up constant expressions. Thus, we cannot have it guarded by a conditional, it should never be disabled. Also, it's now available for the JIT since it is a FunctionPass. llvm-svn: 9791
-
Misha Brukman authored
llvm-svn: 9777
-
Misha Brukman authored
MachineConstantPool. This involved refactoring the two classes involved in printing out Sparc assembly. In fact, they should share all this code anyway. llvm-svn: 9776
-
Misha Brukman authored
llvm-svn: 9775
-
Misha Brukman authored
llvm-svn: 9774
-
Misha Brukman authored
it will be converted to a MachineConstantPool index during instruction selection * This is now eligible to become a FunctionPass since it does not have any side effects outside of the function it is processing. llvm-svn: 9773
-
Misha Brukman authored
* Do not create new globals for constants! Also, order #includes as per coding style guide llvm-svn: 9772
-
Misha Brukman authored
llvm-svn: 9770
-
Chris Lattner authored
llvm-svn: 9762
-
Chris Lattner authored
llvm-svn: 9761
-
- Nov 06, 2003
-
-
Chris Lattner authored
llvm-svn: 9758
-
Misha Brukman authored
* Alphabetize #includes llvm-svn: 9751
-
- Nov 05, 2003
-
-
Misha Brukman authored
get just the filename and not the full path, just use the filename directly. llvm-svn: 9730
-
- 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
-
Chris Lattner authored
llvm-svn: 9694
-
- 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
-
- Oct 29, 2003
-
-
Brian Gaeke authored
work on Mac OS X. Also turn ${...} into $(...); we do not speak BSD Make. llvm-svn: 9589
-
- Oct 23, 2003
-
-
Chris Lattner authored
Implement mul/div/rem constant expressions llvm-svn: 9424
-
Misha Brukman authored
llvm-svn: 9418
-
Misha Brukman authored
* Convert tabs to spaces * Make code fit within 80 columns llvm-svn: 9416
-
- Oct 22, 2003
-
-
Misha Brukman authored
llvm-svn: 9370
-
Misha Brukman authored
* Order #includes according to LLVM coding standards llvm-svn: 9369
-
Misha Brukman authored
llvm-svn: 9368
-
Misha Brukman authored
llvm-svn: 9367
-
Misha Brukman authored
* It's no longer a BasicBlock pass: update comment on run() method * Fix placement of braces to be consistent * Delete extraneous whitespace llvm-svn: 9361
-
Misha Brukman authored
llvm-svn: 9360
-
- Oct 21, 2003
-
-
Chris Lattner authored
llvm-svn: 9334
-
Chris Lattner authored
llvm-svn: 9333
-
Chris Lattner authored
llvm-svn: 9332
-
Chris Lattner authored
llvm-svn: 9331
-
John Criswell authored
llvm-svn: 9324
-
John Criswell authored
llvm-svn: 9321
-
Chris Lattner authored
the module. This change converts it from being a basic block pass to being a simple pass. This allows elimination of the annotation and simplification of the logic for moving constants into global variables. llvm-svn: 9320
-
Vikram S. Adve authored
this code wasn't fixed correctly so it missed copy operations that used ADDi. llvm-svn: 9318
-