aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Implement MachOObjectFile::getHeaderSize directly.Rafael Espindola2013-04-071-1/+1
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-071-14/+15
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-072-0/+228
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-071-41/+44
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-071-58/+27
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-071-8/+23
* Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo.Rafael Espindola2013-04-071-18/+19
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-071-16/+20
* Remove unused argument.Rafael Espindola2013-04-073-3/+3
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-071-0/+14
* Remove two uses of getObject.Rafael Espindola2013-04-071-0/+3
* PPC rotate instructions don't have unmodeled side effctsHal Finkel2013-04-072-3/+6
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-071-0/+8
* Most PPC M[TF]CR instructions do not have side effectsHal Finkel2013-04-072-5/+19
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-071-0/+1
* PPC pre-increment load instructions do not have side effectsHal Finkel2013-04-071-2/+3
* PPC pre-increment load instructions do not have side effectsHal Finkel2013-04-072-3/+3
* PPC MCRF instruction does not have side effectsHal Finkel2013-04-071-0/+1
* PPC FMR instruction does not have side effectsHal Finkel2013-04-071-0/+1
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-073-7/+23
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-063-9/+116
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-062-2/+9
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-063-0/+73
* PPC ISEL is a select and never has side effectsHal Finkel2013-04-062-0/+2
* Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-062-25/+178
* typoNadav Rotem2013-04-061-1/+1
* Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola2013-04-061-4/+19
* Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola2013-04-061-20/+43
* Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola2013-04-061-24/+19
* Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola2013-04-061-23/+19
* Don't use InMemoryStruct in getRelocation.Rafael Espindola2013-04-061-31/+21
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-061-1/+1
* Removed trailing whitespace.Michael Gottesman2013-04-051-27/+27
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-058-4/+99
* R600/SI: Use same names for corresponding MUBUF operands and encoding fieldsTom Stellard2013-04-052-27/+27
* R600: Add RV670 processorTom Stellard2013-04-051-0/+1
* R600/SI: Add processor types for each SI variantTom Stellard2013-04-052-3/+8
* R600/SI: Avoid generating S_MOVs with 64-bit immediates v2Tom Stellard2013-04-051-2/+5
* Enable early if conversion on PPCHal Finkel2013-04-055-22/+133
* Correct the PPC A2 misprediction penaltyHal Finkel2013-04-051-1/+1
* An objc_retain can serve as a use for a different pointer.Michael Gottesman2013-04-051-2/+3
* Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman2013-04-051-6/+20
* Reapply r178845 with fix - Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-052-24/+70
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-054-40/+96
* Revert r178845 - Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-052-67/+24
* Tidy up a bit. No functional change.Jim Grosbach2013-04-059-259/+261
* Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang2013-04-051-11/+2
* <rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor2013-04-051-5/+32
* <rdar://problem/13551789> Fix yet another race in unique_file.Douglas Gregor2013-04-051-3/+1
* [Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer2013-04-051-2/+5