| Age | Commit message (Expand) | Author |
| 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 |
| 2012-01-18 | Tidy up. MCAsmBackend naming conventions. | Jim Grosbach |
| 2012-01-16 | Cleanup PPC RLWINM8 vs RLWINM | Hal Finkel |
| 2012-01-15 | Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code... | Benjamin Kramer |
| 2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
| 2012-01-07 | Remove VectorExtras. This unused helper was written for a type of API that is... | Benjamin Kramer |
| 2011-12-30 | Cleanup stack/frame register define/kill states. This fixes two bugs: | Hal Finkel |
| 2011-12-22 | Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo... | Rafael Espindola |
| 2011-12-22 | Fix cmake. | Rafael Espindola |
| 2011-12-22 | Move PPC bits to lib/Target/PowerPC. | Rafael Espindola |
| 2011-12-21 | Reduce the exposure of Triple::OSType in the ELF object writer. This will | Rafael Espindola |
| 2011-12-20 | Fix up the CMake build for the new files added in r146960, they're | Chandler Carruth |
| 2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
| 2011-12-15 | Ensure that the nop that should follow a bl call in PPC64 ELF actually does | Hal Finkel |
| 2011-12-13 | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth |
| 2011-12-12 | LLVMBuild: Introduce a common section which currently has a list of the | Daniel Dunbar |
| 2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
| 2011-12-10 | Make CR spill and restore use a reserved register. These operations cannot us... | Hal Finkel |
| 2011-12-08 | Teach SelectionDAG to match more calls to libm functions onto existing SDNode... | Owen Anderson |
| 2011-12-08 | MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot... | Hal Finkel |
| 2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
| 2011-12-07 | make CR spill and restore 64-bit clean (no functional change), and fix some o... | Hal Finkel |
| 2011-12-07 | make base register selection used in eliminateFrameIndex 64-bit clean | Hal Finkel |
| 2011-12-07 | set mayStore and mayLoad on CR pseudos | Hal Finkel |