| Age | Commit message (Expand) | Author |
| 2012-05-01 | Merging r155902: | Bill Wendling |
| 2012-04-17 | Remove unused CCIfSubtarget. | Jay Foad |
| 2012-04-04 | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola |
| 2012-04-03 | Make PPCCompilationCallbackC function to be static, so there will be no need ... | Anton Korobeynikov |
| 2012-04-02 | The binutils for the IBM BG/P are too old to support CFI. | Hal Finkel |
| 2012-04-02 | Implement the SVR4 byval alignment for aggregates. Fixing a FIXME. | Roman Divacky |
| 2012-04-02 | Move getOpcodeName from the various target InstPrinters into the superclass M... | Benjamin Kramer |
| 2012-04-02 | Remove getInstructionName from MCInstPrinter implementations in favor of usin... | Craig Topper |
| 2012-04-02 | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper |
| 2012-04-01 | Fix some 80-col. violations I introduced with the A2 PPC64 core. | Hal Finkel |
| 2012-04-01 | Enable prefetch generation on PPC64. | Hal Finkel |
| 2012-04-01 | Add LdStSTD* itin. for the PPC64 A2 core. | Hal Finkel |
| 2012-04-01 | Set the default PPC node scheduling preference to ILP (for the embedded cores). | Hal Finkel |
| 2012-04-01 | Add ppc440 itin. entries for LdStSTD* | Hal Finkel |
| 2012-04-01 | Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores. | Hal Finkel |
| 2012-04-01 | Add instruction itinerary for the PPC64 A2 core. | Hal Finkel |
| 2012-04-01 | Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore. | Hal Finkel |
| 2012-03-31 | Fix dynamic linking on PPC64. | Hal Finkel |
| 2012-03-27 | Remove unnecessary llvm:: qualifications | Craig Topper |
| 2012-03-26 | Prune some includes and forward declarations. | Craig Topper |
| 2012-03-24 | Fix small-integer VAARG on SVR4 ABI PPC64. | Hal Finkel |
| 2012-03-22 | PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset... | Hal Finkel |
| 2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
| 2012-03-11 | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper |
| 2012-03-11 | Use uint16_t to store registers and opcode in static tables in the target spe... | Craig Topper |
| 2012-03-06 | Convert PowerPC to register mask operands. | Roman Divacky |
| 2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
| 2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
| 2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
| 2012-02-28 | Properly MCize the section switch, removing a FIXME. | Roman Divacky |
| 2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
| 2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
| 2012-02-27 | Reapply r151278 with fixes. | Roman Divacky |
| 2012-02-25 | Revert r151278, breaks static linking. | Hal Finkel |
| 2012-02-24 | X11/X2 loads around indirect calls on ppc64 should not be deleted. | Hal Finkel |
| 2012-02-23 | MCize function entry label emission on PowerPC64 properly. | Roman Divacky |
| 2012-02-22 | Allow the use of an alternate symbol for calculating a function's size. | Hal Finkel |
| 2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2012-02-08 | Move pass configuration out of pass constructors: BranchFolderPass | Andrew Trick |
| 2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-02-04 | TargetPassConfig: confine the MC configuration to TargetMachine. | Andrew Trick |
| 2012-02-03 | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick |
| 2012-02-03 | whitespace | Andrew Trick |
| 2012-01-24 | Widen the instruction encoder that TblGen emits to a 64 bits, which should ac... | Owen Anderson |
| 2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
| 2012-01-20 | Remove a bunch of unused variable assignments. | Benjamin Kramer |
| 2012-01-18 | Ignore register mask operands when lowering instructions to MC. | Jakob Stoklund Olesen |
| 2012-01-18 | Tidy up. 80 columns. | Jim Grosbach |