| Age | Commit message (Expand) | Author |
| 2010-04-14 | Reorgnaize this code to be more tidy and readable. | Dan Gohman |
| 2010-04-14 | Trim #includes. | Dan Gohman |
| 2010-04-14 | Move the code for emitting livein copies out of SelectionDAGISel. | Dan Gohman |
| 2010-04-14 | Sink landing-pad marking code out of | Dan Gohman |
| 2010-04-14 | It's not necessary to recompute EB here. | Dan Gohman |
| 2010-04-14 | Generalize this code to handle Instructions in addition to ConstantExprs. | Dan Gohman |
| 2010-04-14 | Reorder the methods of this class to be a little more organized. | Dan Gohman |
| 2010-04-13 | Add a few comments. | Dan Gohman |
| 2010-04-12 | Remove unnecessary parens. | Dan Gohman |
| 2010-04-08 | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman |
| 2010-04-08 | Fix -Wsign-compare warning (issued by clang++). | Ted Kremenek |
| 2010-04-08 | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer |
| 2010-04-08 | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng |
| 2010-04-08 | convert a report_fatal_error that I was able to trigger into a nice error | Chris Lattner |
| 2010-04-07 | minor tidying. | Chris Lattner |
| 2010-04-07 | use assertions instead of unreachable for logic errors. | Chris Lattner |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-04-07 | fix 80 col violation, patch by Alastair Lynn | Chris Lattner |
| 2010-04-07 | Have the inst emitter add the !srcloc mdnode to the machine instr. | Chris Lattner |
| 2010-04-07 | Three changes: | Chris Lattner |
| 2010-04-07 | Move printing of target-indepedent DEBUG_VALUE comments | Dale Johannesen |
| 2010-04-06 | Allow for the possibility that a debug-value points | Dale Johannesen |
| 2010-04-06 | Remove assert to treat memmove and memset like memcpy | Mon P Wang |
| 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 |