| Age | Commit message (Expand) | Author |
| 2010-11-08 | Add registry hook for assembly text output | Che-Liang Chiou |
| 2010-11-06 | Prune includes. | Benjamin Kramer |
| 2010-11-06 | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner |
| 2010-11-03 | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-11-03 | Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten... | Evan Cheng |
| 2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
| 2010-11-02 | Tweak to fix spelling and grammar in comment. | Jim Grosbach |
| 2010-11-01 | eliminate the old InstFormatName which is always "AsmString", | Chris Lattner |
| 2010-10-31 | sketch out the planned instruction alias mechanism, add some comments about | Chris Lattner |
| 2010-10-30 | Resolve a terrible hack in tblgen: instead of hardcoding | Chris Lattner |
| 2010-10-30 | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner |
| 2010-10-30 | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner |
| 2010-10-30 | 80 columns. | Jim Grosbach |
| 2010-10-29 | Mult-alt constraint incremental development step 3. | John Thompson |
| 2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
| 2010-10-26 | Use instruction itinerary to determine what instructions are 'cheap'. | Evan Cheng |
| 2010-10-20 | Remove Synthesizable from the Type system; as MMX vector | Dale Johannesen |
| 2010-10-19 | Re-enable register pressure aware machine licm with fixes. Hoist() may have | Evan Cheng |
| 2010-10-19 | Revert r116781 "- Add a hook for target to determine whether an instruction def | Daniel Dunbar |
| 2010-10-19 | - Add a hook for target to determine whether an instruction def is | Evan Cheng |
| 2010-10-18 | Don't recompute MachineRegisterInfo in the Optimize* method. | Bill Wendling |
| 2010-10-16 | Add a MCObjectFormat class so that code common to all targets that use a | Rafael Espindola |
| 2010-10-16 | Whitespace! | Michael J. Spencer |
| 2010-10-15 | Grammar. | Jim Grosbach |
| 2010-10-07 | add a common SDPatternOperator base class to SDNode and PatFrag for | Chris Lattner |
| 2010-10-06 | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng |
| 2010-10-03 | Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do | Rafael Espindola |
| 2010-10-01 | Thread the determination of branch prediction hit rates back through the if-c... | Owen Anderson |
| 2010-09-30 | Comments about operand cycles and pipeline forwarding pathes. | Evan Cheng |
| 2010-09-30 | Adds getPointerSize() to the AsmBackend which will be needed by the final patch | Kevin Enderby |
| 2010-09-30 | Let a target specify whether it wants an assembly printer to be the MC version | Jim Grosbach |
| 2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
| 2010-09-29 | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner |
| 2010-09-29 | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner |
| 2010-09-28 | Add support to model pipeline bypass / forwarding. | Evan Cheng |
| 2010-09-28 | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson |
| 2010-09-27 | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner |
| 2010-09-23 | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson |
| 2010-09-23 | Add an TargetInstrDesc bit to indicate that a given instruction is a conditio... | Owen Anderson |
| 2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
| 2010-09-21 | Move the search for the appropriate AND instruction | Gabor Greif |
| 2010-09-21 | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner |
| 2010-09-15 | Spelling fix. | Bob Wilson |
| 2010-09-13 | Fix linux/msvc build, move include. | Benjamin Kramer |
| 2010-09-13 | Added skeleton for inline asm multiple alternative constraint support. | John Thompson |
| 2010-09-11 | Rename ConvertToSetZeroFlag to something more general. | Bill Wendling |
| 2010-09-10 | No need to recompute the SrcReg and CmpValue. | Bill Wendling |
| 2010-09-10 | Move some of the decision logic for converting an instruction into one that sets | Bill Wendling |
| 2010-09-10 | Modify the comparison optimizations in the peephole optimizer to update the | Bill Wendling |