summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-08
* GraphWriter: try gv before xdg-openAlp Toker2014-06-04
* GraphWriter: support the XDG open utilityAlp Toker2014-06-04
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-03
* Silence -Wreturn-type warningAlp Toker2014-06-02
* GraphWriter: tweak the program fallback orderAlp Toker2014-06-02
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-02
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-02
* Fix typosAlp Toker2014-05-31
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* Fix windows build.Rafael Espindola2014-05-31
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...Bradley Smith2014-05-23
* Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith2014-05-22
* Clean up language and grammar.Eric Christopher2014-05-20
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-19
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-09
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-09
* [Support/MemoryBuffer] Remove the assertion that the file size did not shrink.Argyrios Kyrtzidis2014-05-06
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...Argyrios Kyrtzidis2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner2014-05-06
* [Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...Argyrios Kyrtzidis2014-05-06
* [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...Argyrios Kyrtzidis2014-05-05
* Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.Kaelyn Takata2014-05-05
* Add a description for AMD's bdver4 (aka Excavator).Benjamin Kramer2014-05-02
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* BranchProb: Simplify printing codeDuncan P. N. Exon Smith2014-04-29
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-29
* Support: remove unnecessary namespaceDuncan P. N. Exon Smith2014-04-29
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-28
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-28
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-27
* cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename()...NAKAMURA Takumi2014-04-23
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARMChandler Carruth2014-04-21
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* ManagedStatic is never built with a null constructor, remove support for it.David Blaikie2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-14