aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Generalize the MachineTraceMetrics public API.Andrew Trick2013-04-271-2/+6
* Add target flags to MachineMemOperands.Andrew Trick2013-04-271-1/+7
* whitespaceAndrew Trick2013-04-271-11/+11
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-271-0/+3
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-271-7/+7
* Cleanup and document MachineLocation.Adrian Prantl2013-04-261-1/+6
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-263-289/+22
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-261-2/+2
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-261-2/+2
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-252-0/+61
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-251-2/+1
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-251-0/+6
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-32/+21
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-61/+0
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-3/+1
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-244-3/+18
* Add include guards.Eric Christopher2013-04-241-0/+5
* Comment a strange field in ScheduleDAG.Andrew Trick2013-04-231-0/+4
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-232-2/+4
* Fixing typo in comment.Andrew Kaylor2013-04-231-1/+1
* Adding object caching support to MCJITAndrew Kaylor2013-04-232-0/+61
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-231-0/+2
* 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-222-0/+120
* [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