| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make aliases for shld and shrd match gas. PR12173. | Eli Friedman | 2012-03-05 | 1 | -6/+11 |
* | Use <def,undef> operands when spilling NEON bundles. | Jakob Stoklund Olesen | 2012-03-04 | 1 | -0/+53 |
* | Nick pointed out on IRC that GVN's propagateEquality wasn't propagating | Duncan Sands | 2012-03-04 | 1 | -0/+17 |
* | Do trivial CSE of dead BBs during codegen preparation. | Bill Wendling | 2012-03-04 | 4 | -5/+5 |
* | Fix RA-dependent test. | Jakob Stoklund Olesen | 2012-03-03 | 1 | -3/+3 |
* | LVI: Recognize the form instcombine canonicalizes range checks into when form... | Benjamin Kramer | 2012-03-02 | 1 | -0/+43 |
* | Prevent obscure and incorrect tail-call optimization. | Chad Rosier | 2012-03-02 | 1 | -0/+29 |
* | Revert "Reorder the sections being output to reduce the number of assembler" | Eric Christopher | 2012-03-02 | 1 | -8/+8 |
* | Neuter the optimization I implemented with r107852 and r108258 which turn some | Evan Cheng | 2012-03-01 | 1 | -33/+30 |
* | Reorder the sections being output to reduce the number of assembler | Eric Christopher | 2012-03-01 | 1 | -8/+8 |
* | [Object] | David Meyer | 2012-03-01 | 1 | -0/+15 |
* | Change ARMInstPrinter::printPredicateOperand() so it will not abort if it | Kevin Enderby | 2012-03-01 | 1 | -0/+18 |
* | Fix bugs which were introduced when support for base+index floating point loads | Akira Hatanaka | 2012-03-01 | 2 | -0/+82 |
* | Trivial change to make the test use Use –mcpu=generic, | Preston Gurd | 2012-03-01 | 2 | -4/+4 |
* | Revert r151816 as Jim has the appropriate fix. | Chad Rosier | 2012-03-01 | 2 | -4/+4 |
* | Fix testcases from r151807. | Chad Rosier | 2012-03-01 | 2 | -4/+4 |
* | Add missing triple for tests. | Jim Grosbach | 2012-03-01 | 2 | -2/+2 |
* | Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ... | James Molloy | 2012-03-01 | 2 | -0/+30 |
* | llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check". | NAKAMURA Takumi | 2012-03-01 | 1 | -1/+2 |
* | [Object] | David Meyer | 2012-03-01 | 4 | -2/+48 |
* | Don't redundantly copy implicit operands when rematerializing. | Lang Hames | 2012-03-01 | 1 | -0/+58 |
* | Fix flags for test in MC/MachO/ARM/empty-function-nop.ll | Richard Trieu | 2012-03-01 | 1 | -4/+4 |
* | LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o... | Benjamin Kramer | 2012-02-29 | 1 | -4/+4 |
* | Have GVN also do condition propagation when the right-hand side is not | Duncan Sands | 2012-02-29 | 1 | -0/+57 |
* | Testcase for r151691. | Bill Wendling | 2012-02-29 | 1 | -0/+19 |
* | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach | 2012-02-28 | 1 | -0/+15 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 1 | -1/+1 |
* | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola | 2012-02-28 | 1 | -0/+70 |
* | LegalizeIntegerTypes: Reenable the large shift with small amount optimization. | Benjamin Kramer | 2012-02-28 | 2 | -19/+56 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -30/+0 |
* | Fix a bug in the code that builds SDNodes from vector GEPs. | Nadav Rotem | 2012-02-28 | 1 | -17/+28 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -0/+30 |
* | Reverted r152620 - DSE: Shorten memset when a later store overwrites the star... | Pete Cooper | 2012-02-28 | 1 | -71/+0 |
* | DSE: Shorten memset when a later store overwrites the start of it | Pete Cooper | 2012-02-28 | 1 | -0/+71 |
* | Add support for floating point base register + offset register addressing mode | Akira Hatanaka | 2012-02-28 | 2 | -0/+126 |
* | Handle regmasks in MachineCSE. | Jakob Stoklund Olesen | 2012-02-28 | 1 | -0/+31 |
* | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen | 2012-02-28 | 1 | -0/+29 |
* | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer | 2012-02-28 | 4 | -0/+46 |
* | Add back removed code. It still causes LLVM to miscompile. But not having it ... | Bill Wendling | 2012-02-27 | 1 | -3/+0 |
* | test commit. | Preston Gurd | 2012-02-27 | 1 | -1/+1 |
* | Duncan pointed out that if the alignment isn't explicitly specified, it defau... | Eli Friedman | 2012-02-27 | 1 | -1/+1 |
* | XFAIL test until <rdar://problem/10913281> is fixed. | Bill Wendling | 2012-02-27 | 1 | -0/+3 |
* | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach | 2012-02-27 | 2 | -3/+3 |
* | Teach BasicAA about the LLVM IR rules that allow reading past the end of an o... | Eli Friedman | 2012-02-27 | 2 | -1/+26 |
* | Test the section specification. | Roman Divacky | 2012-02-27 | 1 | -1/+2 |
* | Reapply r151278 with fixes. | Roman Divacky | 2012-02-27 | 1 | -2/+4 |
* | When performing a conditional branch depending on the value of a comparison | Duncan Sands | 2012-02-27 | 1 | -0/+64 |
* | Fix this assert. IP can point to an instruction with strange dominance | Rafael Espindola | 2012-02-27 | 1 | -0/+30 |
* | X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ... | Craig Topper | 2012-02-27 | 2 | -0/+11 |
* | Add testcase for the previous commit. | Rafael Espindola | 2012-02-26 | 1 | -0/+25 |