| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make MachOObjectFile independent from MachOObject. | Rafael Espindola | 2013-04-07 | 2 | -17/+9 |
* | Implement MachOObjectFile::getData directly. | Rafael Espindola | 2013-04-07 | 1 | -1/+1 |
* | Implement MachOObjectFile::is64Bit directly. | Rafael Espindola | 2013-04-07 | 1 | -1/+2 |
* | Implement MachOObjectFile::getHeaderSize directly. | Rafael Espindola | 2013-04-07 | 1 | -1/+1 |
* | Implement MachOObjectFile::getHeader directly. | Rafael Espindola | 2013-04-07 | 3 | -19/+30 |
* | Implement LowerCall_64 for the SPARC v9 64-bit ABI. | Jakob Stoklund Olesen | 2013-04-07 | 3 | -3/+375 |
* | Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData. | Rafael Espindola | 2013-04-07 | 2 | -41/+46 |
* | Remove LoadCommandInfo now that we always have a pointer to the command. | Rafael Espindola | 2013-04-07 | 3 | -78/+31 |
* | Add MachOObjectFile::LoadCommandInfo. | Rafael Espindola | 2013-04-07 | 3 | -13/+39 |
* | Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo. | Rafael Espindola | 2013-04-07 | 1 | -18/+19 |
* | Construct MachOObject in MachOObjectFile's constructor. | Rafael Espindola | 2013-04-07 | 2 | -17/+21 |
* | Remove unused argument. | Rafael Espindola | 2013-04-07 | 5 | -6/+5 |
* | Remove MachOObjectFile::getObject. | Rafael Espindola | 2013-04-07 | 3 | -12/+25 |
* | Remove two uses of getObject. | Rafael Espindola | 2013-04-07 | 3 | -13/+6 |
* | Remove usage of InMemoryStruct in getSymbol. | Rafael Espindola | 2013-04-07 | 2 | -32/+10 |
* | PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMem | Hal Finkel | 2013-04-07 | 1 | -10/+15 |
* | PPC rotate instructions don't have unmodeled side effcts | Hal Finkel | 2013-04-07 | 2 | -3/+6 |
* | Remove a use of InMemoryStruct in llvm-readobj. | Rafael Espindola | 2013-04-07 | 2 | -11/+8 |
* | Make getObject const. Remove a const_cast. | Rafael Espindola | 2013-04-07 | 3 | -4/+4 |
* | Remove last use of InMemoryStruct in llvm-objdump. | Rafael Espindola | 2013-04-07 | 3 | -2/+20 |
* | Most PPC M[TF]CR instructions do not have side effects | Hal Finkel | 2013-04-07 | 2 | -5/+19 |
* | Remove dead code. | Rafael Espindola | 2013-04-07 | 1 | -17/+0 |
* | Remove unused argument. | Rafael Espindola | 2013-04-07 | 1 | -3/+1 |
* | Fix PR15674 (and PR15603): a SROA think-o. | Chandler Carruth | 2013-04-07 | 2 | -0/+64 |
* | PPC pre-increment load instructions do not have side effects | Hal Finkel | 2013-04-07 | 1 | -2/+3 |
* | PPC pre-increment load instructions do not have side effects | Hal Finkel | 2013-04-07 | 2 | -3/+3 |
* | PPC MCRF instruction does not have side effects | Hal Finkel | 2013-04-07 | 1 | -0/+1 |
* | PPC FMR instruction does not have side effects | Hal Finkel | 2013-04-07 | 1 | -0/+1 |
* | DW_FORM_sec_offset should be a relocation on platforms that use | Eric Christopher | 2013-04-07 | 4 | -7/+35 |
* | [cmake] Avoid rel+asserts warnings when passing -UNDEBUG | Reid Kleckner | 2013-04-07 | 1 | -0/+3 |
* | Implement LowerReturn_64 for SPARC v9. | Jakob Stoklund Olesen | 2013-04-06 | 4 | -9/+200 |
* | SPARC v9 stack pointer bias. | Jakob Stoklund Olesen | 2013-04-06 | 3 | -9/+14 |
* | Implement PPCInstrInfo::FoldImmediate | Hal Finkel | 2013-04-06 | 4 | -0/+87 |
* | PPC ISEL is a select and never has side effects | Hal Finkel | 2013-04-06 | 2 | -0/+2 |
* | Add a comment to TargetInstrInfo about FoldImmediate | Hal Finkel | 2013-04-06 | 1 | -0/+4 |
* | Complete formal arguments for the SPARC v9 64-bit ABI. | Jakob Stoklund Olesen | 2013-04-06 | 3 | -25/+314 |
* | typo | Nadav Rotem | 2013-04-06 | 1 | -1/+1 |
* | Remove last use of InMemoryStruct from MachOObjectFile.cpp. | Rafael Espindola | 2013-04-06 | 2 | -4/+51 |
* | Don't use InMemoryStruct<macho::SymtabLoadCommand>. | Rafael Espindola | 2013-04-06 | 2 | -21/+65 |
* | Don't use InMemoryStruct in getSymbol64TableEntry. | Rafael Espindola | 2013-04-06 | 2 | -26/+28 |
* | Don't use InMemoryStruct in getSymbolTableEntry. | Rafael Espindola | 2013-04-06 | 2 | -25/+30 |
* | Don't use InMemoryStruct in getRelocation. | Rafael Espindola | 2013-04-06 | 2 | -34/+28 |
* | Dwarf: use utostr on CUID to append to SmallString. | Manman Ren | 2013-04-06 | 1 | -1/+1 |
* | Removed trailing whitespace. | Michael Gottesman | 2013-04-05 | 1 | -27/+27 |
* | R600/SI: Add support for buffer stores v2 | Tom Stellard | 2013-04-05 | 10 | -7/+110 |
* | R600/SI: Use same names for corresponding MUBUF operands and encoding fields | Tom Stellard | 2013-04-05 | 2 | -27/+27 |
* | R600: Add RV670 processor | Tom Stellard | 2013-04-05 | 1 | -0/+1 |
* | R600/SI: Add processor types for each SI variant | Tom Stellard | 2013-04-05 | 10 | -11/+16 |
* | R600/SI: Avoid generating S_MOVs with 64-bit immediates v2 | Tom Stellard | 2013-04-05 | 2 | -2/+31 |
* | Enable early if conversion on PPC | Hal Finkel | 2013-04-05 | 6 | -22/+167 |