aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-30Change getSlotIndex to return unsigned.Rafael Espindola
2013-04-30Fix Addend computation for non external relocations on Macho.Rafael Espindola
2013-04-29Emit the TLS initialization function pointers into the correct section.Bill Wendling
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-29Remove unused method.Rafael Espindola
2013-04-29Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-27Regen.Eric Christopher
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick
2013-04-27Add target flags to MachineMemOperands.Andrew Trick
2013-04-27whitespaceAndrew Trick
2013-04-27Use the target triple from the target machine rather than the moduleEric Christopher
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-26Cleanup and document MachineLocation.Adrian Prantl
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-26fix a typo that due to cu&paste quadrupled itselfAdrian Prantl
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola
2013-04-24Exposing MCJIT through C APIAndrew Kaylor
2013-04-24Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor
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