Support standard DWARF TLS opcode; Darwin and PS4 use it.
[oota-llvm.git] / lib / Support /
2015-03-03 Dan AlbertMake Triple::getOSVersion make sense for Android.
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-02-28 Zachary Turner[raw_ostream] When printing color on Windows, use corre...
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-02-26 Reid KlecknerUse wider type for overflow check on LLP64 platforms...
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-23 Benjamin KramerSync the __builtin_expects for our 3 quadratically...
2015-02-21 Davide ItalianoSmall cleanup. Don't use else when not needed.
2015-02-19 Chris BienemanChecking if TARGET_OS_IPHONE is defined isn't good...
2015-02-19 Ben LangmuirAssume the original file is created before release...
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-19 Dmitri GribenkoProvide the same ABI regardless of NDEBUG
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-16 Aaron BallmanWe require MSVC 1800 as our minimum, so these checks...
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-13 Chris BienemanFixing broken bots.
2015-02-13 Chris BienemanNFC. Moving the RegisteredOptionCategories global into...
2015-02-13 Chris BienemanNFC. clang-format wants to change this from two lines...
2015-02-13 Chris BienemanNFC. More code cleanup making LookupOption a member...
2015-02-13 Reid KlecknerTriple: Make setEnvironment not override the object...
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 Tim NorthoverTriple: refactor redundant code.
2015-02-12 Zachary TurnerRevert "Change Path::filename_pos() to skip the drive...
2015-02-11 Zachary TurnerChange Path::filename_pos() to skip the drive letter.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-10 Bradley Smith[ARM] Add armv6s[-]m as an alias to armv6[-]m
2015-02-10 Zachary TurnerTeach llvm_add_library() to find include dirs.
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-08 Zachary TurnerMake UTF8->UTF16 conversion null terminate output on...
2015-02-07 Joerg SonnenbergerAvoid integer overflows around realloc calls resulting...
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 Duncan P. N. Exon... Support: Stop stringifying DW_ATE_{lo,hi}_user
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-06 Duncan P. N. Exon... Support: Stop stringifying DW_LANG_{lo,hi}_user
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
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-02-03 Duncan P. N. Exon... Support: Stop stringifying DW_TAG_{lo,hi}_user
2015-01-30 Chris BienemanNFC. Making printOptionValues an API on the parser...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 Chris BienemaniOS doesn't have crt_externs.h available, so we fall...
2015-01-29 Aaron BallmanAll signal handlers are required to have C language...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-29 NAKAMURA TakumiCommandLineParser: Avoid non-static member nitializer(s).
2015-01-29 Owen AndersonFix the preprocessor checks used to determine if backtr...
2015-01-29 Owen AndersonUse the existing build configuration parameter ENABLE_B...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2015-01-28 Chandler Carruth[LPM] Fix the PPC attribute to be spelled 'global-dynam...
2015-01-28 Chris BienemanBuild fix for Visual Studio. NFC.
2015-01-28 Chandler Carruth[LPM] Try to work around a bug with local-dynamic TLS...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-28 Colin LeMahieu[Hexagon] Replacing intrinsics for halfword adds and...
2015-01-28 Chandler Carruth[LPM] Rip all of ManagedStatic and ThreadLocal out...
2015-01-27 Petar Jovanovic[mips] Use __clear_cache builtin instead of cacheflush()
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 Zachary TurnerHave the UTF conversion wrappers append a null terminator.
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. NFC ®
2015-01-26 Michael J. Spencer[Support][Windows] Disable error dialog boxes when...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-26 Joerg SonnenbergerThe canonical CPU variant for ARM according to config...
2015-01-25 Alex RosenbergAdd the triple for the Sony Playstation®4.
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Yunzhong GaoIf we see UTF-8 BOM sequence at the beginning of a...
2015-01-23 Michael J. Spencer[Object][ELF] Test unknown type.
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-21 Yaron KerenAdd missing include guards to WindowsSupport.h.
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-13 Chris BienemanRunning clang-format on CommandLine.h and CommandLine...
2015-01-06 Tom StellardTriple: Add amdgcn triple
2015-01-04 Lang Hames[APFloat][ADT] Fix sign handling logic for FMA results...
2014-12-29 Alexey SamsonovRemove unnecessary StringRef->std::string conversion.
2014-12-18 Juergen RibutzkaAdd missing implementation of 'sys::path::is_other...
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-17 Rafael EspindolaRemove a debugging assert.
2014-12-17 Rafael EspindolaFix the windows build.
2014-12-17 Rafael EspindolaRefactor and simplify the code reading /proc/cpuinfo...
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: Move Unix-specific code out of Support...
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
next