Move the subtarget dependent features from the target machine to
[oota-llvm.git] / include /
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Reid KlecknerRemove forward decl of SmallVectorImpl now that we...
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Argyrios KyrtzidisFor CrashRecoveryContext::RunSafelyOnThread, propagate...
2014-06-25 Michael LiaoFix typo
2014-06-25 Rafael EspindolaMerge the used symbol scanning of MCObjectStreamer...
2014-06-25 Rafael EspindolaFix the build.
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 JF BastienFix = delete in MSVC build from r211705
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-25 Rafael EspindolaSimplify AddValueSymbols. No functionality change.
2014-06-25 Chandler Carruth[x86] Add intrinsics for the pshufd, pshuflw, and pshuf...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 Rafael EspindolaMove some trivial methods up to MCStreamer.
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-25 Rafael EspindolaSimplify the handling of .cfi_endproc.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Matt ArsenaultR600: Fix inconsistency in rsq instructions.
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-24 Alexey SamsonovInclude <tuple> for std::tie
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-24 Duncan P. N. Exon... BFI: Un-floatify more language
2014-06-24 Duncan P. N. Exon... BFI: Remove more float-like language from ScaledNumber
2014-06-24 Duncan P. N. Exon... Support: Return ScaledNumbers::MaxScale from getQuotient()
2014-06-24 Duncan P. N. Exon... Support: Extract ScaledNumbers::MinScale and MaxScale
2014-06-23 Duncan P. N. Exon... BFI: Change language from "exponent" to "scale"
2014-06-23 Duncan P. N. Exon... BFI: Update ScaledNumber header docs
2014-06-23 Duncan P. N. Exon... BFI: Rename UnsignedFloat => ScaledNumber
2014-06-23 Duncan P. N. Exon... Fix comments from r211553
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::getSum() and getDiffere...
2014-06-23 Duncan P. N. Exon... Support: Return scale from ScaledNumbers::matchScales()
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaThis reverts commit r211533 and r211539.
2014-06-23 Weiming ZhaoFix PR20056: Implement pseudo LDR <reg>, =<literal...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::matchScale()
2014-06-23 David BlaikieRecommit 211309 (StringMap::insert), reverted in 211328...
2014-06-23 Matt ArsenaultR600/SI: Fix div_scale intrinsic.
2014-06-23 Matt ArsenaultR600: Fix formatting of intrinsic definitions.
2014-06-23 Duncan P. N. Exon... Cleanup r211507
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-23 Rafael Espindolaclang-format initializer to reduce noise in another...
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Duncan P. N. Exon... Support: ScaledNumber: Fix inconsistent test names
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Duncan P. N. Exon... Support: Cleanup ScaledNumber::getAdjusted() doc
2014-06-20 Duncan P. N. Exon... Support: Mark end of namespaces
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Yaron KerenCode in LoopStrengthReduce.cpp depends on SmallBitVecto...
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Yaron KerenAttempting to fix the 64 bit bots.
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Justin BognerArgList: use MakeArgList overloads in subclasses and...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Duncan P. N. Exon... Support: Clean up getRounded() tests
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getAdjusted()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getRounded()
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-19 Zachary TurnerInclude Threading.h instead of forward declaring a...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-19 David BlaikieRemove circular header reference in Threading.h/Mutex.h
2014-06-19 Zachary TurnerFix build on non-Windows platforms.
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Alp TokerRemove OwningPtr.h and associated tests
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-19 David BlaikieFix breakage from r211244 by using LLVM_EXPLICIT to...
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-06-18 Rafael EspindolaUpdate to the latest registered ELF e_machine names...
2014-06-18 Justin BognerProfileData: Fix copy-paste type in RawInstrProfReader
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-18 Ed MasteADT: correct typo in comment
2014-06-18 Ulrich WeigandSupport LE in RelocVisitor::visitELF_PPC64_*
next