summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...Eli Friedman2011-12-22
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-21
* Fixes a potential compilation error.Manuel Klimek2011-12-20
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-20
* Addressing style issues in JSON parser.Manuel Klimek2011-12-20
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* APInt: update asserts for base-36Dylan Noblesmith2011-12-16
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-13
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Cleanup whitespace.Michael J. Spencer2011-12-13
* Hexagon backend supportTony Linthicum2011-12-12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-07
* Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky2011-12-05
* Fix unreachable return & simplify some branches.David Blaikie2011-12-01
* Autodetect bulldozers.Benjamin Kramer2011-12-01
* Add some missing anchors.David Blaikie2011-12-01
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-29
* Don't define these unless we plan to use them.Nick Lewycky2011-11-28
* Add back a line I deleted by accident in r145141. Fixes uninitialized variab...Eli Friedman2011-11-28
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-28
* Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman2011-11-26
* Make ConstantRange::truncate a bit more efficient.Benjamin Kramer2011-11-24
* Correctly byte-swap APInts with bit-widths greater than 64.Richard Smith2011-11-23
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* Turn error recovery into an assert.Benjamin Kramer2011-11-22
* Move WEAK marking to the declaration.Nick Lewycky2011-11-15
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-15
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-14
* Fix a typo.Benjamin Kramer2011-11-06
* ADT/StringRef: Add ::lower() and ::upper() methods.Daniel Dunbar2011-11-06
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-06
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* Remove the Alpha backend.Dan Gohman2011-10-27
* BlockFrequency: Use a smarter overflow check.Benjamin Kramer2011-10-27
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-24