aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* APInt: update asserts for base-36Dylan Noblesmith2011-12-161-1/+5
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-162-0/+222
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-132-14/+126
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-134-12/+20
* Cleanup whitespace.Michael J. Spencer2011-12-132-4/+4
* Hexagon backend supportTony Linthicum2011-12-121-0/+7
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-123-65/+0
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-122-83/+51
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-123-0/+65
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-124-59/+80
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-082-9/+11
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-071-0/+3
* Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky2011-12-051-0/+3
* Fix unreachable return & simplify some branches.David Blaikie2011-12-011-9/+5
* Autodetect bulldozers.Benjamin Kramer2011-12-011-0/+2
* Add some missing anchors.David Blaikie2011-12-011-0/+3
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-292-2/+12
* Don't define these unless we plan to use them.Nick Lewycky2011-11-281-0/+2
* Add back a line I deleted by accident in r145141. Fixes uninitialized variab...Eli Friedman2011-11-281-0/+1
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-284-7/+7
* Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman2011-11-261-49/+36
* Make ConstantRange::truncate a bit more efficient.Benjamin Kramer2011-11-241-4/+2
* Correctly byte-swap APInts with bit-widths greater than 64.Richard Smith2011-11-231-17/+26
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-221-0/+7
* Turn error recovery into an assert.Benjamin Kramer2011-11-221-6/+1
* Move WEAK marking to the declaration.Nick Lewycky2011-11-151-6/+6
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-151-6/+6
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-142-1/+18
* Fix a typo.Benjamin Kramer2011-11-061-1/+1
* ADT/StringRef: Add ::lower() and ::upper() methods.Daniel Dunbar2011-11-061-0/+26
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-061-1/+1
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-1/+1
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+22
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-014-8/+8
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-012-6/+2
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-013-23/+0
* Remove the Alpha backend.Dan Gohman2011-10-271-7/+0
* BlockFrequency: Use a smarter overflow check.Benjamin Kramer2011-10-271-4/+8
* Remove the Blackfin backend.Dan Gohman2011-10-251-7/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-5/+0
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-241-18/+9
* Print branch probabilities as percentages.Benjamin Kramer2011-10-231-3/+3
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-231-7/+0
* Fix build on mingw-w64.Anton Korobeynikov2011-10-211-6/+8
* Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...David Meyer2011-10-201-1/+0
* Fix handling of the From parameter in StringRef::find.Benjamin Kramer2011-10-171-2/+5
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-162-17/+12
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-161-11/+8
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-16/+22