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-05-24
Fix -Wcovered-switch-default warning.
Patrik Hägglund
2012-05-18
fix corner case in ConstantRange::intersectWith().
Nuno Lopes
2012-05-14
[Support/YAMLParser] Use rtrim on plain scalars.
Michael J. Spencer
2012-05-11
[Support/StringRef] Add find_last_not_of and {r,l,}trim.
Michael J. Spencer
2012-05-11
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-09
Set the default iOS version to 3.0.
Chad Rosier
2012-05-09
Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.
Bob Wilson
2012-05-09
Don't return true on a function with a void return type.
Chad Rosier
2012-05-09
Add Triple::getiOSVersion.
Chad Rosier
2012-05-08
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-05-08
[Support] Fix sys::GetRandomNumber() to always use a high quality seed.
Daniel Dunbar
2012-05-08
Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.
NAKAMURA Takumi
2012-05-07
Don't assume size_t is unsigned long long.
Matt Beaumont-Gay
2012-05-06
make SourceMgr tolerate empty SMLoc()'s better.
Chris Lattner
2012-05-06
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...
NAKAMURA Takumi
2012-05-05
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
refactor some code to expose column numbers more and make diagnostic printing...
Chris Lattner
2012-05-05
[Support] Add missing include.
Daniel Dunbar
2012-05-05
[Support] Fix up comments.
Daniel Dunbar
2012-05-05
[Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.
Daniel Dunbar
2012-05-05
[Support] Add sys::Process::GetRandomNumber().
Daniel Dunbar
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-02
Change the Intel Atom detection code to recognize
Preston Gurd
2012-05-01
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-04-27
[Support/YAMLParser] Fix ASan found bugs.
Michael J. Spencer
2012-04-26
[Support/YAML] Properly fix unitialized variable warning by inserting a
Michael J. Spencer
2012-04-23
Add a missing cpu subtype.
Evan Cheng
2012-04-23
[Support/Unix] Unconditionally include time.h.
Michael J. Spencer
2012-04-23
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-23
Don't die with an assertion if the Result bitwidth is already correct. This
Chris Lattner
2012-04-22
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-21
No need for "else if" after a return. Autosense "0o123" as octal in
Chris Lattner
2012-04-21
move Signals to .rodata
Nuno Lopes
2012-04-21
YAMLParser: silence warning about tautological comparison on unsigned-char pl...
Benjamin Kramer
2012-04-18
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...
Benjamin Kramer
2012-04-18
fix error check in assert
Seth Cantrell
2012-04-17
C++ has newlines at the end of files (including include files).
David Blaikie
2012-04-17
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-04-16
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-11
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-04-11
FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...
Benjamin Kramer
2012-04-05
In MemoryBuffer::getOpenFile() make sure that the buffer is null-terminated if
Argyrios Kyrtzidis
2012-04-04
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-03
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
[prev]
[next]