Age | Commit message (Expand) | Author |
2003-08-28 | Moved index into BB to common graph class because its needed by ModuloSchedGr... | Tanya Lattner |
2003-08-27 | Added/removed header file | Tanya Lattner |
2003-08-27 | *** empty log message *** | Tanya Lattner |
2003-08-25 | First version of SchedGraph common class and refactoring of SchedGraph. | Tanya Lattner |
2003-08-24 | Targets should configure themselves based on a Module, not some wierd flags | Chris Lattner |
2003-08-21 | The word `dependent' has no `a'. | Misha Brukman |
2003-08-21 | Fix spello | Chris Lattner |
2003-08-21 | Change all #include'd files to be :: rules instead of : rules | Chris Lattner |
2003-08-18 | Add support for the sig(set|long)jmp intrinsics | Chris Lattner |
2003-08-18 | Spell `necessary' correctly. | Misha Brukman |
2003-08-16 | Rename -emitmaps to -enable-maps | Brian Gaeke |
2003-08-15 | Now that the JIT memory manager allocates as many bytes as necessary rather than | Misha Brukman |
2003-08-15 | Fix register and parameter numbers in saving double FP registers. | Misha Brukman |
2003-08-15 | Remove uses of the NonCopyable class, to make the doxygen output look better | Chris Lattner |
2003-08-15 | * Must save FP registers when calling CompilationCallback(), because FP | Misha Brukman |
2003-08-14 | Improvement to the previous fix: branch following a delay slot of | Vikram S. Adve |
2003-08-14 | Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need | Misha Brukman |
2003-08-14 | Restore 'nice name' to pass | Chris Lattner |
2003-08-14 | Factory methods for function passes now return type FunctionPass *. | Brian Gaeke |
2003-08-14 | Unbreak SPARC backend: addPassesToJITCompile and | Brian Gaeke |
2003-08-14 | Factory methods for function passes now return type FunctionPass *. | Brian Gaeke |
2003-08-14 | Unbreak SPARC backend: addPassesToJITCompile and | Brian Gaeke |
2003-08-13 | Adjust files for move of mapping info stuff into the Sparc directory | Chris Lattner |
2003-08-12 | For instructions in a delay slot of another instruction, | Vikram S. Adve |
2003-08-12 | For an instruction with delay slots, mark all live values before | Vikram S. Adve |
2003-08-12 | Disable emitting LLVM-to-MI maps, by default. | Vikram S. Adve |
2003-08-12 | Fix va_arg to generate LDDFi for floating point values, instead of LDXi. | Vikram S. Adve |
2003-08-11 | Register argument to va_start must be marked as defined! | Vikram S. Adve |
2003-08-07 | Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows: | Misha Brukman |
2003-08-07 | Fix sanity-checking in 'maskUnsigned' code to be more precise: | Vikram S. Adve |
2003-08-06 | Changing command-line option formats to be more consistent with LLVM style. | Misha Brukman |
2003-08-06 | * Renamed option from `nopreselect' to `nopreopt' since it disables more than | Misha Brukman |
2003-08-06 | Use the registers g1 and g5 as temporaries for making far jumps and far calls, | Misha Brukman |
2003-08-06 | 1. Bug fix: was using SLL instead of SLLX for ULongTy. Chump. | Vikram S. Adve |
2003-08-06 | Remove conversion of fp-to-uint cast into a multi-step cast: | Vikram S. Adve |
2003-08-06 | SparcV9CodeEmitter.cpp: | Misha Brukman |
2003-08-05 | Use a new local data structure instead of the MachineInstr::regsUsed set | Chris Lattner |
2003-08-05 | Add a map | Chris Lattner |
2003-08-05 | Minor cleanups | Chris Lattner |
2003-08-05 | Physical registers no longer live in the regsUsed set for each machine instr | Chris Lattner |
2003-08-05 | This method has now been changed to preserve flags for us! | Chris Lattner |
2003-08-05 | * Removed `using' declaration, now use full namespace qualifier std::string | Misha Brukman |
2003-08-05 | * Set annul bit to be 0, because the Sparc backend currently does not use it. | Misha Brukman |
2003-08-04 | Transition to using 'let X = y' instead of 'set X = y'. | Chris Lattner |
2003-08-01 | DEBUG got moved to Debug.h | Chris Lattner |
2003-08-01 | Remove makefile complexity by always running tablegen with its final output | Chris Lattner |
2003-08-01 | Add all arithmetic operators to ConstantExprToString(). | Vikram S. Adve |
2003-08-01 | *Both* operands of divide need sign-extension before divide (if smaller | Vikram S. Adve |
2003-08-01 | Put back the separate pass to decompose multi-dimensional references | Vikram S. Adve |
2003-07-30 | We no longer need to preprocess SparcV9.td before sending it through tablegen | Chris Lattner |