aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2013-04-18Cleanup patch:Bill Wendling
2013-04-18This patch addresses two cleanup issues:Bill Wendling
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola
2013-04-18Fix comment spacing.Chad Rosier
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling
2013-04-17Two small cleanups for ELF's templates.Rafael Espindola
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky
2013-04-15Fix silly typo that broke big endian hosts.Rafael Espindola
2013-04-15Fix endianness on some MSVC versions.Rafael Espindola
2013-04-15Simplify the MCInst operator iterator declaration.Jim Grosbach
2013-04-15Try to fix the mingw builds.Rafael Espindola
2013-04-15Fix bit size of v64i8 and v32i16 vector types.Arnold Schwaighofer
2013-04-15Remove getters now that we can specialize structs on the host endianness.Rafael Espindola
2013-04-15Remove unused function.Rafael Espindola
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-15Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem
2013-04-13MI-Sched: schedule physreg copies.Andrew Trick
2013-04-13Add typenames to see if bot goes green.Rafael Espindola
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-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