summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher2-26/+1
2013-04-19PR14606: debug info imported_module supportDavid Blaikie2-1/+26
2013-04-19Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames1-1/+48
2013-04-18[asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier1-1/+11
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling1-1/+1
2013-04-18Fix typoEli Bendersky1-1/+1
2013-04-18Cleanup patch:Bill Wendling1-12/+12
2013-04-18This patch addresses two cleanup issues:Bill Wendling1-3/+0
2013-04-18C API: Fix coding styleTom Stellard1-1/+1
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2-1557/+91
2013-04-18Fix comment spacing.Chad Rosier1-2/+2
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling1-1/+2
2013-04-17Two small cleanups for ELF's templates.Rafael Espindola1-98/+72
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne8-33/+64
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov1-0/+82
2013-04-16C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard1-0/+3
2013-04-16C API: Add LLVMGetBufferSize()Tom Stellard1-0/+1
2013-04-16C API: Add LLVMGetBufferStart()Tom Stellard1-0/+1
2013-04-16C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard1-0/+7
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky1-7/+7
2013-04-16Add four new functions and one new enum to the C API:Hans Wennborg1-0/+12
2013-04-15Fix silly typo that broke big endian hosts.Rafael Espindola1-1/+1
2013-04-15Fix endianness on some MSVC versions.Rafael Espindola1-1/+1
2013-04-15Simplify the MCInst operator iterator declaration.Jim Grosbach1-1/+1
2013-04-15Try to fix the mingw builds.Rafael Espindola1-1/+1
2013-04-15Fix bit size of v64i8 and v32i16 vector types.Arnold Schwaighofer1-2/+2
2013-04-15Remove getters now that we can specialize structs on the host endianness.Rafael Espindola1-75/+80
2013-04-15Remove unused function.Rafael Espindola1-4/+0
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola3-12/+20
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-11/+8
2013-04-15Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem1-0/+1
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem1-1/+1
2013-04-13MI-Sched: schedule physreg copies.Andrew Trick2-13/+17
2013-04-13Add typenames to see if bot goes green.Rafael Espindola1-3/+3
2013-04-13Some versions of gcc don't like typenames in these places.Rafael Espindola1-9/+15
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola1-106/+677
2013-04-12Revert broken pieces of r179373.Benjamin Kramer1-10/+11
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-11/+10
2013-04-12Add missing relocation namesNico Rieck2-0/+68
2013-04-12Support MIPS64EL relocation type namesNico Rieck1-41/+60
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola1-64/+81
2013-04-11TBAA: add utility to create a TBAA scalar type nodeManman Ren1-1/+13
2013-04-11[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier1-10/+12
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola1-61/+64
2013-04-11Fix llvm-readobj tests on big endian hosts.Rafael Espindola1-1/+8
2013-04-11Print more information about relocations.Rafael Espindola1-64/+54
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola1-0/+5
2013-04-11[ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov1-0/+1
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer1-0/+3
2013-04-11Fix MachO's getRelocationAdditionalInfo.Rafael Espindola1-18/+2