| Commit message (Expand) | Author | Age | Files | Lines |
* | Wire up primitive support in the assembler backend for writing .o files | Chris Lattner | 2010-11-15 | 1 | -1/+4 |
* | fix a regression with the new instprinter: we lost the ability to | Chris Lattner | 2010-11-15 | 1 | -0/+22 |
* | strength reduce TOC temp label generation, no functionality change. | Chris Lattner | 2010-11-15 | 1 | -7/+4 |
* | rip out a ton of old instruction printing junk now that the | Chris Lattner | 2010-11-15 | 1 | -419/+86 |
* | Turn on the new instprinter by default. | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
* | remove some extraneous quotes to make the new instprinter match. | Chris Lattner | 2010-11-15 | 1 | -2/+2 |
* | with the picbase nonsense starting to be figured out, implement | Chris Lattner | 2010-11-14 | 1 | -0/+22 |
* | move the pic base symbol stuff up to MachineFunction | Chris Lattner | 2010-11-14 | 1 | -2/+0 |
* | reimplement ppc asmprinter "toc" handling to use a VariantKind | Chris Lattner | 2010-11-14 | 1 | -0/+26 |
* | lower PPC::MFCRpseud when transforming to MC, avoiding calling | Chris Lattner | 2010-11-14 | 1 | -2/+11 |
* | properly wire up the instprinter to the ppc64 backend, down to 5 failures. | Chris Lattner | 2010-11-14 | 1 | -1/+1 |
* | switch PPC to a simplified MCInstLowering model. | Chris Lattner | 2010-11-14 | 1 | -5/+4 |
* | Implement support for printing register and immediate operands, | Chris Lattner | 2010-11-14 | 1 | -3/+1 |
* | stub out PPCMCInstLowering, add a new option that uses it and the new | Chris Lattner | 2010-11-14 | 1 | -0/+24 |
* | stub out a powerpc MCInstPrinter implementation. | Chris Lattner | 2010-11-14 | 1 | -0/+13 |
* | move PPCAsmPrinter into the main PPC library, like ARM and X86. | Chris Lattner | 2010-11-14 | 1 | -0/+918 |
* | Factor out asmprinter out of ppc | Anton Korobeynikov | 2008-08-17 | 1 | -1119/+0 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 1 | -12/+4 |
* | Use chars, where possible | Anton Korobeynikov | 2008-08-08 | 1 | -30/+30 |
* | Convert PPC/Linux to new section printing stuff | Anton Korobeynikov | 2008-08-08 | 1 | -84/+68 |
* | Switch PPC/Darwin to new section handling stuff | Anton Korobeynikov | 2008-08-08 | 1 | -146/+99 |
* | Cleanup | Anton Korobeynikov | 2008-08-08 | 1 | -72/+70 |
* | Remove extra call to DW.SetModuleInfo on Linux. | Dale Johannesen | 2008-07-09 | 1 | -1/+0 |
* | Emit debug into for data-only files for Linux PPC. | Dale Johannesen | 2008-07-09 | 1 | -3/+10 |
* | Emit debug info for data-only files. This version | Dale Johannesen | 2008-07-09 | 1 | -5/+9 |
* | Back out 53254. It broke ppc debug info codegen. | Evan Cheng | 2008-07-09 | 1 | -6/+3 |
* | Make debug info come out in data-only files. | Dale Johannesen | 2008-07-08 | 1 | -3/+6 |
* | Put initialized const weak objects into correct | Dale Johannesen | 2008-05-24 | 1 | -1/+9 |
* | Handle quoted names when constructing $stub's, | Dale Johannesen | 2008-05-19 | 1 | -18/+35 |
* | Record weak external linkage in a case where we were | Dale Johannesen | 2008-05-16 | 1 | -0/+12 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -6/+8 |
* | Recommitting EH patch; this should answer most of the | Dale Johannesen | 2008-04-02 | 1 | -1/+2 |
* | Revert 49006 for the moment. | Dale Johannesen | 2008-04-01 | 1 | -2/+1 |
* | Emit exception handling info for functions which are | Dale Johannesen | 2008-03-31 | 1 | -1/+2 |
* | Smaller function alignment when optimizing for size. | Evan Cheng | 2008-03-25 | 1 | -1/+1 |
* | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -1/+1 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -2/+2 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -1/+1 |
* | Handle \n's in value names for more targets. The asm printers | Chris Lattner | 2008-02-15 | 1 | -6/+21 |
* | Rewrite tblgen handling of subtarget features so | Dale Johannesen | 2008-02-14 | 1 | -0/+1 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | Ident mnemonics appropriately | Nate Begeman | 2008-02-05 | 1 | -4/+4 |
* | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 1 | -2/+0 |
* | If there's no instructions being emitted on X86 for a function, emit a | Bill Wendling | 2008-01-26 | 1 | -6/+2 |
* | If there are no machine instructions emitted for a function, then insert | Bill Wendling | 2008-01-26 | 1 | -2/+15 |
* | Honor explicit section information on Darwin. | Dale Johannesen | 2008-01-23 | 1 | -2/+5 |
* | Revert the part of 45848 that treated weak globals | Dale Johannesen | 2008-01-17 | 1 | -1/+2 |
* | Weak things initialized to 0 don't go in bss on Darwin. | Dale Johannesen | 2008-01-11 | 1 | -9/+8 |
* | leopard and above support alignment for common symbols. | Chris Lattner | 2008-01-02 | 1 | -0/+3 |
* | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 2007-12-30 | 1 | -3/+3 |