index
:
external_llvm
replicant-6.0
external/llvm
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
*
StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,
Chris Lattner
2007-02-05
1
-22
/
+11
*
Use unsigned char& instead of std::vector<>::reference.
Bill Wendling
2007-02-05
1
-4
/
+2
*
Added some accessor methods.
Bill Wendling
2007-02-03
1
-0
/
+9
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
2
-17
/
+16
*
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
1
-1
/
+19
*
Fix a homonymo in a comment.
Reid Spencer
2007-02-01
1
-1
/
+1
*
Add PrintVersionMessage() that tools can use to print version number
Devang Patel
2007-02-01
1
-0
/
+1
*
Moved disassembler to libSystem
Anton Korobeynikov
2007-01-23
1
-36
/
+0
*
For PR970:
Reid Spencer
2007-01-21
1
-31
/
+0
*
Adding disassembler interface and external hook to udis86 library.
Anton Korobeynikov
2007-01-19
1
-0
/
+36
*
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-18
1
-6
/
+5
*
Refactored output buffer methods from MachO and ELF writers.
Bill Wendling
2007-01-17
1
-0
/
+146
*
For PR1043:
Zhou Sheng
2007-01-11
2
-8
/
+7
*
The previous implementation of LLVM Streams wasn't removing symbols. This
Bill Wendling
2007-01-03
2
-7
/
+1
*
For PR950:
Reid Spencer
2006-12-23
3
-16
/
+57
*
Doxgenate comments.
Chris Lattner
2006-12-19
1
-74
/
+84
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
3
-6
/
+11
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-1
/
+1
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
6
-31
/
+47
*
Ignoring the upper 32 bits of a 64 bit constant is not a good thing.
Jim Laskey
2006-12-06
1
-4
/
+4
*
add a helper to call llvm_shutdown()
Chris Lattner
2006-12-06
1
-0
/
+8
*
Start moving pass registration over to using the ManagedStatic mechanism.
Chris Lattner
2006-12-01
1
-8
/
+0
*
remove 'target constructor' support.
Chris Lattner
2006-12-01
1
-2
/
+1
*
Get the delegation right for InstVisitor.
Reid Spencer
2006-11-29
1
-1
/
+13
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
1
-0
/
+1
*
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-28
1
-0
/
+4
*
Protect against null streams.
Bill Wendling
2006-11-27
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-27
2
-35
/
+2
*
Add method that will take a function pointer so that it can handle things
Bill Wendling
2006-11-26
1
-0
/
+7
*
For PR950:
Reid Spencer
2006-11-20
1
-0
/
+3
*
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-11-17
4
-31
/
+13
*
Added wrappers for the std::cerr/std::cout objects. The wrappers will
Bill Wendling
2006-11-17
1
-0
/
+47
*
#ifndef NDEBUG the "if (Stream) ..." stuff.
Bill Wendling
2006-11-17
1
-0
/
+2
*
Adjusted the // comments so that doxygen picks them up.
Bill Wendling
2006-11-17
1
-7
/
+7
*
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-17
1
-0
/
+30
*
math.h creates ambiguity
Jim Laskey
2006-11-09
1
-0
/
+4
*
math.h for C's sake.
Jim Laskey
2006-11-09
1
-1
/
+1
*
Make sure <cmath> comes first
Jim Laskey
2006-11-08
1
-0
/
+2
*
Add backup support for HUGH_VALF.
Jim Laskey
2006-11-08
1
-0
/
+4
*
For PR950:
Reid Spencer
2006-11-08
1
-3
/
+43
*
Fix a small bug noticed on code review.
Reid Spencer
2006-11-06
1
-1
/
+1
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-0
/
+1
*
For PR950:
Reid Spencer
2006-11-02
1
-2
/
+14
*
Add a new llvm::Allocator abstraction, which will be used by a container
Chris Lattner
2006-10-29
1
-0
/
+48
*
For PR950:
Reid Spencer
2006-10-26
1
-2
/
+14
*
simplify trivial function
Chris Lattner
2006-10-12
1
-5
/
+1
*
Fix usage example.
Nick Lewycky
2006-10-09
1
-1
/
+1
*
Add ability to annotate (color) nodes in a viewGraph.
Jim Laskey
2006-10-02
2
-2
/
+4
*
new helper class to provide more explicit management of static ctor/dtors.
Chris Lattner
2006-09-28
1
-0
/
+79
*
Add support for pattern matching cast operations
Chris Lattner
2006-09-18
1
-0
/
+33
[next]