| Age | Commit message (Expand) | Author |
| 2008-02-20 | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-04 | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-01-30 | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman |
| 2008-01-08 | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-10-23 | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng |
| 2007-06-29 | Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ... | Evan Cheng |
| 2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
| 2007-04-02 | Fix a bug which caused us to never be able to use signed comparisons for | Chris Lattner |
| 2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
| 2006-12-12 | Reduce number of instructions to load 64-bit constants. | Jim Laskey |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng |
| 2006-11-17 | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner |
| 2006-11-17 | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner |
| 2006-11-17 | start using PPC predicates more consistently. | Chris Lattner |
| 2006-11-16 | add patterns for ppc32 preinc stores. ppc64 next. | Chris Lattner |
| 2006-11-15 | fix ldu/stu jit encoding. Swith 64-bit preinc load instrs to use memri | Chris Lattner |
| 2006-11-14 | remove a ton of custom selection logic no longer needed | Chris Lattner |
| 2006-11-11 | allow the offset of a preinc'd load to be the low-part of a global. This | Chris Lattner |
| 2006-11-10 | implement preinc support for r+i loads on ppc64 | Chris Lattner |
| 2006-11-10 | add an initial cut at preinc loads for ppc32. This is broken for ppc64 | Chris Lattner |
| 2006-11-08 | Match tblegen changes. | Evan Cheng |
| 2006-11-08 | Refactor all the addressing mode selection stuff into the isel lowering | Chris Lattner |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-10-30 | fix miscompilation of llvm.isunordered, where we branched on the opposite | Chris Lattner |
| 2006-09-22 | Fold AND and ROTL more often | Nate Begeman |
| 2006-09-20 | Improve PPC64 equality comparisons like PPC32 comparisons. | Chris Lattner |
| 2006-09-20 | Two improvements: | Chris Lattner |
| 2006-08-27 | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner |
| 2006-08-27 | Do not use getTargetNode() and SelectNodeTo() which takes more than 3 | Evan Cheng |
| 2006-08-26 | SelectNodeTo now returns a SDNode*. | Evan Cheng |
| 2006-08-26 | Select() no longer require Result operand by reference. | Evan Cheng |
| 2006-08-26 | Match tblgen changes. | Evan Cheng |
| 2006-08-15 | Fix PowerPC/2006-08-15-SelectionCrash.ll and simplify selection code. | Chris Lattner |
| 2006-08-11 | Match tablegen changes. | Evan Cheng |
| 2006-08-08 | Start eliminating temporary vectors used to create DAG nodes. Instead, pass | Chris Lattner |
| 2006-08-07 | Match tablegen isel changes. | Evan Cheng |
| 2006-07-28 | Remove InFlightSet hack. No longer needed. | Evan Cheng |
| 2006-07-27 | Remove NodeDepth | Evan Cheng |
| 2006-06-28 | shrink libllvmgcc.dylib another 25K | Chris Lattner |
| 2006-06-27 | Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :) | Chris Lattner |
| 2006-06-27 | Fix ppc64 jump tables | Chris Lattner |