Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support /
2015-05-28 Chris BienemanRe-landing "Refactoring cl::list_storage from "is a...
2015-05-28 Chris BienemanRevert "Refactoring cl::list_storage from "is a" to...
2015-05-28 Chris BienemanRefactoring cl::list_storage from "is a" to "has a...
2015-05-28 Renato Golin[ARMTargetParser] Adding sub-arch information for Clang...
2015-05-28 Renato Golin[ARMTargetParser] Adding a few more CPUs for Clang...
2015-05-27 Renato GolinARMTargetParser: Normalising build attributes
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-26 Rafael Espindolaclang-format TargetRegistry.h. NFC.
2015-05-24 Vince HarronRemove log2 dependency when building against Android...
2015-05-23 Davide Italiano[Support/ELF] Add missing DF_1_XXX bits.
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Michael J. Spencer[Support] Fix ErrorOr equality operator.
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Peter CollingbourneRevert r237766, "Support: Introduce LLVM_FALLTHROUGH...
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-20 Benjamin Kramer[YAML] Make Node's destructor non-virtual.
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-20 Peter CollingbourneSupport: Introduce LLVM_FALLTHROUGH macro.
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-19 Filipe CabecinhasChange a reachable unreachable to a fatal error.
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-19 Pawel BylicaRevert "Avoid size_t -> unsigned conversion in MathExtr...
2015-05-19 Pawel BylicaAvoid size_t -> unsigned conversion in MathExtras.h...
2015-05-19 Pawel BylicaFix getSwappedBytes for double.
2015-05-18 Benjamin Kramer[YAML] Plug a memory leak
2015-05-18 Hans WennborgFix llvm::BumpPtrAllocatorImpl::Reset()
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-14 Douglas KatzmanUpdate obsolete comments, fix typo, delete trailing...
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-12 Douglas KatzmanComment disambiguation.
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-11 Richard SmithAdd missing #include, found by modules build.
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-05-08 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine...
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-07 Simon Atanasyan[MIPS] Move MIPS ABI flags structure constants to the...
2015-05-07 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS...
2015-05-07 Vince HarronAdded support for building against Android API-9 SDK
2015-05-06 Alex LorenzYAML: Fix crash in the skip method of KeyValueNode...
2015-05-05 Diego NovilloFix typo in assert message. NFC.
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-01 Diego NovilloFix infinite recursion in ScaledNumber::toInt.
2015-04-30 Diego NovilloFix private constructor for ScaledNumber.
2015-04-29 Rafael EspindolaRelax assert to avoid spurious failures with /dev/null.
2015-04-27 Zachary TurnerMake an RAII com initializer.
2015-04-24 Yaron KerenSilence clang warning: private field 'data_' is not...
2015-04-22 Reid Kleckner[Allocator] Remove memory poisoning before deallocation
2015-04-22 Yaron KerenRecommit r235219, it's need for out-of-tree users of...
2015-04-22 Yaron KerenRevert r235219, it's not needed after r235450.
2015-04-20 Rafael EspindolaDon't allow pwrite to resize a stream.
2015-04-19 Simon Atanasyan[mips] Update MIPS relocations list
2015-04-17 Aaron BallmanSuppressing the C4324 warnings generated by MSVC. This...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-04-14 Daniel BerlinOnly recalculate DFS Numbers if invalid. Invalidate...
2015-04-14 Daniel BerlinMake updateDFSNumbers API public
2015-04-14 Rafael EspindolaFix MSVC build.
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-11 Benjamin KramerMake OnDiskChainedHashTableGenerator's Bucket type...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Tim NorthoverGeneric: Make isMask_N and isShiftedMask_N consistent...
2015-04-10 Rafael EspindolaRemember if lseek works in this FD.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael Espindolaclang-format. NFC.
2015-04-09 Rafael Espindolaclang-format this constructor.
2015-04-09 Rafael EspindolaUse implicit calls to parent constructor. NFC.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaAdd classof implementations to the raw_ostream classes.
2015-04-09 Rafael EspindolaDelete unused constructor.
2015-04-08 Rafael EspindolaDon't repeat names in comments.
2015-04-08 Simon Atanasyan[mips] Update MIPS relocations list
2015-04-08 Rafael EspindolaDon't repeat names in comments. NFC.
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-04-07 Richard SmithFix some minor abuse of C++ terminology in comments.
2015-04-05 Benjamin KramerMark BumpPtrAllocator::Allocate as returning a noalias...
2015-04-02 Reid KlecknerAdd an LLVM_PTR_SIZE macro to make LLVM_ALIGNAS more...
2015-04-02 Benjamin Kramer[alignof] Put back the hack for old versions of GCC.
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael EspindolaFix use of uninitialized valued.
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-17 Duncan P. N. Exon... DebugInfo: Drop fake DW_TAG_expression
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Justin BognerInstrProf: Do a better job of reading coverage mapping...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
next