aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert broken pieces of r179373.Benjamin Kramer2013-04-121-10/+11
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-11/+10
* Add missing relocation namesNico Rieck2013-04-122-0/+68
* Support MIPS64EL relocation type namesNico Rieck2013-04-121-41/+60
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-64/+81
* TBAA: add utility to create a TBAA scalar type nodeManman Ren2013-04-111-1/+13
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-61/+64
* Fix llvm-readobj tests on big endian hosts.Rafael Espindola2013-04-111-1/+8
* Print more information about relocations.Rafael Espindola2013-04-111-64/+54
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+5
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-111-0/+1
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-111-0/+3
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-111-18/+2
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-102-2/+8
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-101-1/+1
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-101-1/+10
* Use a real union for IdentifyingPassPtr.Benjamin Kramer2013-04-101-7/+9
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-101-0/+7
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-89/+100
* Simplify the templating a bit.Rafael Espindola2013-04-101-24/+19
* Move two methods out of line.Rafael Espindola2013-04-101-15/+21
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-101-0/+18
* Template the MachO types over endianness.Rafael Espindola2013-04-101-98/+141
* Include the more specific header.Rafael Espindola2013-04-101-1/+1
* Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick2013-04-101-15/+46
* Remove unused method and default values.Rafael Espindola2013-04-091-6/+5
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-091-1/+1
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-091-7/+0
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-093-0/+8
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-091-0/+7
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-091-11/+1
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-091-9/+1
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-53/+749
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-091-5/+11
* Fix PointerIntPair to be enum class compatible.Joe Groff2013-04-091-26/+26
* Add a SectionBase struct.Rafael Espindola2013-04-081-0/+6
* Template the MachO types over the word size.Rafael Espindola2013-04-081-12/+27
* Update documentation.Matt Arsenault2013-04-081-3/+1
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-081-1/+13
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-082-3/+16
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-071-0/+5
* Make MachOObjectFile independent from MachOObject.Rafael Espindola2013-04-071-1/+0
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-071-1/+11
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-071-0/+2
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-071-17/+1
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-071-3/+14
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-071-1/+1
* Remove unused argument.Rafael Espindola2013-04-072-3/+2
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-071-2/+3