- Nov 08, 2003
-
-
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
-
- Nov 06, 2003
-
-
Misha Brukman authored
* Alphabetize #includes llvm-svn: 9751
-
- 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
-
-
Misha Brukman authored
llvm-svn: 9418
-
- 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
-
- 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
-
Vikram S. Adve authored
llvm-svn: 9317
-
Vikram S. Adve authored
llvm-svn: 9316
-
John Criswell authored
llvm-svn: 9312
-
- Oct 20, 2003
-
-
Brian Gaeke authored
llvm-svn: 9309
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
Brian Gaeke authored
llvm-svn: 9295
-
Brian Gaeke authored
llvm-svn: 9289
-
Brian Gaeke authored
llvm-svn: 9288
-
Chris Lattner authored
when changing Instruction.def. :( llvm-svn: 9286
-
- 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 18, 2003
-
-
Chris Lattner authored
Update the sparc backend to at least compile correctly with the new varargs stuff even if it's not all implemented yet. llvm-svn: 9223
-
- Oct 17, 2003
-
-
Brian Gaeke authored
Make insertFarJumpAtAddr() return void, because nothing uses its return value. Remove some commented-out code. Implement replaceMachineCodeForFunction() for SPARC. llvm-svn: 9203
-
Brian Gaeke authored
llvm-svn: 9202
-