aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-24MI Sched: eliminate local vreg copies.Andrew Trick
2013-04-24Add include guards.Eric Christopher
2013-04-23Comment a strange field in ScheduleDAG.Andrew Trick
2013-04-23Fix dependency layering issues caused by r180112.Eric Christopher
2013-04-23Fixing typo in comment.Andrew Kaylor
2013-04-23Adding object caching support to MCJITAndrew Kaylor
2013-04-23Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard
2013-04-23c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok
2013-04-23Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok
2013-04-23Add more guards around zlib-dependent codeAlexey Samsonov
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-04-22Remove unused DwarfSectionOffsetDirective stringMatt Arsenault
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-22[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier
2013-04-22Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky
2013-04-22Fix comment that didn't match the method it was aboveEli Bendersky
2013-04-22[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier
2013-04-22[ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier
2013-04-22typoJia Liu
2013-04-22Make doxygen comment match declaration.Benjamin Kramer
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-04-22Add the same todo about a command iterator interface into theEric Christopher
2013-04-22Add a TODO about wanting an iterator interface.Eric Christopher
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-21Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...Stephen Lin
2013-04-20Remove unused ShouldFoldAtomicFences flag.Tim Northover
2013-04-20Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-19Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky
2013-04-19Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky
2013-04-19ArrayRefize getMachineNode(). No functionality change.Michael Liao
2013-04-19Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen
2013-04-19Reformat and nuke trailing whitespace.Eric Christopher
2013-04-19Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-04-19Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames
2013-04-18[asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling
2013-04-18Fix typoEli Bendersky
2013-04-18Cleanup patch:Bill Wendling
2013-04-18This patch addresses two cleanup issues:Bill Wendling
2013-04-18C API: Fix coding styleTom Stellard
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-16C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard