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-11-29
Merge System into Support.
Michael J. Spencer
2010-11-28
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-27
Remove PIC16 remnants.
Benjamin Kramer
2010-11-27
raw_ostream::write_escaped: Add a UseHexEscapes argument.
Daniel Dunbar
2010-11-26
Fix Whitespace.
Michael J. Spencer
2010-11-26
Move tree navigation to a new Path class that doesn't have to be a template.
Jakob Stoklund Olesen
2010-11-23
add a MemoryBuffer::getOpenFile method, which turns an open
Chris Lattner
2010-11-23
Revert functionality doug added in r98575 that was never
Chris Lattner
2010-11-19
Fix a use after free. Patch by Frits van Bommel.
Rafael Espindola
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
Revert "Add ADT/IntervalMap.", GCC doesn't like it.
Jakob Stoklund Olesen
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
Aligned and unaligned copies of the same string
Dale Johannesen
2010-11-18
Bounds-check APInt's operator[].
Dan Gohman
2010-11-17
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-13
report_fatal_error: Simplify a possible ambiguity.
Daniel Dunbar
2010-11-07
Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o...
Ted Kremenek
2010-11-05
CrashRecoveryContext: Add RunSafelyOnThread helper function.
Daniel Dunbar
2010-11-03
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-03
Print an error as one big string instead of breaking it up.
Dan Gohman
2010-11-02
Revert r118057, this is better fixed in appendSuffix itself.
Mikhail Glushenkov
2010-11-02
Don't append a dot on platforms which don't use exe suffixes.
Dan Gohman
2010-11-02
FindExecutable: remove the executability check.
Mikhail Glushenkov
2010-10-29
Fix these error messages to be less confusing. These error
Dan Gohman
2010-10-28
Remove an unnecessary check and an unnecessary temporary.
Mikhail Glushenkov
2010-10-19
Extend StringRef's edit-distance algorithm to permit an upper bound on the al...
Douglas Gregor
2010-10-19
lib/Support/raw_ostream.cpp: Fix Cygwin's build.
NAKAMURA Takumi
2010-10-18
CrashRecoveryContext: Add missing return, so that the signal fires after we our
Daniel Dunbar
2010-10-17
Build with RTTI and exceptions disabled. Only in GCC for now.
Oscar Fuentes
2010-10-14
Always use binary mode for output stream. This is important to prevent unwant...
Francois Pichet
2010-10-14
fix a bug I introduced, no idea how this didn't repro right.
Chris Lattner
2010-10-14
add uadd_ov/usub_ov to apint, consolidate constant folding
Chris Lattner
2010-10-13
constify these methods.
Chris Lattner
2010-10-13
add a few operations for signed operations that also
Chris Lattner
2010-10-07
Unbreak cmake build.
John Thompson
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
2010-10-05
After printing "Running 'Graphviz' program... " and running the
Dan Gohman
2010-09-30
Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. This
Benjamin Kramer
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
Make ConstantRange::makeICmpRegion handle all the edge cases properly. This
Nick Lewycky
2010-09-27
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
Delete an unused declaration.
Dan Gohman
2010-09-27
Add support for viewing graphviz graphs with xdot.py.
Dan Gohman
2010-09-16
Add better support for environment portion of triple. Original patch by
Duncan Sands
2010-09-16
Some versions of gcc still warn about "ignoring return value ... declared
Duncan Sands
2010-09-07
Create PTX backend. Patch by Che-Liang Chiou!
Nick Lewycky
2010-09-07
Add completely hokey binary-and and binary-or operations to ConstantRange and
Nick Lewycky
2010-09-06
Add a new isSignWrappedSet() method to ConstantRange.
Nick Lewycky
2010-09-02
Use the FindProgramByName fallback only with known absolute paths.
Dan Gohman
2010-09-02
After some discussion with djg, teach SmallVector to grow from a zero
John McCall
[next]