Age | Commit message (Expand) | Author |
2012-02-28 | Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These | Lang Hames |
2012-02-28 | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola |
2012-02-28 | ARM vbit/vbif/vbsl assembly optional size suffix. | Jim Grosbach |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Fix off-by one in comment. | Benjamin Kramer |
2012-02-28 | Properly MCize the section switch, removing a FIXME. | Roman Divacky |
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 | Remove stray semi-colon. | Daniel Dunbar |
2012-02-28 | Code cleanup following CR by Duncan. | Nadav Rotem |
2012-02-28 | Fix a bug in the code that builds SDNodes from vector GEPs. | Nadav Rotem |
2012-02-28 | remove blanks, and some code format | Jia Liu |
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 | Oops...Don't commit the other stuff.. | Bill Wendling |
2012-02-28 | Modify comment to reflect the importance of this code. | Bill Wendling |
2012-02-28 | Add comments. | Akira Hatanaka |
2012-02-28 | Do not reserve $gp as a dedicated global base register if the target ABI is n... | Akira Hatanaka |
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 | Handle regmasks in the machine code verifier. | 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-28 | Fix 80-column violation. | Chad Rosier |
2012-02-27 | Add back removed code. It still causes LLVM to miscompile. But not having it ... | Bill Wendling |
2012-02-27 | This patch adds instruction latencies for the SSE instructions | Preston Gurd |
2012-02-27 | Duncan pointed out that if the alignment isn't explicitly specified, it defau... | Eli Friedman |
2012-02-27 | Delete incorrect reference to inexistent Hexagon architecture manuals. | Evandro Menezes |
2012-02-27 | Don't use #if 0. Just remove until I can address this. | Bill Wendling |
2012-02-27 | The code that cleans up multiple, isomorphic types has a subtle error that | Bill Wendling |
2012-02-27 | Fix for PR12090: clear def maps of aliases when visiting a copy. e.g. | Evan Cheng |
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 | Reapply r151278 with fixes. | Roman Divacky |
2012-02-27 | Add q suffix aliases for the fistp and fisttp mnemonics. | Chad Rosier |
2012-02-27 | Remove unnecessary template parameters. | Akira Hatanaka |
2012-02-27 | Fix instruction predicates that were not set correctly. | Akira Hatanaka |
2012-02-27 | Update machine code verifier. | Jakob Stoklund Olesen |
2012-02-27 | Fix the symbolic operand added for the C disassmbler API for the ARM bl | Kevin Enderby |
2012-02-27 | Plog a memleak in GlobalOpt. | Benjamin Kramer |
2012-02-27 | Micro-optimization, no functionality change. | Duncan Sands |
2012-02-27 | The value numbering function is recursive, so it is possible for multiple new | Duncan Sands |
2012-02-27 | When performing a conditional branch depending on the value of a comparison | Duncan Sands |
2012-02-27 | Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i... | Craig Topper |
2012-02-27 | delete useless comment&blank | Jia Liu |
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 | Don't call dominates on unreachable instructions. Should fix the dragonegg | Rafael Espindola |
2012-02-26 | Default TargetData alignment information for 128-bit floating-point types. | Hal Finkel |