R600/SI: Fix printing of clamp and omod
[oota-llvm.git] / include /
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-30 Alex Lorenzllvm-cov: Use the number of executed functions for...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128- and 256-bit versions...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-29 Aaron BallmanFixing the build for compilers which do not yet have...
2014-09-29 Jordan RoseAdd getValueOr to llvm::Optional<T>.
2014-09-29 Jordan RoseAdd "typedef T value_type;" to llvm::Optional<T>.
2014-09-29 Matt ArsenaultFixing missing C++ mode comment
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-28 Matt ArsenaultAdd MachineOperand::ChangeToFPImmediate and setFPImm
2014-09-27 Yaron KerenFix llvm::huge_valf multiple initializations with Visua...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 David MajnemerTarget: Fix build breakage.
2014-09-26 Eric ChristopherAdd a FIXME to TargetMachine to remove the function...
2014-09-26 Eric ChristopherHave setSubtarget take a const subtarget.
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-25 Hal FinkelAdd SDAG TableGen definitions for BR_CC
2014-09-25 David MajnemerObject: Add range iterators for Archive children
2014-09-25 Nick Kledzik[Support] Fix Format.h to build on Windows
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRevert 218407 - Add support for ARM and AArch64 BE...
2014-09-24 Renato GolinRevert 218408 - Report endianness in output of {dwarf...
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Kaelyn TakataRevert "Add support for ARM and AArch64 BE object files"
2014-09-24 Kaelyn TakataRevert "Report endianness in output of {dwarf, obj...
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 David PeixottoFix assertion in LICM doFinalization()
2014-09-24 Michael LiaoAllow BB duplication threshold to be adjusted through...
2014-09-23 Robin Morisset[Power] Use AtomicExpandPass for fence insertion, and...
2014-09-23 Robin MorissetAdd AtomicExpandPass::bracketInstWithFences, and use...
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
next