summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-24
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-24
* Add include guards.Eric Christopher2013-04-24
* Comment a strange field in ScheduleDAG.Andrew Trick2013-04-23
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-23
* Fixing typo in comment.Andrew Kaylor2013-04-23
* Adding object caching support to MCJITAndrew Kaylor2013-04-23
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-23
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-23
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-22
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-22
* Fix comment that didn't match the method it was aboveEli Bendersky2013-04-22
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* typoJia Liu2013-04-22
* Make doxygen comment match declaration.Benjamin Kramer2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Add the same todo about a command iterator interface into theEric Christopher2013-04-22
* Add a TODO about wanting an iterator interface.Eric Christopher2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...Stephen Lin2013-04-21
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-19
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-19
* Reformat and nuke trailing whitespace.Eric Christopher2013-04-19
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames2013-04-19
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-18
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-18
* Fix typoEli Bendersky2013-04-18
* Cleanup patch:Bill Wendling2013-04-18
* This patch addresses two cleanup issues:Bill Wendling2013-04-18
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Fix comment spacing.Chad Rosier2013-04-18
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-17
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-17
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-17
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-16