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