| Commit message (Expand) | Author | Age | Files | Lines |
* | Output the correct format for Darwin. | Bill Wendling | 2009-07-28 | 1 | -5/+7 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 3 | -11/+17 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -1/+1 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 2 | -5/+3 |
* | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 1 | -7/+4 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -5/+6 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -27/+5 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -38/+0 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -1/+1 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -20/+4 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 3 | -14/+7 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 2 | -82/+0 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 1 | -1/+2 |
* | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 1 | -4/+5 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 1 | -0/+7 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -6/+6 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -23/+6 |
* | Rename Mangler linkage enums to something less gross. | Bill Wendling | 2009-07-20 | 1 | -3/+3 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -3/+10 |
* | Add dependencies from TargetInfo onto .td generation. | Daniel Dunbar | 2009-07-19 | 1 | -0/+1 |
* | 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 |