| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode | Derek Schuff | 2012-02-29 | 2 | -4/+12 |
* | [PathV2] Fix bug in relative_path. | Michael J. Spencer | 2012-02-29 | 1 | -1/+1 |
* | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach | 2012-02-28 | 8 | -1/+51 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 2 | -65/+32 |
* | Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These | Lang Hames | 2012-02-28 | 4 | -31/+10 |
* | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola | 2012-02-28 | 3 | -10/+34 |
* | ARM vbit/vbif/vbsl assembly optional size suffix. | Jim Grosbach | 2012-02-28 | 1 | -0/+14 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 34 | -77/+214 |
* | Fix off-by one in comment. | Benjamin Kramer | 2012-02-28 | 1 | -1/+1 |
* | Properly MCize the section switch, removing a FIXME. | Roman Divacky | 2012-02-28 | 1 | -2/+4 |
* | LegalizeIntegerTypes: Reenable the large shift with small amount optimization. | Benjamin Kramer | 2012-02-28 | 1 | -11/+21 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 34 | -214/+77 |
* | Remove stray semi-colon. | Daniel Dunbar | 2012-02-28 | 1 | -1/+1 |
* | Code cleanup following CR by Duncan. | Nadav Rotem | 2012-02-28 | 1 | -5/+3 |
* | Fix a bug in the code that builds SDNodes from vector GEPs. | Nadav Rotem | 2012-02-28 | 1 | -0/+4 |
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 34 | -156/+156 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 34 | -77/+214 |
* | Reverted r152620 - DSE: Shorten memset when a later store overwrites the star... | Pete Cooper | 2012-02-28 | 1 | -66/+2 |
* | DSE: Shorten memset when a later store overwrites the start of it | Pete Cooper | 2012-02-28 | 1 | -2/+66 |
* | Oops...Don't commit the other stuff.. | Bill Wendling | 2012-02-28 | 1 | -44/+29 |
* | Modify comment to reflect the importance of this code. | Bill Wendling | 2012-02-28 | 1 | -29/+44 |
* | Add comments. | Akira Hatanaka | 2012-02-28 | 1 | -0/+4 |
* | Do not reserve $gp as a dedicated global base register if the target ABI is n... | Akira Hatanaka | 2012-02-28 | 1 | -1/+2 |
* | Add support for floating point base register + offset register addressing mode | Akira Hatanaka | 2012-02-28 | 6 | -4/+91 |
* | Handle regmasks in MachineCSE. | Jakob Stoklund Olesen | 2012-02-28 | 1 | -0/+6 |
* | Handle regmasks in the machine code verifier. | Jakob Stoklund Olesen | 2012-02-28 | 1 | -0/+15 |
* | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen | 2012-02-28 | 3 | -5/+44 |
* | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer | 2012-02-28 | 2 | -0/+19 |
* | Fix 80-column violation. | Chad Rosier | 2012-02-28 | 1 | -2/+2 |
* | Add back removed code. It still causes LLVM to miscompile. But not having it ... | Bill Wendling | 2012-02-27 | 1 | -0/+30 |
* | This patch adds instruction latencies for the SSE instructions | Preston Gurd | 2012-02-27 | 3 | -728/+1697 |
* | Duncan pointed out that if the alignment isn't explicitly specified, it defau... | Eli Friedman | 2012-02-27 | 1 | -4/+4 |
* | Delete incorrect reference to inexistent Hexagon architecture manuals. | Evandro Menezes | 2012-02-27 | 1 | -3/+0 |
* | Don't use #if 0. Just remove until I can address this. | Bill Wendling | 2012-02-27 | 1 | -35/+0 |
* | The code that cleans up multiple, isomorphic types has a subtle error that | Bill Wendling | 2012-02-27 | 1 | -3/+7 |
* | Fix for PR12090: clear def maps of aliases when visiting a copy. e.g. | Evan Cheng | 2012-02-27 | 1 | -0/+5 |
* | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach | 2012-02-27 | 8 | -15/+50 |
* | Teach BasicAA about the LLVM IR rules that allow reading past the end of an o... | Eli Friedman | 2012-02-27 | 1 | -9/+26 |
* | Reapply r151278 with fixes. | Roman Divacky | 2012-02-27 | 1 | -6/+16 |
* | Add q suffix aliases for the fistp and fisttp mnemonics. | Chad Rosier | 2012-02-27 | 1 | -0/+2 |
* | Remove unnecessary template parameters. | Akira Hatanaka | 2012-02-27 | 1 | -15/+13 |
* | Fix instruction predicates that were not set correctly. | Akira Hatanaka | 2012-02-27 | 1 | -8/+10 |
* | Update machine code verifier. | Jakob Stoklund Olesen | 2012-02-27 | 1 | -35/+91 |
* | Fix the symbolic operand added for the C disassmbler API for the ARM bl | Kevin Enderby | 2012-02-27 | 1 | -1/+1 |
* | Plog a memleak in GlobalOpt. | Benjamin Kramer | 2012-02-27 | 1 | -1/+1 |
* | Micro-optimization, no functionality change. | Duncan Sands | 2012-02-27 | 1 | -7/+12 |
* | The value numbering function is recursive, so it is possible for multiple new | Duncan Sands | 2012-02-27 | 1 | -2/+2 |
* | When performing a conditional branch depending on the value of a comparison | Duncan Sands | 2012-02-27 | 1 | -4/+62 |
* | Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i... | Craig Topper | 2012-02-27 | 1 | -1/+0 |
* | delete useless comment&blank | Jia Liu | 2012-02-27 | 1 | -16/+14 |