| Commit message (Expand) | Author | Age | Files | Lines |
* | Testcase for r151691. | Bill Wendling | 2012-02-29 | 1 | -0/+19 |
* | Restrict this transformation to equality conditions. | Bill Wendling | 2012-02-29 | 1 | -1/+1 |
* | Add an analyzeVirtReg() function. | Jakob Stoklund Olesen | 2012-02-29 | 2 | -0/+66 |
* | Make MemoryObject accessor members const again | Derek Schuff | 2012-02-29 | 16 | -63/+64 |
* | Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32. | Daniel Dunbar | 2012-02-29 | 1 | -1/+1 |
* | Move the operand iterator into MachineInstrBundle.h where it belongs. | Jakob Stoklund Olesen | 2012-02-29 | 3 | -71/+113 |
* | Support/PathV2: Fix make_absolute() to match is_absolute() and not expect to | Daniel Dunbar | 2012-02-29 | 1 | -2/+6 |
* | Fix some stray semi-colons. | Daniel Dunbar | 2012-02-29 | 1 | -3/+3 |
* | 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 | 9 | -1/+66 |
* | Instructions inside a bundle have the same number as the bundle itself. | Jakob Stoklund Olesen | 2012-02-28 | 1 | -2/+6 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 9 | -152/+74 |
* | Enable -Wcovered-switch-default again, but add -Werror to the checks to make | Rafael Espindola | 2012-02-28 | 11 | -18/+36 |
* | 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 | 5 | -12/+106 |
* | Temporarily revert r151609, which enabled a new warning for LLVM and | Chandler Carruth | 2012-02-28 | 9 | -30/+12 |
* | 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 | 35 | -79/+217 |
* | 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 | 3 | -30/+77 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 36 | -247/+79 |
* | 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 | 2 | -17/+32 |
* | 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 | 36 | -79/+247 |
* | Convert generated intrinsic attributes to use an array lookup as Chris sugges... | Craig Topper | 2012-02-28 | 1 | -18/+26 |
* | Reverted r152620 - DSE: Shorten memset when a later store overwrites the star... | Pete Cooper | 2012-02-28 | 2 | -137/+2 |
* | DSE: Shorten memset when a later store overwrites the start of it | Pete Cooper | 2012-02-28 | 2 | -2/+137 |
* | 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 |
* | Strip extraneous information, if present, from the linker version string on | Charles Davis | 2012-02-28 | 2 | -2/+2 |
* | Add support for floating point base register + offset register addressing mode | Akira Hatanaka | 2012-02-28 | 8 | -4/+217 |
* | Handle regmasks in MachineCSE. | Jakob Stoklund Olesen | 2012-02-28 | 2 | -0/+37 |
* | Enable -Wcovered-switch-default as it matches the switch style used in llvm. | Rafael Espindola | 2012-02-28 | 9 | -12/+30 |
* | 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 | 4 | -5/+73 |
* | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer | 2012-02-28 | 11 | -23/+168 |
* | Fix 80-column violation. | Chad Rosier | 2012-02-28 | 1 | -2/+2 |
* | Allow llvm-stress to optionally generate the other floating-point types (half... | Hal Finkel | 2012-02-27 | 1 | -14/+40 |
* | Add back removed code. It still causes LLVM to miscompile. But not having it ... | Bill Wendling | 2012-02-27 | 2 | -3/+30 |
* | This patch adds instruction latencies for the SSE instructions | Preston Gurd | 2012-02-27 | 3 | -728/+1697 |
* | 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 | 2 | -5/+5 |
* | 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 |