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
2010-03-06
make APFloat::toString be const.
Chris Lattner
2010-03-05
add an assertion requested on llvmdev.
Chris Lattner
2010-03-01
Don't potentially read past the end of the fill data when making a NaN from
John McCall
2010-02-28
Properly clear all the extra bits in a significand when making a NaN from an
John McCall
2010-02-28
Add an override to StringRef::getAsInteger which parses into an APInt.
John McCall
2010-02-28
Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width
John McCall
2010-02-26
Make APFloat's string-parsing routines a bit safer against very large exponents.
John McCall
2010-02-26
Replace a temporary std::string with SmallString.
Benjamin Kramer
2010-02-23
Adding the MicroBlaze backend.
Wesley Peck
2010-02-23
Fix viewCFG on Linux.
Jeffrey Yasskin
2010-02-22
Fix various doxygen warnings.
Dan Gohman
2010-02-18
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
2010-02-17
Add Regex::sub, for doing regular expression substitution with backreferences.
Daniel Dunbar
2010-02-15
enhance raw_svector_ostream::write_impl to work with unbuffered streams,
Chris Lattner
2010-02-15
make PadToColumn return the stream so you can use:
Chris Lattner
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-04
add support for the sparcv9-*-* target triple to turn on
Chris Lattner
2010-02-03
Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits
John McCall
2010-01-29
Fix MSVC build.
Benjamin Kramer
2010-01-29
Convert some users of ftostr to raw_ostream.
Benjamin Kramer
2010-01-29
Use llvm::format instead of ftostr (which just calls sprintf).
Benjamin Kramer
2010-01-28
Replace strcpy with memcpy when we have the length around anyway.
Benjamin Kramer
2010-01-27
Make SMDiagnostic::Print a const method.
Mikhail Glushenkov
2010-01-27
Trailing whitespace.
Mikhail Glushenkov
2010-01-26
Fix a typo that several people pointed out. Also, address the case of
Dan Gohman
2010-01-26
Add a comment about a missed opportunity.
Dan Gohman
2010-01-26
Print empty and full sets specially.
Dan Gohman
2010-01-22
Changes to fix buffering that I forgot to commit with previous patch.
Chris Lattner
2010-01-22
add a new MCAsmStreamer::GetCommentOS method to simplify stuff
Chris Lattner
2010-01-21
Avoid printing a spurious semicolon when there is no filename.
Dan Gohman
2010-01-20
Fix an infinite recursion problem. dbgs() should return errs() in
David Greene
2010-01-18
Fix refacto reported by Nicolas Geoffray.
Benjamin Kramer
2010-01-16
Temporarily revert r93581. It was causing failures in the ExecutionEngine tests
Bill Wendling
2010-01-15
BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...
Ted Kremenek
2010-01-13
Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the
Benjamin Kramer
2010-01-11
Remove unused string functions.
Benjamin Kramer
2010-01-11
Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.
Benjamin Kramer
2010-01-11
Turns out llvm-gcc still uses SplitString with a vector. Add it back until I
Benjamin Kramer
2010-01-11
Reimplement getToken and SplitString as "StringRef helper functions"
Benjamin Kramer
2010-01-09
Suppress use of uninitialized variable warning.
Duncan Sands
2010-01-07
More trivial optimizations to a function well outside the critical path
Douglas Gregor
2010-01-07
Switch StringRef::edit_distance over to using raw pointers, since both
Douglas Gregor
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
[next]