summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Remove unused method.Rafael Espindola2013-04-29
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-29
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Regen.Eric Christopher2013-04-27
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Generalize the MachineTraceMetrics public API.Andrew Trick2013-04-27
* Add target flags to MachineMemOperands.Andrew Trick2013-04-27
* whitespaceAndrew Trick2013-04-27
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-27
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-26
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-26
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-25
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-25
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-25
* Exposing MCJIT through C APIAndrew Kaylor2013-04-24
* 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
* c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok2013-04-23
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-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