index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support/ADT/StringRef: Add find_last_of.
Michael J. Spencer
2010-11-30
1
-0
/
+15
*
PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void.
Jay Foad
2010-11-30
1
-6
/
+3
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
4
-0
/
+522
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
16
-16
/
+16
*
Missed a spot.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
69
-36
/
+7414
*
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
1
-4
/
+2
*
Remove PIC16 remnants.
Benjamin Kramer
2010-11-27
1
-5
/
+0
*
raw_ostream::write_escaped: Add a UseHexEscapes argument.
Daniel Dunbar
2010-11-27
1
-6
/
+15
*
Fix Whitespace.
Michael J. Spencer
2010-11-26
2
-27
/
+27
*
Move tree navigation to a new Path class that doesn't have to be a template.
Jakob Stoklund Olesen
2010-11-26
1
-1
/
+102
*
add a MemoryBuffer::getOpenFile method, which turns an open
Chris Lattner
2010-11-23
1
-0
/
+7
*
Revert functionality doug added in r98575 that was never
Chris Lattner
2010-11-23
1
-15
/
+11
*
Fix a use after free. Patch by Frits van Bommel.
Rafael Espindola
2010-11-19
1
-6
/
+9
*
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
2
-0
/
+61
*
Revert "Add ADT/IntervalMap.", GCC doesn't like it.
Jakob Stoklund Olesen
2010-11-19
2
-61
/
+0
*
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
2
-0
/
+61
*
Aligned and unaligned copies of the same string
Dale Johannesen
2010-11-19
1
-7
/
+22
*
Bounds-check APInt's operator[].
Dan Gohman
2010-11-18
1
-0
/
+1
*
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-17
1
-2
/
+1
*
report_fatal_error: Simplify a possible ambiguity.
Daniel Dunbar
2010-11-13
1
-0
/
+4
*
Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o...
Ted Kremenek
2010-11-07
1
-5
/
+6
*
CrashRecoveryContext: Add RunSafelyOnThread helper function.
Daniel Dunbar
2010-11-05
1
-0
/
+23
*
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-03
1
-7
/
+8
*
Print an error as one big string instead of breaking it up.
Dan Gohman
2010-11-03
1
-3
/
+3
*
Revert r118057, this is better fixed in appendSuffix itself.
Mikhail Glushenkov
2010-11-02
1
-3
/
+1
*
Don't append a dot on platforms which don't use exe suffixes.
Dan Gohman
2010-11-02
1
-1
/
+3
*
FindExecutable: remove the executability check.
Mikhail Glushenkov
2010-11-02
1
-16
/
+6
*
Fix these error messages to be less confusing. These error
Dan Gohman
2010-10-29
1
-9
/
+5
*
Remove an unnecessary check and an unnecessary temporary.
Mikhail Glushenkov
2010-10-28
1
-3
/
+2
*
Extend StringRef's edit-distance algorithm to permit an upper bound on the al...
Douglas Gregor
2010-10-19
1
-1
/
+8
*
lib/Support/raw_ostream.cpp: Fix Cygwin's build.
NAKAMURA Takumi
2010-10-19
1
-0
/
+4
*
CrashRecoveryContext: Add missing return, so that the signal fires after we our
Daniel Dunbar
2010-10-18
1
-0
/
+3
*
Build with RTTI and exceptions disabled. Only in GCC for now.
Oscar Fuentes
2010-10-17
1
-0
/
+3
*
Always use binary mode for output stream. This is important to prevent unwant...
Francois Pichet
2010-10-14
1
-0
/
+13
*
fix a bug I introduced, no idea how this didn't repro right.
Chris Lattner
2010-10-14
1
-2
/
+2
*
add uadd_ov/usub_ov to apint, consolidate constant folding
Chris Lattner
2010-10-14
1
-0
/
+12
*
constify these methods.
Chris Lattner
2010-10-13
1
-5
/
+5
*
add a few operations for signed operations that also
Chris Lattner
2010-10-13
1
-0
/
+46
*
Unbreak cmake build.
John Thompson
2010-10-07
1
-0
/
+1
*
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
2
-32
/
+43
*
After printing "Running 'Graphviz' program... " and running the
Dan Gohman
2010-10-05
1
-6
/
+10
*
Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. This
Benjamin Kramer
2010-09-30
1
-0
/
+6
*
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
1
-2
/
+0
*
Make ConstantRange::makeICmpRegion handle all the edge cases properly. This
Nick Lewycky
2010-09-28
1
-10
/
+28
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
1
-8
/
+8
*
Delete an unused declaration.
Dan Gohman
2010-09-27
1
-2
/
+0
*
Add support for viewing graphviz graphs with xdot.py.
Dan Gohman
2010-09-27
1
-0
/
+26
*
Add better support for environment portion of triple. Original patch by
Duncan Sands
2010-09-16
1
-6
/
+32
*
Some versions of gcc still warn about "ignoring return value ... declared
Duncan Sands
2010-09-16
1
-1
/
+2
[next]