| Age | Commit message (Expand) | Author |
| 2012-03-02 | LVI: Recognize the form instcombine canonicalizes range checks into when form... | Benjamin Kramer |
| 2012-03-02 | Prevent obscure and incorrect tail-call optimization. | Chad Rosier |
| 2012-03-02 | Revert "Reorder the sections being output to reduce the number of assembler" | Eric Christopher |
| 2012-03-01 | Neuter the optimization I implemented with r107852 and r108258 which turn some | Evan Cheng |
| 2012-03-01 | Reorder the sections being output to reduce the number of assembler | Eric Christopher |
| 2012-03-01 | [Object] | David Meyer |
| 2012-03-01 | Change ARMInstPrinter::printPredicateOperand() so it will not abort if it | Kevin Enderby |
| 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 | llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check". | NAKAMURA Takumi |
| 2012-03-01 | [Object] | David Meyer |
| 2012-03-01 | Don't redundantly copy implicit operands when rematerializing. | Lang Hames |
| 2012-03-01 | Fix flags for test in MC/MachO/ARM/empty-function-nop.ll | Richard Trieu |
| 2012-02-29 | LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o... | Benjamin Kramer |
| 2012-02-29 | Have GVN also do condition propagation when the right-hand side is not | Duncan Sands |
| 2012-02-29 | Testcase for r151691. | Bill Wendling |
| 2012-02-28 | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach |
| 2012-02-28 | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer |
| 2012-02-28 | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola |
| 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 | Reverted r152620 - DSE: Shorten memset when a later store overwrites the star... | Pete Cooper |
| 2012-02-28 | DSE: Shorten memset when a later store overwrites the start of it | Pete Cooper |
| 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-28 | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer |
| 2012-02-27 | Add back removed code. It still causes LLVM to miscompile. But not having it ... | Bill Wendling |
| 2012-02-27 | test commit. | Preston Gurd |
| 2012-02-27 | Duncan pointed out that if the alignment isn't explicitly specified, it defau... | Eli Friedman |
| 2012-02-27 | XFAIL test until <rdar://problem/10913281> is fixed. | Bill Wendling |
| 2012-02-27 | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach |
| 2012-02-27 | Teach BasicAA about the LLVM IR rules that allow reading past the end of an o... | Eli Friedman |
| 2012-02-27 | Test the section specification. | Roman Divacky |
| 2012-02-27 | Reapply r151278 with fixes. | Roman Divacky |
| 2012-02-27 | When performing a conditional branch depending on the value of a comparison | Duncan Sands |
| 2012-02-27 | Fix this assert. IP can point to an instruction with strange dominance | Rafael Espindola |
| 2012-02-27 | X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ... | Craig Topper |
| 2012-02-26 | Add testcase for the previous commit. | Rafael Espindola |
| 2012-02-26 | Change the implementation of dominates(inst, inst) to one based on what the | Rafael Espindola |
| 2012-02-26 | Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into | Nick Lewycky |
| 2012-02-25 | Roll these back to r151448 until I figure out how they're breaking | Nick Lewycky |
| 2012-02-25 | An argument and a local identified object (eg. a noalias call) could turn out | Nick Lewycky |
| 2012-02-25 | Teach instsimplify to be more aggressive when analyzing comparisons of pointers | Nick Lewycky |