[ADT] Remove a couple of the always inline attributes I added.
[oota-llvm.git] / include / llvm / Support /
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Chandler Carruth[Support] Fix the always_inline attribute macro to...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-09 Alexandros LamprineasLLVM does not distinguish Cortex-M4 from Cortex-M4F...
2015-09-05 Alexandros LamprineasAdded arch extensions and default target features in...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-09-01 Benjamin KramerRemove OutputBuffer.
2015-08-31 Richard SmithInfrastructure changes for Clang r246497.
2015-08-31 Naomi MusgraveRollback of commit "Repress sanitization on User dtor."
2015-08-31 Naomi MusgraveUndo reversion on commit: Revert "Revert "Repress sanit...
2015-08-31 Naomi MusgraveRevert "Repress sanitization on User dtor. Modify msan...
2015-08-31 Naomi MusgraveRepress sanitization on User dtor. Modify msan macros...
2015-08-31 Peter CollingbourneSupport: Support LLVM_ENABLE_THREADS=0 in llvm/Support...
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-30 Chandler CarruthRefactor the ARM target parsing to use a def file with...
2015-08-30 Chandler Carruth[Triple] Use clang-format to normalize the formatting...
2015-08-30 Chandler Carruth[Triple] Stop abusing a class to have only static metho...
2015-08-27 Peter CollingbourneSupport: Introduce thread.h.
2015-08-26 Richard SmithRefactor to reduce duplication in OnDiskIterableChained...
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-18 Peter CollingbourneSupport: Clean up TSan annotations.
2015-08-14 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-13 Yaron KerenModify raw_svector_ostream to use its SmallString witho...
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-08-10 NAKAMURA Takumillvm/include/llvm/Support/Memory.h: Fix comment header.
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Nico WeberAdd functions to save and restore the PrettyStackTrace...
2015-08-07 Tom StellardELF: Add AMDGPU specific defintions
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Nico WeberFix nested CrashRecoveryContexts with LLVM_ENABLE_THREA...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-08-05 David Blaikie-Wdeprecated-clean: Remove uses of throw() in favor...
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-28 Martell MaloneSummary:
2015-07-27 Reid KlecknerFix -Wmicrosoft-enum warning
2015-07-27 Alexandros Lamprineas- Added support for parsing HWDiv features using Target...
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-15 Rafael EspindolaDelete declared but not implemented functions.
2015-07-15 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-07-14 Richard SmithAdd support for on-disk hash table lookup with a known...
2015-07-14 Alexandros LamprineasCaused regressions: compile Release+Asserts failed...
2015-07-14 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-07 Rafael EspindolaDon't pass a null pointer to memcpy.
2015-07-07 NAKAMURA TakumiFix \param in r241472. [-Wdocumentation]
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-02 Charlie Turner[GraphWriter] Don't wait on xdg-open when not on Apple.
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-23 Tom StellardELF: Fix defintion of STT_LOOS and STT_HIOS.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Tom StellardSupport/ELF: Add EM_AMDGPU
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Rafael EspindolaReplace EM_486 with EM_IAMCU.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 James Y Knight[SPARC] Repair GOT references to internal symbols.
2015-06-17 Alex LorenzRevert r239972 (YAML: Assign a value returned by the...
2015-06-17 Alex LorenzYAML: Assign a value returned by the default constructo...
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Rui Ueyama[Support][Endian] Define |= and &= for u{big,little...
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-08 Pete CooperMove all of the MCSymbol COFF flags logic in to MCSymbo...
2015-06-08 Pete CooperMove COFF Type in to the MCSymbolCOFF class.
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Justin BognerInstrProf: Fix reading of consecutive 32 bit coverage...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-03 Colin LeMahieu[Hexagon] Reapply 238772 OSABI was not correctly set...
next