| Age | Commit message (Expand) | Author |
| 2010-04-05 | Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation. | Evan Cheng |
| 2010-04-05 | Add a comment. | Dan Gohman |
| 2010-04-05 | lowering a volatile llvm.memcpy to a libc memcpy is ok. | Chris Lattner |
| 2010-04-05 | remove the now-redundant MMI pointer in SelectionDAG. | Chris Lattner |
| 2010-04-05 | remove some redundant MMI arguments. | Chris Lattner |
| 2010-04-05 | unthread MMI from FastISel | Chris Lattner |
| 2010-04-05 | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner |
| 2010-04-05 | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner |
| 2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Fix anachronism. | Benjamin Kramer |
| 2010-04-02 | fix the llvm-x86_64-linux buildbot. | Chris Lattner |
| 2010-04-02 | stop using DebugLoc::getUnknownLoc() | Chris Lattner |
| 2010-04-02 | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner |
| 2010-04-02 | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng |
| 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-04-01 | Skip checking preferred alignment of GVs defined in other translation units a... | Evan Cheng |
| 2010-04-01 | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng |
| 2010-04-01 | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng |
| 2010-03-31 | use the optimized debug info apis in sdisel. | Chris Lattner |
| 2010-03-31 | add new apis for getting/setting !dbg metadata on | Chris Lattner |
| 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-30 | Funky indentation. | Evan Cheng |
| 2010-03-29 | Fix PR4975. Avoid referencing empty vector. | Evan Cheng |
| 2010-03-29 | Pool allocate SDDbgValue nodes. | Evan Cheng |
| 2010-03-28 | add a statistic for the # times isel has to backtrack. | Chris Lattner |
| 2010-03-28 | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner |
| 2010-03-28 | comply with the wishes of a fixme. | Chris Lattner |
| 2010-03-28 | now that (parallel) is gone and a variety of bugs in targets | Chris Lattner |
| 2010-03-28 | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner |
| 2010-03-28 | don't add nodes to the now-dead nodes list multiple times, this | Chris Lattner |
| 2010-03-28 | don't add flag nodes with chain results to the NowDeadNodes | Chris Lattner |
| 2010-03-27 | improve -debug-only=isel comments for cases when we don't enter a | Chris Lattner |
| 2010-03-27 | Forgot the part where we handle the ".llvm.eh.catch.all.value". | Bill Wendling |
| 2010-03-26 | Add few missed libcalls and correct names for others. | Anton Korobeynikov |
| 2010-03-26 | LiveVariables should clear kill / dead markers first. This allows us to remov... | Evan Cheng |
| 2010-03-25 | fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when | Chris Lattner |
| 2010-03-25 | Scheduler assumes SDDbgValue nodes are in source order. That's true currently... | Evan Cheng |
| 2010-03-25 | Change tblgen to emit FOOISD opcode names as two | Chris Lattner |
| 2010-03-25 | Remove a fixme that doesn't make sense any more. | Evan Cheng |
| 2010-03-25 | Make sure SDDbgValue.Invalid is initialized to false by all the constructors. | Evan Cheng |
| 2010-03-25 | Make the NDEBUG assertion stronger and more clear what is | Chris Lattner |
| 2010-03-25 | reapply 99444/99445, which I speculatively reverted in | Chris Lattner |
| 2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |
| 2010-03-24 | revert 99444/99445. This doesn't cause the failure of | Chris Lattner |
| 2010-03-24 | remove dead argument. | Chris Lattner |
| 2010-03-24 | split EmitNode in half to reduce indentation. | Chris Lattner |
| 2010-03-24 | Remove the ConvertActions table and associated code, which is unused. | Dan Gohman |