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
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
2011-10-27
BlockFrequency: Use a smarter overflow check.
Benjamin Kramer
2011-10-25
Remove the Blackfin backend.
Dan Gohman
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-24
Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...
NAKAMURA Takumi
2011-10-23
Print branch probabilities as percentages.
Benjamin Kramer
2011-10-23
Add compare operators to BranchProbability and use it to determine if an edge...
Benjamin Kramer
2011-10-21
Fix build on mingw-w64.
Anton Korobeynikov
2011-10-20
Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...
David Meyer
2011-10-17
Fix handling of the From parameter in StringRef::find.
Benjamin Kramer
2011-10-16
Let printf do the formatting instead aligning strings ourselves.
Benjamin Kramer
2011-10-16
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-15
Add a bad char heuristic to StringRef::find.
Benjamin Kramer
2011-10-15
Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...
NAKAMURA Takumi
[prev]
[next]