| Age | Commit message (Expand) | Author |
| 2012-07-05 | All cases are covered, no need for a default. This deals with the | Duncan Sands |
| 2012-07-05 | Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1 | Duncan Sands |
| 2012-07-04 | Allow trailing physreg RegisterSDNode operands on non-variadic instructions. | Jakob Stoklund Olesen |
| 2012-07-04 | Reverted r156659, due to probable performance regressions, DenseMap should be... | Stepan Dyatkovskiy |
| 2012-07-03 | Part of r159527. Splitted into series of patches and gone with fixed PR13256: | Stepan Dyatkovskiy |
| 2012-07-02 | Revert "IntRange:" as it appears to be breaking self hosting. | Eric Christopher |
| 2012-07-02 | Target option DisableJumpTables is a gross hack. Move it to TargetLowering in... | Evan Cheng |
| 2012-07-02 | Turn an assert into an error to make it a bit more friendly. | Eric Christopher |
| 2012-07-02 | IntRange: | Stepan Dyatkovskiy |
| 2012-06-29 | Clear kill flags in InstrEmitter::EmitSubregNode(). | Jakob Stoklund Olesen |
| 2012-06-28 | add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG... | Nuno Lopes |
| 2012-06-28 | 'Promote' vector [su]int_to_fp should widen elements. | Jim Grosbach |
| 2012-06-28 | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling |
| 2012-06-26 | Make sure type is not extended or untyped before create a constant of the typ... | Evan Cheng |
| 2012-06-24 | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi |
| 2012-06-24 | DAG legalisation can now handle illegal fma vector types by scalarisation | Pete Cooper |
| 2012-06-22 | Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a | Lang Hames |
| 2012-06-21 | Fix potential crash if DAGCombine on stores sees a half type | Pete Cooper |
| 2012-06-21 | Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and | Evan Cheng |
| 2012-06-20 | Add users of a MERGE_VALUE node to the worklist to process again when the nod... | Pete Cooper |
| 2012-06-20 | Fix DAGCombine to deal with ext-conversion of pre/post_inc loads. | Hal Finkel |
| 2012-06-19 | Add DAG-combines for aggressive FMA formation. | Lang Hames |
| 2012-06-14 | Make comment slightly more helpful. | Lang Hames |
| 2012-06-05 | misched: API for minimum vs. expected latency. | Andrew Trick |
| 2012-06-05 | Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add | Lang Hames |
| 2012-06-05 | misched: Added MultiIssueItineraries. | Andrew Trick |
| 2012-06-05 | sdsched: Use the right heuristics when -mcpu is not provided and we have no i... | Andrew Trick |
| 2012-06-04 | Remove the "-promote-elements" flag. This flag is now enabled by default. | Nadav Rotem |
| 2012-06-02 | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer |
| 2012-06-02 | PR1255: case ranges. | Stepan Dyatkovskiy |
| 2012-06-02 | PR1255: case ranges. | Stepan Dyatkovskiy |
| 2012-06-02 | Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG. | Akira Hatanaka |
| 2012-06-01 | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen |
| 2012-06-01 | Simplify some more getAliasSet callers. | Jakob Stoklund Olesen |
| 2012-06-01 | ARM: properly handle alignment for struct byval. | Manman Ren |
| 2012-06-01 | PR1255: case ranges. | Stepan Dyatkovskiy |
| 2012-05-30 | Switch the canonical FMA term operand order to match both the comment I wrote... | Owen Anderson |
| 2012-05-30 | Teach DAGCombine to canonicalize the position of a constant in the term opera... | Owen Anderson |
| 2012-05-29 | ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu... | Stepan Dyatkovskiy |
| 2012-05-28 | Add llvm.fabs intrinsic. | Peter Collingbourne |
| 2012-05-28 | PR1255: Case Ranges | Stepan Dyatkovskiy |
| 2012-05-27 | Missed parens. | Benjamin Kramer |
| 2012-05-27 | r157525 didn't work, just disable iterator checking. | Benjamin Kramer |
| 2012-05-27 | SDAGBuilder: Avoid iterator invalidation harder. | Benjamin Kramer |
| 2012-05-26 | SDAGBuilder: Don't create an invalid iterator when there is only one switch c... | Benjamin Kramer |
| 2012-05-26 | SelectionDAGBuilder: When emitting small compare chains for switches order th... | Benjamin Kramer |
| 2012-05-25 | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski |
| 2012-05-25 | Simplify code for calling a function where CanLowerReturn fails, fixing a sma... | Eli Friedman |
| 2012-05-24 | Mark some static arrays as const. | Craig Topper |
| 2012-05-21 | Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N... | Owen Anderson |