| Age | Commit message (Expand) | Author |
| 2010-04-16 | Refine further the scope where the global DebugLoc value is active. | Dan Gohman |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
| 2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
| 2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
| 2010-04-15 | enhance the load/store narrowing optimization to handle a | Chris Lattner |
| 2010-04-15 | teach codegen to turn trunc(zextload) into load when possible. | Chris Lattner |
| 2010-04-15 | add a simple dag combine to replace trivial shl+lshr with | Chris Lattner |
| 2010-04-15 | Implement rdar://7860110 (also in target/readme.txt) narrowing | Chris Lattner |
| 2010-04-15 | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-15 | More 80 violations. | Evan Cheng |
| 2010-04-15 | 80 col violations. | Evan Cheng |
| 2010-04-14 | Delete unneeeded arguments. | Dan Gohman |
| 2010-04-14 | Delete unused arguments. | Dan Gohman |
| 2010-04-14 | Factor out EH landing pad code into a separate function, and constify | Dan Gohman |
| 2010-04-14 | Reset the debug location even if the instruction was a terminator. | Dan Gohman |
| 2010-04-14 | Refine #includes. | Dan Gohman |
| 2010-04-14 | Pull utility routines with no SelectionDAG dependence out of | Dan Gohman |
| 2010-04-14 | Fix typos in comments. | Dan Gohman |
| 2010-04-14 | Delete an obsolete comment. | Dan Gohman |
| 2010-04-14 | Delete an unused function. | Dan Gohman |
| 2010-04-14 | Clear the FunctionLoweringInfo object before doing other things that | Dan Gohman |
| 2010-04-14 | Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and | Dan Gohman |
| 2010-04-14 | Add a comment. | Dan Gohman |
| 2010-04-14 | Move the code for initialing the entry block livein set out of | Dan Gohman |
| 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 |