| Age | Commit message (Expand) | Author |
| 2012-12-12 | Fix calls to getAsSignedInteger() to use long long - not int64_t | Nick Kledzik |
| 2012-12-12 | Restore the PHI optimization I accidently removed | Michael Ilseman |
| 2012-12-12 | Remove trailing whitespace | Michael Ilseman |
| 2012-12-12 | Fix the build on case sensitive file systems. | Benjamin Kramer |
| 2012-12-12 | Simplify negated bit test | David Majnemer |
| 2012-12-12 | Initial implementation of a utility for converting native data | Nick Kledzik |
| 2012-12-12 | Fix a logic bug in inline expansion of memcpy / memset with an overlapping | Evan Cheng |
| 2012-12-12 | [mips] Fix a memory leak bug report by NAKAMURA Takumi. | Akira Hatanaka |
| 2012-12-12 | Make naming consistent, add comments and sanity asserts | Eli Bendersky |
| 2012-12-12 | Fix indentation. | Nadav Rotem |
| 2012-12-12 | LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in... | Nadav Rotem |
| 2012-12-12 | This patch implements local-dynamic TLS model support for the 64-bit | Bill Schmidt |
| 2012-12-12 | Kerning. | Bill Wendling |
| 2012-12-12 | The TargetData is not used for the isPowerOfTwo determination. It has never | Rafael Espindola |
| 2012-12-12 | Improve debug info generated with enabled AddressSanitizer. | Alexey Samsonov |
| 2012-12-12 | Add ARM NONE and PREL31 relocation types. | Logan Chien |
| 2012-12-12 | Remove some dead code. | Rafael Espindola |
| 2012-12-12 | [CMake] Fixup R600. | NAKAMURA Takumi |
| 2012-12-12 | Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I | Evan Cheng |
| 2012-12-12 | Fix the ascii drawing that was ruined when I split the H and CPP | Nadav Rotem |
| 2012-12-12 | - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term. | Evan Cheng |
| 2012-12-12 | fix a typo. | Nadav Rotem |
| 2012-12-12 | DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion | Manman Ren |
| 2012-12-12 | LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta... | Nadav Rotem |
| 2012-12-12 | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng |
| 2012-12-12 | Have SimplifyBinOp call the new FAdd/FSub/FMul helpers, with fast-math flags off | Michael Ilseman |
| 2012-12-12 | - Fix a problematic way in creating all-the-1 APInt. | Shuxin Yang |
| 2012-12-12 | Remove redunant optimizations from InstCombine, instead call the appropriate ... | Michael Ilseman |
| 2012-12-12 | Added a slew of SimplifyInstruction floating-point optimizations, many of whi... | Michael Ilseman |
| 2012-12-11 | Trim unneeded header #include. | Jim Grosbach |
| 2012-12-11 | ARM: Remove old testing option. | Jim Grosbach |
| 2012-12-11 | ARM: Remove old testing options. | Jim Grosbach |
| 2012-12-11 | Replace TargetLowering::isIntImmLegal() with | Evan Cheng |
| 2012-12-11 | PR14574. Fix a bug in the code that calculates the mask the converted PHIs in... | Nadav Rotem |
| 2012-12-11 | Add R600 backend | Tom Stellard |
| 2012-12-11 | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt |
| 2012-12-11 | Update some comments. | Eric Christopher |
| 2012-12-11 | Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc... | Nadav Rotem |
| 2012-12-11 | Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation, | Eli Bendersky |
| 2012-12-11 | Use an ArrayRef instead of a std::vector&. | Rafael Espindola |
| 2012-12-11 | Add comment for load folding | Joel Jones |
| 2012-12-11 | [msan] Use explicitely aligned stores and loads with function argument shadow. | Evgeniy Stepanov |
| 2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
| 2012-12-11 | Holding my nose and moving the accumulation routine to GEPOperator | Chandler Carruth |
| 2012-12-11 | Hoist the GEP constant address offset computation to a common home on | Chandler Carruth |
| 2012-12-11 | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund |
| 2012-12-11 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |