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
/
include
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
newline at end of phile
Chris Lattner
2008-12-09
1
-1
/
+2
*
pred_iterator got a lot slower since use-diet landed. This is a
Chris Lattner
2008-12-09
1
-0
/
+56
*
Have raw_fd_ostream keep track of the position in the file to make tell() go ...
Ted Kremenek
2008-12-04
1
-1
/
+4
*
Add 'tell' method to raw_fd_ostream that clients can use to query the current...
Ted Kremenek
2008-11-26
1
-1
/
+4
*
change AnnotationManager to use 'const char*' instead of std::string. this fi...
Nuno Lopes
2008-11-26
1
-4
/
+3
*
Roll back rev 59890, since Chris says this can never happen.
Scott Michel
2008-11-23
1
-1
/
+1
*
Check for NULL before traversing the isa<> type hierarchy checking with a
Scott Michel
2008-11-22
1
-1
/
+1
*
add a write method.
Chris Lattner
2008-11-19
1
-0
/
+6
*
add a new m_Specific pattern that matches only if we have a specific Value*.
Chris Lattner
2008-11-16
1
-0
/
+15
*
add a new template for matching a select between two constants.
Chris Lattner
2008-11-16
1
-0
/
+11
*
Clean up some strange whitespace.
Nick Lewycky
2008-11-15
1
-7
/
+6
*
Add Binary flag to raw_fd_ostream constructor.
Daniel Dunbar
2008-11-13
1
-1
/
+6
*
Symbol visibility is unsupported on cygwin too.
asl
2008-10-31
1
-1
/
+1
*
Canonicalize sext(i1) to i1?-1:0, and update various instcombine
Dan Gohman
2008-10-30
1
-0
/
+46
*
Revert r58411. The user needs to #define this when using the JITMemoryManager...
Bill Wendling
2008-10-30
1
-0
/
+5
*
Revert part of r58048. It was breaking on SnowLeopard claiming that
Bill Wendling
2008-10-30
1
-5
/
+0
*
Fix the name of the include guard to match the filename.
Dan Gohman
2008-10-28
1
-2
/
+2
*
CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
Oscar Fuentes
2008-10-25
1
-0
/
+13
*
Added raw_fd_ostream::close().
Ted Kremenek
2008-10-23
1
-0
/
+3
*
Changes to make the Windows build work...
Steve Naroff
2008-10-23
1
-3
/
+13
*
Introduce INT64_C macro and unbreak LLVM on MSVC.
Argiris Kirtzidis
2008-10-23
1
-0
/
+3
*
Clear raw_fd_ostream error string on success and explain behavior in
Daniel Dunbar
2008-10-21
1
-4
/
+5
*
Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback.
Daniel Dunbar
2008-10-02
1
-2
/
+2
*
Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper methods.
Daniel Dunbar
2008-09-27
1
-0
/
+17
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-3
/
+3
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-2
/
+2
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+134
*
plug memleak: destroy internal buffer
Nuno Lopes
2008-09-02
1
-1
/
+4
*
Add DebugInfoBuilder. Patch by Talin!
Evan Cheng
2008-08-27
1
-0
/
+151
*
Grammar fix.
Ted Kremenek
2008-08-26
1
-1
/
+1
*
Added "str()" method to raw_string_ostream.
Ted Kremenek
2008-08-26
1
-0
/
+7
*
Add raw_stream adaptors that write into an std::string and SmallVector/SmallS...
Chris Lattner
2008-08-23
1
-1
/
+31
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
2
-7
/
+5
*
Split format() out to its own file, add support for formatting
Chris Lattner
2008-08-23
2
-59
/
+156
*
conditionalize this to work on windows, untested but it should work
Chris Lattner
2008-08-23
1
-0
/
+5
*
add a simple mechanism for formatted output. This gives raw_ostream's
Chris Lattner
2008-08-23
1
-5
/
+66
*
Also overload for char, since the "char" type depends on the host.
Nicolas Geoffray
2008-08-22
1
-0
/
+7
*
Overload for both signed and unsigned char.
Owen Anderson
2008-08-22
1
-1
/
+8
*
Move non-trivial methods out of line to avoid code-size bloat.
Owen Anderson
2008-08-21
1
-87
/
+5
*
Implement operator<< in terms of basic types rather than [u]int*_t, which is ...
Owen Anderson
2008-08-21
1
-7
/
+35
*
Remove size_t operator; this unbreaks the build on Linux. Committing on
Eli Friedman
2008-08-21
1
-5
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-1
/
+34
*
add raw_ostream method for emitting an unsigned.
Chris Lattner
2008-08-19
1
-0
/
+17
*
Don't require Registry specializations to define random static variables.
Gordon Henriksen
2008-08-17
1
-2
/
+15
*
Make it compile on VC2005:
Cédric Venet
2008-08-17
1
-0
/
+5
*
Fix build on GCC 4.3.
Nick Lewycky
2008-08-17
1
-0
/
+2
*
add support for a cout/cerr analog (outs()/errs()) as well as
Chris Lattner
2008-08-17
1
-1
/
+28
*
rename OutputData to 'write' to match ostream.
Chris Lattner
2008-08-17
1
-2
/
+2
*
remove accidental comment.
Chris Lattner
2008-08-17
1
-1
/
+1
*
add a new raw_ostream class which is an extremely high performance ostream that
Chris Lattner
2008-08-17
1
-0
/
+170
[next]