aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-231-0/+2
* c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok2013-04-231-4/+4
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-231-0/+53
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-231-0/+3
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-233-0/+73
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-6/+6
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-228-228/+121
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-222-0/+3
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-221-1/+4
* Fix comment that didn't match the method it was aboveEli Bendersky2013-04-221-2/+2
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-221-0/+2
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-3/+14
* typoJia Liu2013-04-221-1/+1
* Make doxygen comment match declaration.Benjamin Kramer2013-04-221-1/+1
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-1/+2
* Add the same todo about a command iterator interface into theEric Christopher2013-04-221-0/+3
* Add a TODO about wanting an iterator interface.Eric Christopher2013-04-221-0/+2
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-222-1/+26
* Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...Stephen Lin2013-04-211-5/+2
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-18/+0
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-202-11/+0
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-204-23/+35
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-191-1/+1
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-192-6/+19
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-15/+16
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-191-0/+6
* Reformat and nuke trailing whitespace.Eric Christopher2013-04-191-29/+31
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-192-10/+14
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-192-26/+1
* PR14606: debug info imported_module supportDavid Blaikie2013-04-192-1/+26
* Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames2013-04-191-1/+48
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-181-1/+11
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-181-1/+1
* Fix typoEli Bendersky2013-04-181-1/+1
* Cleanup patch:Bill Wendling2013-04-181-12/+12
* This patch addresses two cleanup issues:Bill Wendling2013-04-181-3/+0
* C API: Fix coding styleTom Stellard2013-04-181-1/+1
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-182-1557/+91
* Fix comment spacing.Chad Rosier2013-04-181-2/+2
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-171-1/+2
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-98/+72
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-178-33/+64
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-171-0/+82
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-161-0/+3
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-161-0/+1
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-161-0/+1
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-161-0/+7
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-161-7/+7
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-161-0/+12
* Fix silly typo that broke big endian hosts.Rafael Espindola2013-04-151-1/+1