| Commit message (Expand) | Author | Age | Files | Lines |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 4 | -6/+7 |
* | r76102 added the MachineCodeEmitter::processDebugLoc call and called it from | Jeffrey Yasskin | 2009-07-17 | 1 | -1/+1 |
* | Do not put bunch of target-specific stuff into common namespace | Anton Korobeynikov | 2009-07-16 | 1 | -1/+1 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 2 | -11/+0 |
* | fix section switching to ensure that stubs are emitted to the right | Chris Lattner | 2009-07-16 | 1 | -4/+5 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -14/+0 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -27/+9 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 3 | -26/+4 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 4 | -75/+32 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 4 | -32/+75 |
* | Replace large swaths of copy-n-paste code with obvious helper function... | Daniel Dunbar | 2009-07-15 | 1 | -30/+12 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 2 | -57/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 2 | -10/+14 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 4 | -8/+18 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 4 | -1/+120 |
* | get the PPC stub temporary label from the mangler instead of | Chris Lattner | 2009-07-15 | 1 | -29/+5 |
* | turn some if/then's into ?: | Chris Lattner | 2009-07-15 | 1 | -12/+3 |
* | eliminate a bunch of printSuffixedName's by using info computed from | Chris Lattner | 2009-07-15 | 1 | -23/+15 |
* | convert FnStubs to using a more structured form, eliminating | Chris Lattner | 2009-07-15 | 1 | -9/+31 |
* | simplify "EmitExternalGlobal": it is only used to output a | Chris Lattner | 2009-07-15 | 1 | -6/+1 |
* | Convert GVStubs and HiddenGVStubs to work more like the X86 backend, this | Chris Lattner | 2009-07-15 | 1 | -56/+52 |
* | minor cleanups: only switch sections once before all function stubs, instead of | Chris Lattner | 2009-07-15 | 1 | -16/+15 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 4 | -19/+20 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -5/+4 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 10 | -45/+45 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -4/+5 |
* | eliminate extra space. | Edwin Török | 2009-07-14 | 1 | -2/+2 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -5/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 9 | -26/+29 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -8/+10 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 7 | -33/+36 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 4 | -1/+65 |
* | Various small changes related to the Condition Register on PowerPC. | Tilmann Scheller | 2009-07-03 | 4 | -47/+68 |
* | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 12 | -572/+370 |
* | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller | 2009-07-03 | 8 | -58/+1105 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -1/+1 |
* | Small cleanups in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 2 | -35/+21 |
* | CMake build fixes, from Xerxes Ranby | Douglas Gregor | 2009-07-02 | 1 | -0/+2 |
* | simplify some logic by using isWeakForLinker(). Thanks to Anton for | Chris Lattner | 2009-07-02 | 1 | -5/+2 |
* | clarify: stub emission depends on the version of the linker you use, it has n... | Chris Lattner | 2009-07-02 | 1 | -5/+4 |
* | Add darwin stub removal to wishlist. | Dale Johannesen | 2009-07-01 | 1 | -0/+11 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 2 | -2/+2 |
* | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -5/+8 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 1 | -8/+28 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 4 | -23/+15 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 3 | -3/+12 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 1 | -1/+1 |
* | Add missing dependencies to the CMake build system. | Douglas Gregor | 2009-06-25 | 1 | -0/+1 |
* | No need to code gen MDNodes | Devang Patel | 2009-06-25 | 1 | -0/+3 |
* | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 1 | -20/+3 |