| Age | Commit message (Expand) | Author |
| 2012-07-17 | Remove unused variable. | Benjamin Kramer |
| 2012-07-17 | Fix a crash in the legalization of large vectors. | Nadav Rotem |
| 2012-07-17 | Implement r160312 as target indepedenet dag combine. | Evan Cheng |
| 2012-07-17 | Make sure constant bitwidth is <= 64 bit before calling getSExtValue(). | Evan Cheng |
| 2012-07-17 | This is another case where instcombine demanded bits optimization created | Evan Cheng |
| 2012-07-16 | Minor cleanup and docs. | Nadav Rotem |
| 2012-07-16 | Make ComputeDemandedBits return a deterministic result when computing an Asse... | Nadav Rotem |
| 2012-07-15 | Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ... | Nadav Rotem |
| 2012-07-15 | Refactor the code that checks that all operands of a node are UNDEFs. | Nadav Rotem |
| 2012-07-14 | Add a dagcombine optimization to convert concat_vectors of undefs into a sing... | Nadav Rotem |
| 2012-07-13 | Provide function name in 'Cannot select' fatal error. | Jim Grosbach |
| 2012-07-12 | The result type of EXTRACT_VECTOR_ELT doesn't have to match the element type of | Duncan Sands |
| 2012-07-11 | InstrEmitter::EmitSubregNode() optimize extract_subreg in this case: | Evan Cheng |
| 2012-07-11 | Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ... | Nadav Rotem |
| 2012-07-11 | Remove unused variable. | Benjamin Kramer |
| 2012-07-11 | Refactor the DAG Legalizer by extracting the legalization of | Nadav Rotem |
| 2012-07-11 | Only apply the SETCC+SITOFP -> SELECTCC optimization when the SETCC returns a... | Owen Anderson |
| 2012-07-10 | Improve the loading of load-anyext vectors by allowing the codegen to load | Nadav Rotem |
| 2012-07-09 | Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,... | Owen Anderson |
| 2012-07-09 | LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45) | Derek Schuff |
| 2012-07-07 | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick |
| 2012-07-06 | Whitespace. | Chad Rosier |
| 2012-07-06 | [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic. | Chad Rosier |
| 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 |