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
2013-01-18
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-14
Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...
Timur Iskhodzhanov
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-11
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
Jordan Rose
2013-01-10
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-08
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Split changeset_ty using iterators instead of loops.
Lenny Maiorani
2013-01-08
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-07
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-05
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-04
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
Chandler Carruth
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
Delete a cut/paste-o from r171290. Very sorry about the noise.
Chandler Carruth
2012-12-31
Suppress a MSVC warning complaining about the code working as intended.
Chandler Carruth
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-25
Fix whitespace. No functionality change.
Nick Lewycky
2012-12-22
Don't call back() on an empty SmallVector. Found by -fsanitize=enum!
Richard Smith
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-13
Define getHostCPUFeatures for ARM Linux platform
Hao Liu
2012-12-12
YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...
Benjamin Kramer
2012-12-12
Fix calls to getAsSignedInteger() to use long long - not int64_t
Nick Kledzik
2012-12-12
Fix the build on case sensitive file systems.
Benjamin Kramer
2012-12-12
Initial implementation of a utility for converting native data
Nick Kledzik
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-03
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
[Support][FileSystem] Fix open mode in resize_file on Windows.
Michael J. Spencer
2012-12-03
Revert the header sort on this file.
Michael J. Spencer
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Add support for fission attributes/forms/operations -> string.
Eric Christopher
2012-11-30
Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it
Alexey Samsonov
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
[prev]
[next]