[MCJIT] Fix some more RuntimeDyld debugging output format specifiers.
[oota-llvm.git] / include /
2014-09-23 Lang Hames[MCJIT] Nuke MachineRelocation and MachineCodeEmitter...
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-23 Argyrios Kyrtzidis[ADT/IntrusiveRefCntPtr] Give friend access to Intrusiv...
2014-09-22 Ehsan Akhgarims-inline-asm: Fix parsing label names inside bracket...
2014-09-22 Ehsan AkhgariMake MCAsmParserSemaCallback::LookupInlineAsmLabel...
2014-09-22 Hal FinkelUpdate comment on AtomicRMWInst::Nand
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-19 Duncan P. N. Exon... DIBuilder: Delete dead code, NFC
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-17 David BlaikieReapply fix in r217988 (reverted in r217989) and remove...
2014-09-17 David BlaikieRevert "Fix -Wnon-virtual-dtor warning introduced in...
2014-09-17 David BlaikieFix -Wnon-virtual-dtor warning introduced in r217982.
2014-09-17 Chris BienemanFixing the sanitizer build failure:
2014-09-17 Chris BienemanRefactoring SimplifyLibCalls to remove static initializ...
2014-09-17 Alexey SamsonovFixup for r217830. Don't do left shifts on negative...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-17 Frederic RissAdd DIBuilder functions to build RAUWable DIVariables...
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-17 Robin Morisset[X86] Use the generic AtomicExpandPass instead of X86At...
2014-09-16 Adam Nemet[TableGen] Fully resolve class-instance values before...
2014-09-16 Joe AbbeyARMAsmBackend uses a factory method to generate binary...
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-15 David BlaikieFix indenting caused by clang-format+spuriously indente...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add lowering support for frem.
2014-09-15 Juergen Ributzka[FastISel] Fix a bug in FastISel::CallLoweringInfo.
2014-09-15 Nick Kledzik[Support] add decodeSLEB128()
2014-09-15 Juergen Ributzka[FastISel] Move optimizeCmpPredicate to FastISel base...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-15 David BlaikieFix memory leak in error paths in YAMLTraits by using...
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-15 Lang Hames[MCJIT] Start Stringref-izing the ExecutionEngine inter...
2014-09-15 Benjamin KramerSpell out the template args for compilers having issues...
2014-09-15 Benjamin KramerUse IntrusiveRefCntPtr to manage the lifetime of BitCod...
2014-09-15 Frederic RissMove replaceAllUsesWith() from DIType to DIDescriptor.
2014-09-15 Justin Bognerllvm-cov: Simplify CounterMappingRegion, pushing logic...
2014-09-13 Nick LewyckyAdd control of function merging to the PMBuilder.
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-12 Ehsan AkhgariAdd an overload of getLastArgNoClaim taking two OptSpec...
2014-09-12 JF BastienAdd support for le64.
2014-09-12 NAKAMURA TakumiMove sys::fs::AccessMode out of @brief in the function...
2014-09-12 NAKAMURA Takumisys::fs::access(): Fix @param [-Wdocumentation]
2014-09-12 Justin Bognerllvm-cov: Move FunctionCoverageMapping into CoverageMap...
2014-09-11 David MajnemerObject: Small cleanup in COFFObjectFile::getSymbol
2014-09-11 Rui Ueyama[Support][Endian] Overload += and -=
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-11 Juergen Ributzka[C API] Make the 'lower switch' pass available via...
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-11 David BlaikieUse CostPool::PoolRef typedef some more
2014-09-10 David Blaikieshared_ptrify ownershp of PoolEntries in PBQP's CostPool
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Hal FinkelEnable use of __builtin_assume_aligned when self-hosting
2014-09-10 Alexey SamsonovMake CallingConv::ID an alias of "unsigned".
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-09-10 Gerolf HoflehnerAdded missing blank
2014-09-10 David MajnemerAttempt to pacify buildbots.
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-10 Yaron KerenFunctionPassManager isn't used by the JIT anymore,...
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-09-09 Justin Bognerllvm-cov: Rename MappingRegion to coverage::CountedRegi...
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-08 Hal FinkelDon't static_cast invalid pointers
2014-09-08 Alexey SamsonovBe more careful in parsing Module::ModFlagBehavior...
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
2014-09-07 Hal FinkelMake use of @llvm.assume from LazyValueInfo
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-09-07 Hans WennborgBumpPtrAllocator: do the size check without moving...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-05 Lang Hames[MCJIT] Const-ify the symbol lookup operations on Runti...
2014-09-05 Matthew GardinerAdding kalimba variants as Triple sub-architectures.
2014-09-04 Yaron KerenPost-JIT light cleanup of ExecutionEngine.h: edited...
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-09-04 David Blaikieunique_ptrify RuntimeDyld::Dyld
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-04 Frederic RissFix build faliure introduced by r217129.
2014-09-04 Frederic RissAdd DWARFFormValue::getAsBlock() and add FC_Flag as...
2014-09-04 Lang Hames[MCJIT] Add command-line argument to llvm-rtdyld to...
2014-09-03 Matt ArsenaultRevert accidentally committed r217107
2014-09-03 Matt ArsenaultDon't treat 0 as a special value for int attributes.
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Eric ChristopherRemove unnecessary getTarget call now that the subtarge...
2014-09-03 Sanjay Patelhouse cleaning: "Don’t duplicate function or class...
next