aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-032-0/+525
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-033-0/+165
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-031-0/+1
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-031-8/+8
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-031-1/+2
* Replaced usages of size_type with size_t to be more consistent.Aaron Ballman2013-05-021-8/+8
* Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl2013-05-021-0/+21
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-012-11/+57
* Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo2013-05-011-1/+1
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-011-1/+0
* Fix file header comment.Filip Pizlo2013-05-011-1/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-0113-126/+141
* get rid of windows warning:Peng Cheng2013-05-011-1/+2
* get rid of windows warning:Peng Cheng2013-05-011-1/+1
* replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng2013-05-011-9/+10
* fix windows warning. Peng Cheng2013-05-011-2/+2
* use static_cast to get rid of windows warning. Peng Cheng2013-05-011-1/+1
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-011-2/+1
* Correct comment: there is no numTys parameter any more now that this is usingDuncan Sands2013-05-011-6/+5
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-45/+0
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-0/+45
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-301-1/+1
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+1
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-291-0/+1
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-293-0/+24
* Remove unused method.Rafael Espindola2013-04-291-3/+0
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-291-1/+2
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-0/+28
* Regen.Eric Christopher2013-04-271-3/+3
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-272-0/+6
* 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
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-28/+0
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-0/+28
* 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