| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -0/+4 |
| * | hoist the call to processDebugLoc out of the generated | Chris Lattner | 2009-09-09 | 1 | -0/+2 |
| * | Alter 79292 to produce output that actually assembles. | Dale Johannesen | 2009-08-26 | 1 | -0/+2 |
| * | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen | 2009-08-24 | 1 | -4/+4 |
| * | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -13/+13 |
| * | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -5/+5 |
| * | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -21/+25 |
| * | PowerPC inline asm was emitting two output operands | Dale Johannesen | 2009-08-18 | 1 | -4/+6 |
| * | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller | 2009-08-15 | 1 | -3/+57 |
| * | TargetRegistry: Change AsmPrinter constructor to be typed as returning an | Daniel Dunbar | 2009-08-13 | 1 | -4/+4 |
| * | TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the | Daniel Dunbar | 2009-08-13 | 1 | -5/+5 |
| * | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -15/+5 |
| * | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -1/+1 |
| * | Fix a weird ppc64-specific link error during an llvm-gcc build: | Chris Lattner | 2009-08-10 | 1 | -0/+2 |
| * | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -31/+27 |
| * | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
| * | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 1 | -4/+1 |
| * | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 1 | -3/+0 |
| * | Don't flush the raw_ostream between each MachineFunction. These flush | Dan Gohman | 2009-08-05 | 1 | -2/+0 |
| * | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner | 2009-08-04 | 1 | -0/+1 |
| * | switch ppc to using SwitchToSection instead of textual section stuff. | Chris Lattner | 2009-08-03 | 1 | -14/+43 |
| * | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -7/+8 |
| * | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -5/+6 |
| * | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
| * | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -7/+8 |
| * | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -1/+1 |
| * | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -5/+6 |
| * | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
| * | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -2/+0 |
| * | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -3/+0 |
| * | fix section switching to ensure that stubs are emitted to the right | Chris Lattner | 2009-07-16 | 1 | -4/+5 |
| * | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -8/+0 |
| * | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -4/+11 |
| * | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -11/+4 |
| * | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -4/+11 |
| * | 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 | 1 | -7/+7 |
| * | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -5/+4 |