index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-03
Conform to the style guide; remove 'else' after 'return'. Also remove an extra
Nick Lewycky
2011-12-27
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...
Eli Friedman
2011-12-21
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-20
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-16
APInt: update asserts for base-36
Dylan Noblesmith
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-13
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
Cleanup whitespace.
Michael J. Spencer
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-08
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-07
Adding missing anchor to DATDeltaAlgorithm.
David Blaikie
2011-12-05
Silence tsan false-positives (tsan can't track things which are only safe due to
Nick Lewycky
2011-12-01
Fix unreachable return & simplify some branches.
David Blaikie
2011-12-01
Autodetect bulldozers.
Benjamin Kramer
2011-12-01
Add some missing anchors.
David Blaikie
2011-11-29
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
2011-11-28
Don't define these unless we plan to use them.
Nick Lewycky
2011-11-28
Add back a line I deleted by accident in r145141. Fixes uninitialized variab...
Eli Friedman
2011-11-28
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-26
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-24
Make ConstantRange::truncate a bit more efficient.
Benjamin Kramer
2011-11-23
Correctly byte-swap APInts with bit-widths greater than 64.
Richard Smith
2011-11-22
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-22
Turn error recovery into an assert.
Benjamin Kramer
2011-11-15
Move WEAK marking to the declaration.
Nick Lewycky
2011-11-15
Fix linking for some users who already have tsan enabled code and are trying to
Nick Lewycky
2011-11-14
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
Nick Lewycky
2011-11-06
Fix a typo.
Benjamin Kramer
2011-11-06
ADT/StringRef: Add ::lower() and ::upper() methods.
Daniel Dunbar
2011-11-06
Return only the least significant 8 bits of the exit status from
Peter Collingbourne
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-11-01
Remove a couple unused methods. PR11201.
Eli Friedman
2011-10-27
Remove the Alpha backend.
Dan Gohman
[next]