aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2013-04-09Update the version of dwarf we say we're emitting to at least 3.Eric Christopher
2013-04-09Revert r179115 as it looks to have killed the ASan tests.Chad Rosier
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem
2013-04-09[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem
2013-04-09[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola
2013-04-09Add a SymbolTableEntryBase.Rafael Espindola
2013-04-09Fix PointerIntPair to be enum class compatible.Joe Groff
2013-04-08Add a SectionBase struct.Rafael Espindola
2013-04-08Template the MachO types over the word size.Rafael Espindola
2013-04-08Update documentation.Matt Arsenault
2013-04-08[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier
2013-04-08Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola
2013-04-07TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer
2013-04-07Make MachOObjectFile independent from MachOObject.Rafael Espindola
2013-04-07Implement MachOObjectFile::getHeader directly.Rafael Espindola
2013-04-07Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola
2013-04-07Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola
2013-04-07Add MachOObjectFile::LoadCommandInfo.Rafael Espindola
2013-04-07Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola
2013-04-07Remove unused argument.Rafael Espindola
2013-04-07Remove MachOObjectFile::getObject.Rafael Espindola
2013-04-07Remove two uses of getObject.Rafael Espindola
2013-04-07Remove usage of InMemoryStruct in getSymbol.Rafael Espindola
2013-04-07PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMemHal Finkel
2013-04-07Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola
2013-04-07Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola
2013-04-06Add a comment to TargetInstrInfo about FoldImmediateHal Finkel
2013-04-06Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola
2013-04-06Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getRelocation.Rafael Espindola
2013-04-05Reapply r178845 with fix - Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Use the target options specified on a function to reset the back-end.Bill Wendling
2013-04-05Revert r178845 - Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Define versions of Section that are explicitly marked as little endian.Rafael Espindola
2013-04-05Don't use InMemoryStruct in getSection and getSection64.Rafael Espindola
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2013-04-05Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Clean up some confusing language, and use more realistic examples.Jakob Stoklund Olesen
2013-04-04CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer
2013-04-04Document the return value of SmallSet insert.Nadav Rotem
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher
2013-04-03Implement sectionContainsSymbol for ELF.Eric Christopher
2013-04-03When dumping clear the arm/thumb flag for now.Eric Christopher
2013-04-02Add MDBuilder utilities for path-aware TBAA.Manman Ren