| Age | Commit message (Expand) | Author |
| 2012-03-05 | updated patch for the ARM fused multiply add/sub | Sebastian Pop |
| 2012-03-04 | Use <def,undef> operands when spilling NEON bundles. | Jakob Stoklund Olesen |
| 2012-03-04 | Do trivial CSE of dead BBs during codegen preparation. | Bill Wendling |
| 2012-03-03 | Fix RA-dependent test. | Jakob Stoklund Olesen |
| 2012-03-02 | Prevent obscure and incorrect tail-call optimization. | Chad Rosier |
| 2012-03-01 | Neuter the optimization I implemented with r107852 and r108258 which turn some | Evan Cheng |
| 2012-03-01 | Fix bugs which were introduced when support for base+index floating point loads | Akira Hatanaka |
| 2012-03-01 | Trivial change to make the test use Use –mcpu=generic, | Preston Gurd |
| 2012-03-01 | Revert r151816 as Jim has the appropriate fix. | Chad Rosier |
| 2012-03-01 | Fix testcases from r151807. | Chad Rosier |
| 2012-03-01 | Add missing triple for tests. | Jim Grosbach |
| 2012-03-01 | Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ... | James Molloy |
| 2012-03-01 | Don't redundantly copy implicit operands when rematerializing. | Lang Hames |
| 2012-02-29 | LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o... | Benjamin Kramer |
| 2012-02-28 | LegalizeIntegerTypes: Reenable the large shift with small amount optimization. | Benjamin Kramer |
| 2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
| 2012-02-28 | Fix a bug in the code that builds SDNodes from vector GEPs. | Nadav Rotem |
| 2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
| 2012-02-28 | Add support for floating point base register + offset register addressing mode | Akira Hatanaka |
| 2012-02-28 | Handle regmasks in MachineCSE. | Jakob Stoklund Olesen |
| 2012-02-28 | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen |
| 2012-02-27 | test commit. | Preston Gurd |
| 2012-02-27 | Test the section specification. | Roman Divacky |
| 2012-02-27 | Reapply r151278 with fixes. | Roman Divacky |
| 2012-02-25 | Revert r151278, breaks static linking. | Hal Finkel |
| 2012-02-25 | Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe... | NAKAMURA Takumi |
| 2012-02-25 | Add definitions of floating point multiply add/sub and negative multiply | Akira Hatanaka |
| 2012-02-24 | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka |
| 2012-02-24 | Add WIN_FTOL_* psudo-instructions to model the unique calling convention | Michael J. Spencer |
| 2012-02-24 | X11/X2 loads around indirect calls on ppc64 should not be deleted. | Hal Finkel |
| 2012-02-24 | Don't crash when a glue node contains an internal CopyToReg | Hal Finkel |
| 2012-02-24 | test commit. removing unnecessary whitespace. | Kristof Beyls |
| 2012-02-24 | test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86. | NAKAMURA Takumi |
| 2012-02-24 | Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du... | Pete Cooper |
| 2012-02-24 | Thumb2 size reduction fix for tied operands of tMUL. | Jim Grosbach |
| 2012-02-24 | When emitting a cmp with 0 for a lowered select, mask out the high | Dan Gohman |
| 2012-02-23 | Allow an integer to be converted into an MMX type when it's used in an inline | Bill Wendling |
| 2012-02-23 | MCize function entry label emission on PowerPC64 properly. | Roman Divacky |
| 2012-02-23 | Make tests less sensitive to scheduling changes. | Jakob Stoklund Olesen |
| 2012-02-23 | Fix to make sure that a comdat group gets generated correctly for a static me... | Anton Korobeynikov |
| 2012-02-23 | Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits | Evan Cheng |
| 2012-02-23 | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng |
| 2012-02-22 | MC: Fix the MCNullStreamer which was broken in r147763. | Daniel Dunbar |
| 2012-02-22 | Allow the use of an alternate symbol for calculating a function's size. | Hal Finkel |
| 2012-02-22 | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer |
| 2012-02-22 | Adding support for Microsoft's thiscall calling convention. LLVM side of the... | Aaron Ballman |
| 2012-02-21 | Remove a bad PowerPC test. | Jakob Stoklund Olesen |
| 2012-02-21 | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng |
| 2012-02-21 | test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to... | NAKAMURA Takumi |
| 2012-02-20 | Fix machine-cp by having it to check sub-register indicies. e.g. | Evan Cheng |