|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Remove always true checks. Noticed by Adhemerval Zanella. | Roman Divacky | 2012-09-03 | 1 | -2/+2 | 
| * | Reserve space for the mandatory traceback fields on PPC64. | Hal Finkel | 2012-08-29 | 1 | -4/+8 | 
| * | Emit word of zeroes after the last instruction as a start of the mandatory | Roman Divacky | 2012-08-28 | 1 | -0/+15 | 
| * | Add PPC Freescale e500mc and e5500 subtargets. | Hal Finkel | 2012-08-28 | 1 | -0/+2 | 
| * | Lower constant pools and jump tables via TOC on PPC64/SVR4. | Roman Divacky | 2012-08-24 | 1 | -7/+16 | 
| * | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -1/+1 | 
| * | There are a number of generic inline asm operand modifiers that | Jack Carter | 2012-06-26 | 1 | -1/+3 | 
| * | Rename the PPC target feature gpul to mfocrf. | Hal Finkel | 2012-06-11 | 1 | -1/+1 | 
| * | Add POWER6 and POWER7 CPU types to the PPC backend. | Hal Finkel | 2012-06-11 | 1 | -0/+2 | 
| * | Add instruction itinerary for the PPC64 A2 core. | Hal Finkel | 2012-04-01 | 1 | -0/+1 | 
| * | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 | 
| * | Properly MCize the section switch, removing a FIXME. | Roman Divacky | 2012-02-28 | 1 | -2/+4 | 
| * | Reapply r151278 with fixes. | Roman Divacky | 2012-02-27 | 1 | -6/+16 | 
| * | Revert r151278, breaks static linking. | Hal Finkel | 2012-02-25 | 1 | -14/+6 | 
| * | MCize function entry label emission on PowerPC64 properly. | Roman Divacky | 2012-02-23 | 1 | -6/+14 | 
| * | Allow the use of an alternate symbol for calculating a function's size. | Hal Finkel | 2012-02-22 | 1 | -1/+5 | 
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 | 
| * | make CR spill and restore 64-bit clean (no functional change), and fix some o... | Hal Finkel | 2011-12-07 | 1 | -1/+2 | 
| * | Small fix for assembler generation on Darwin PPC64.  Patch by Michael Kostyle... | Eli Friedman | 2011-12-01 | 1 | -1/+1 | 
| * | Remove unnecessary include. | Devang Patel | 2011-11-09 | 1 | -1/+0 | 
| * | Add PPC 440 scheduler and some associated tests | Hal Finkel | 2011-10-17 | 1 | -0/+7 | 
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 | 
| * | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 1 | -1/+1 | 
| * | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng | 2011-07-25 | 1 | -10/+0 | 
| * | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 1 | -2/+1 | 
| * | Fix emission of PPC64 assembler on non-darwin platforms by splitting | Roman Divacky | 2011-06-09 | 1 | -2/+2 | 
| * | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -1/+2 | 
| * | 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 |