Introduce bitset metadata format and bitset lowering pass.
[oota-llvm.git] / include / llvm / Support /
2015-02-20 Benjamin KramerPut MSVC back into the dumb compiler's corner.
2015-02-20 Benjamin KramerBase isPodLike on is_trivially_copyable for GCC 5 and...
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-16 Simon Atanasyan[Mips] Add .MIPS.options section descriptor kinds enume...
2015-02-15 Benjamin KramerMinGW's snprintf is not exposed through std::.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Aaron BallmanSince MSVC 1800 is our lowest common denominator, we...
2015-02-15 Benjamin KramerCommandLine: Use variadic templates to simplify opt...
2015-02-15 Benjamin KramerRemove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-13 Duncan P. N. Exon... Support: Rewrite LocationAtom and OperationEncodingStri...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Benjamin KramerMathExtras: Parametrize count(Trailing|Leading)Zeros...
2015-02-10 Aaron BallmanNow use the __debugbreak intrinsic instead of calling...
2015-02-10 Aaron BallmanChanging the status code generated by LLVM_BUILTIN_TRAP...
2015-02-10 Aaron BallmanRe-committing r228628 with a fix for 64-bit builds.
2015-02-10 Aaron BallmanReverting r228628; it broke at least one builder due...
2015-02-09 Aaron BallmanOn Windows, we now use RaiseException to generate the...
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-07 Bruce MitchenerAdd more DWARF 5 language constants.
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Rewrite AttributeEncodingString(), NFC
2015-02-06 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Rewrite dwarf::LanguageString(), NFC
2015-02-05 Matt ArsenaultAdd support for double / float to EndianStream
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Re-implement dwarf::TagString() using a .def...
2015-01-29 Chandler Carruth[LPM] Remove a PPC64 hack to try to work around a bad...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-29 Chandler Carruth[LPM] Try again to appease powerpc64 in its self host...
2015-01-29 Chandler Carruth[LPM] Fix an "obvious" typo from r227411. Really sorry...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2015-01-28 Chris BienemanMoving AddLiteralOption's declaration higher up in...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Alex RosenbergRemove trailing whitespace.
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Justin Bognerllvm-cov: Use range-for (NFC)
2015-01-23 Justin Bognerllvm-cov: clang-format the GCOV files (NFC)
2015-01-23 Michael J. Spencer[YAMLIO] Dirty hack: Force integral conversion to allow...
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Chris BienemanMaking deleted copy constructors and operators to be...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-18 David BlaikieAttempt to fix the MSVC build by working around a layer...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-15 Adrian PrantlAdd missing include directive for llvm::make_unique().
2015-01-14 David BlaikieAdd comment about a gotcha I ran across while touching...
2015-01-14 David Blaikieunique_ptrify the value in DominatorTreeBase::DomTreeNodes
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Chandler Carruth[dom] Make the DominatorTreeBase not a dynamic class!
2015-01-14 Chandler Carruth[PM] Make DominatorTrees (corectly) movable so that...
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 Chandler Carruth[dom] Remove extraneous inline keywords. Template funct...
2015-01-14 Chandler Carruth[dom] The formatting of the generic domtree has bitrott...
2015-01-14 Chandler Carruth[dom] Clean up some comments in this header that were...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-13 Chris BienemanRunning clang-format on CommandLine.h and CommandLine...
2014-12-24 Kevin EnderbyAnother attempt to fix the LLVM Windows build bot lld...
2014-12-23 Kevin EnderbyAttempt to fix the LLVM Windows build bot lld-x86_64...
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-18 Kevin EnderbyRemove an extra ';' on line 1120 include/llvm/Support...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Colin LeMahieu[NFC] Removing extra semicolon.
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Rafael EspindolaRemove the last unnecessary member variable of mapped_f...
2014-12-16 Rafael EspindolaConvert a member variable to a local variable. NFC.
2014-12-16 Rafael EspindolaRemove unused member and simplify. NFC.
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-13 Benjamin KramerFix Doxygen command misspellings.
next