index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
Age
Commit message (
Expand
)
Author
2007-02-20
add a way to register an arbitrary cleanup function.
Chris Lattner
2007-02-13
I love non-deturminism. Returning objects with references to stack objects i...
Andrew Lenharth
2007-02-11
Fix comments to match names of functions.
Nick Lewycky
2007-02-10
add helper method.
Chris Lattner
2007-02-05
StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,
Chris Lattner
2007-02-05
Use unsigned char& instead of std::vector<>::reference.
Bill Wendling
2007-02-03
Added some accessor methods.
Bill Wendling
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
Fix a homonymo in a comment.
Reid Spencer
2007-02-01
Add PrintVersionMessage() that tools can use to print version number
Devang Patel
2007-01-23
Moved disassembler to libSystem
Anton Korobeynikov
2007-01-21
For PR970:
Reid Spencer
2007-01-19
Adding disassembler interface and external hook to udis86 library.
Anton Korobeynikov
2007-01-18
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-17
Refactored output buffer methods from MachO and ELF writers.
Bill Wendling
2007-01-11
For PR1043:
Zhou Sheng
2007-01-03
The previous implementation of LLVM Streams wasn't removing symbols. This
Bill Wendling
2006-12-23
For PR950:
Reid Spencer
2006-12-19
Doxgenate comments.
Chris Lattner
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
Ignoring the upper 32 bits of a 64 bit constant is not a good thing.
Jim Laskey
2006-12-06
add a helper to call llvm_shutdown()
Chris Lattner
2006-12-01
Start moving pass registration over to using the ManagedStatic mechanism.
Chris Lattner
2006-12-01
remove 'target constructor' support.
Chris Lattner
2006-11-29
Get the delegation right for InstVisitor.
Reid Spencer
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-28
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-27
Protect against null streams.
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-26
Add method that will take a function pointer so that it can handle things
Bill Wendling
2006-11-20
For PR950:
Reid Spencer
2006-11-17
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-11-17
Added wrappers for the std::cerr/std::cout objects. The wrappers will
Bill Wendling
2006-11-17
#ifndef NDEBUG the "if (Stream) ..." stuff.
Bill Wendling
2006-11-17
Adjusted the // comments so that doxygen picks them up.
Bill Wendling
2006-11-17
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-09
math.h creates ambiguity
Jim Laskey
2006-11-09
math.h for C's sake.
Jim Laskey
2006-11-08
Make sure <cmath> comes first
Jim Laskey
2006-11-08
Add backup support for HUGH_VALF.
Jim Laskey
2006-11-08
For PR950:
Reid Spencer
2006-11-06
Fix a small bug noticed on code review.
Reid Spencer
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-11-02
For PR950:
Reid Spencer
2006-10-29
Add a new llvm::Allocator abstraction, which will be used by a container
Chris Lattner
2006-10-26
For PR950:
Reid Spencer
2006-10-12
simplify trivial function
Chris Lattner
[next]