[SystemZ] Add immediate addition involving high words
[oota-llvm.git] / include /
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-09-30 Manman RenDebug Info: constify and rename from generateRef to...
2013-09-30 Anders Waldenborgllvm-c: use typedef for function pointers
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Benjamin KramerIRBuilder: Move fast math flags to IRBuilderBase.
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-29 Benjamin KramerRemove an old workaround for a compiler that EOL'd...
2013-09-29 Benjamin KramerAllocate AtomicSDNode operands in SelectionDAG's alloca...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-27 Josh Magee[stackprotector] Refactor the StackProtector pass from...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Daniel Sanders[mips][msa] Implemented insert.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented fill.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented copy_[us].d intrinsic.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-09-26 Andrew TrickAdded temp flag -misched-bench for staging in default...
2013-09-25 Eric ChristopherDump the normal dwarf pubtypes section as well.
2013-09-25 Andrew TrickMark the x86 machine model as incomplete. PR17367.
2013-09-25 Joerg SonnenbergerUndefine NetBSD, it may have been defined by an earlier...
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-25 Peter CollingbourneTry again to fix the MSVC build.
2013-09-25 Peter CollingbourneWrap the #include of <stdbool.h> in an #ifndef __cplusplus.
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
2013-09-24 David Blaikiellvm-dwarfdump support for gnu_pubtypes
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching vshf from normal...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching bsel and bseli...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-23 David Blaikiellvm-dwarfdump/libDebugInfo support for type units
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-22 David BlaikieRemove dead code
2013-09-22 David BlaikieStringRef-ize some things
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-20 Anders WaldenborgRevert "llvm-c: Add LLVMGetPointerToFunction"
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 Richard MittonFixed warning
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 Benjamin KramerUnbreak C++03 build.
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-19 Anders Waldenborgllvm-c: Add LLVMGetPointerToFunction
2013-09-19 Anders Waldenborgllvm-c: Make LLVMGetFirstTarget a proper prototype
2013-09-19 David BlaikieDebugInfo: Simplify gnu_pubnames index computation.
2013-09-19 Shuxin Yang Add function DominatorTree::getDescendants().
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Adrian PrantlDebug info: Get rid of the VLA indirection hack in...
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-17 Ben LangmuirAdd llvm.x86.* intrinsics for Intel SHA Extensions
2013-09-17 Craig TopperMake a more clear AVX-512 section header that matches...
2013-09-17 Adrian Prantlsimplify expression
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-09-16 Matt ArsenaultMemCpyOptimizer: Use max legal int size instead of...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-14 Chandler CarruthRemove the long, long defunct IR block placement pass.
2013-09-13 Filip PizloMake PrettyStackTraceEntry use ManagedStatic for its...
2013-09-13 Benjamin KramerAdd warn_unused_result to empty() on various containers.
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-12 Joey GoulySomehow this important part of the patch, where I actua...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Matt ArsenaultFix comment to match what the assert actually enforces
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-09-11 Manman RenDebug Info: move class definition of DIRef.
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-09-11 Daniel Sanders[mips][msa] Corrected the definition of the dotp_[su...
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Jack Carterwhite spaces and long lines
2013-09-09 Eric ChristopherAdd the gnu pubnames and pubtypes sections to the mc...
2013-09-09 Eric ChristopherAdd constant defines for gnu pubnames and gnu pubtypes...
2013-09-09 Eric ChristopherFormatting.
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
next