Age | Commit message (Expand) | Author |
2004-11-19 | Made modsched hidden and changed so it matches the style of other options. | Tanya Lattner |
2004-11-18 | Fixed to fit in 80 columns. | Tanya Lattner |
2004-11-18 | Adding option to llc for ModuloScheduling. By default it is turned off. | Tanya Lattner |
2004-09-30 | Make EmitMappingInfo into an "external location" option, so that it can be set | Brian Gaeke |
2004-09-29 | Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still | Misha Brukman |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-18 | Convert to the new MachineFunctionInfo interface | Chris Lattner |
2004-08-16 | Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp... | Chris Lattner |
2004-08-04 | Include SparcV9BurgISel.h, to pick up the definition of | Brian Gaeke |
2004-07-11 | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner |
2004-07-11 | Make these format a bit nicer | Chris Lattner |
2004-07-11 | Auto-registrate target | Chris Lattner |
2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
2004-06-14 | Make -print-machineinstrs even stronger. You get to see the final code after | Brian Gaeke |
2004-06-03 | Add new mapping info pass, when EmitMappingInfo is on. | Brian Gaeke |
2004-05-28 | Make debugging output with -print-machineinstrs more useful: always print out | Brian Gaeke |
2004-05-23 | Add support for accurate garbage collection to the LLVM code generators | Chris Lattner |
2004-04-25 | Fix file header comments and include guards -- many files have been moved or | Brian Gaeke |
2004-04-12 | We don't need to insert TargetData into the PassManager here. | Brian Gaeke |
2004-04-02 | Only strip symbols if emitting bytecode to the assembly file. | Brian Gaeke |
2004-03-30 | Add the select lowering pass to get initial support for select instructions | Chris Lattner |
2004-03-12 | Make -print-machineinstrs show us the code both before and after reg. alloc. | Brian Gaeke |
2004-03-04 | make -print-machineinstrs work for both SparcV9 and X86 | Brian Gaeke |
2004-03-01 | Add this back, as its absence introduces assertions, and it seems to work now | Chris Lattner |
2004-03-01 | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke |
2004-02-27 | Turn off the SparcV9MachineCodeDestructionPass for now, because it's buggy | Brian Gaeke |
2004-02-27 | Correct DestroyMachineFunction's getPassName | Brian Gaeke |
2004-02-25 | Great renaming: Sparc --> SparcV9 | Brian Gaeke |
2004-02-09 | Doxygenify comments. | Misha Brukman |
2004-01-13 | Remove dump-input option. | Brian Gaeke |
2003-12-28 | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner |
2003-12-28 | Eliminate some code that is not needed now that we have the intrinsic lowerin... | Chris Lattner |
2003-12-22 | Really release memory used by functions. Patch by Chris. | Misha Brukman |
2003-12-20 | Hoist some sparc specific code into the sparc target | Chris Lattner |
2003-12-20 | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner |
2003-12-17 | Reorganized the Sparc backend to be more modular -- each different | Misha Brukman |
2003-11-13 | * Put command-line switches in their own namespace | Misha Brukman |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-08 | For some reason, LICM and GCSE like to crash the FunctionPassManager when they | Misha Brukman |
2003-11-07 | PreSelection is not optional, it performs a necessary and vital transformation | Misha Brukman |
2003-10-20 | Goodbye, AddRegNumToValues | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-17 | Remove extra blank line. | Brian Gaeke |
2003-10-05 | Add support for the Invoke instruction by using the LowerInvoke pass | Chris Lattner |
2003-09-30 | Make sure to get the definition of getRegisterAllocator | Chris Lattner |
2003-09-30 | RegisterAllocation.h is going away | Chris Lattner |
2003-09-18 | Fix a typo in Sparc.cpp. | Brian Gaeke |
2003-09-01 | No longer provide an optinfo, noone uses it | Chris Lattner |
2003-09-01 | Move private interfaces into private .h file | Chris Lattner |
2003-08-24 | Targets should configure themselves based on a Module, not some wierd flags | Chris Lattner |