aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-13Some versions of gcc don't like typenames in these places.Rafael Espindola
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola
2013-04-12Revert broken pieces of r179373.Benjamin Kramer
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-12Add missing relocation namesNico Rieck
2013-04-12Support MIPS64EL relocation type namesNico Rieck
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola
2013-04-11TBAA: add utility to create a TBAA scalar type nodeManman Ren
2013-04-11[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola
2013-04-11Fix llvm-readobj tests on big endian hosts.Rafael Espindola
2013-04-11Print more information about relocations.Rafael Espindola
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola
2013-04-11[ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-11Fix MachO's getRelocationAdditionalInfo.Rafael Espindola
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck
2013-04-10Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher
2013-04-10Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling
2013-04-10Use a real union for IdentifyingPassPtr.Benjamin Kramer
2013-04-10Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier
2013-04-10Template MachOObjectFile over endianness too.Rafael Espindola
2013-04-10Simplify the templating a bit.Rafael Espindola
2013-04-10Move two methods out of line.Rafael Espindola
2013-04-10RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser
2013-04-10Template the MachO types over endianness.Rafael Espindola
2013-04-10Include the more specific header.Rafael Espindola
2013-04-10Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick
2013-04-09Remove unused method and default values.Rafael Espindola
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