| Age | Commit message (Expand) | Author |
| 2010-09-21 | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner |
| 2010-09-21 | Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON load | Bob Wilson |
| 2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
| 2010-09-21 | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner |
| 2010-09-21 | fix the code that infers SV info to be correct when dealing | Chris Lattner |
| 2010-09-21 | propagate MachinePointerInfo through various uses of the old | Chris Lattner |
| 2010-09-21 | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner |
| 2010-09-21 | convert dagcombine off the old form of getLoad. This fixes several bugs | Chris Lattner |
| 2010-09-21 | simplify DAGCombiner::SimplifySelectOps step #2/2. | Chris Lattner |
| 2010-09-21 | substantially reduce indentation and simplify DAGCombiner::SimplifySelectOps. | Chris Lattner |
| 2010-09-21 | a few more trivial updates. This fixes PerformInsertVectorEltInMemory to not | Chris Lattner |
| 2010-09-21 | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner |
| 2010-09-21 | add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a | Chris Lattner |
| 2010-09-21 | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner |
| 2010-09-21 | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner |
| 2010-09-21 | don't implicitly drop the offset of a machinememoperand when legalizing atomics. | Chris Lattner |
| 2010-09-21 | force clients of MachineFunction::getMachineMemOperand to provide a | Chris Lattner |
| 2010-09-20 | When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ... | Owen Anderson |
| 2010-09-19 | Revert r114312 while I sort out some issues. | Owen Anderson |
| 2010-09-19 | Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know, | Owen Anderson |
| 2010-09-18 | Invert the logic of reachesChainWithoutSideEffects(). What we want to check ... | Owen Anderson |
| 2010-09-15 | Check bb to ensure that alloca is in separate basic block. | Devang Patel |
| 2010-09-15 | If dbg.declare from non-entry block is using alloca from entry block then use... | Devang Patel |
| 2010-09-14 | Use frame index, if available for byval argument while lowering dbg_declare. ... | Devang Patel |
| 2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
| 2010-09-13 | Silence more warnings. Two more unused variables. | Eric Christopher |
| 2010-09-13 | Added skeleton for inline asm multiple alternative constraint support. | John Thompson |
| 2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
| 2010-09-10 | Add DEBUG message. | Devang Patel |
| 2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
| 2010-09-05 | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner |
| 2010-09-03 | Add a missing check when legalizing a vector extending load. This doesn't | Bob Wilson |
| 2010-09-02 | Detect undef value early and save unnecessary NodeMap query. | Devang Patel |
| 2010-09-02 | Don't narrow the load and store in a load+twiddle+store sequence unless | Dan Gohman |
| 2010-09-02 | Tidy up. | Devang Patel |
| 2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
| 2010-08-31 | Revert r112623. It is causing self host build failures. | Devang Patel |
| 2010-08-31 | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel |
| 2010-08-31 | Offset is not always unsigned number. | Devang Patel |
| 2010-08-31 | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes |
| 2010-08-30 | Revert r112461. It was failing on PPC... | Bill Wendling |
| 2010-08-30 | When adding a register, we should mark it as "def" if it can optionally define | Bill Wendling |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-28 | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman |
| 2010-08-28 | Trim a #include. | Dan Gohman |
| 2010-08-27 | Simplify. | Devang Patel |
| 2010-08-26 | Revert r112213. It is not needed. | Devang Patel |
| 2010-08-26 | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel |
| 2010-08-26 | Speculatively revert r112207. | Devang Patel |
| 2010-08-26 | 80 col. | Devang Patel |