Add 'const' to a few more functions in MachineFrameInfo
[oota-llvm.git] / include / llvm / Support /
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...
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-06-01 Rafael EspindolaRevert "[Hexagon] Adding basic ELF relocation generatio...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-28 Chris BienemanFixing broken bots after r238505.
2015-05-28 Chris BienemanFixing the polly build.
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...
next