| Age | Commit message (Expand) | Author |
| 2011-08-01 | Fix crash with varargs function with no named parameters. | Richard Osborne |
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
| 2011-06-29 | Move XCore from getRegClassForInlineAsmConstraint to | Eric Christopher |
| 2011-06-08 | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher |
| 2011-05-24 | Remove dead code. | Devang Patel |
| 2011-05-06 | Make the logic for determining function alignment more explicit. No function... | Eli Friedman |
| 2011-04-23 | Remove unused STL header includes. | Jay Foad |
| 2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
| 2011-02-16 | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings |
| 2011-02-02 | Add support for trampolines on the XCore. | Richard Osborne |
| 2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
| 2011-01-06 | Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy | Evan Cheng |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-09-21 | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner |
| 2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
| 2010-09-21 | propagate MachinePointerInfo through various uses of the old | Chris Lattner |
| 2010-09-21 | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner |
| 2010-09-21 | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
| 2010-07-07 | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng |
| 2010-07-07 | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
| 2010-07-06 | Revert r107655. | Dan Gohman |
| 2010-07-06 | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman |
| 2010-07-03 | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng |
| 2010-06-29 | Remove initialized but otherwise unused variables. | Duncan Sands |
| 2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-11 | Add dag combine to simplify lmul(x, 0, a, b) | Richard Osborne |
| 2010-03-11 | Switch XCore over to using inline jump table entries. | Richard Osborne |
| 2010-03-10 | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit | Richard Osborne |
| 2010-03-10 | Fix checking of intermediates having one use in isADDADDMUL | Richard Osborne |
| 2010-03-10 | Extract recognition of patterns such as add(add(mul(x,y),a),b) | Richard Osborne |
| 2010-03-10 | Fix thinko. | Richard Osborne |
| 2010-03-10 | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediate | Richard Osborne |