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
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-09
Prune some arch-specific MC InstPrinter (.s printing), from sandboxed transla...
Jan Voung
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-06
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
Support command line option categories.
Andrew Trick
2013-05-06
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
2013-05-05
PatternMatch: Fix documentation - 'function' not 'attribute'
Arnold Schwaighofer
2013-05-05
PatternMatch: Matcher for (un)ordered floating point min/max
Arnold Schwaighofer
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-03
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-05-01
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
Fix file header comment.
Filip Pizlo
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-23
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-15
Fix silly typo that broke big endian hosts.
Rafael Espindola
2013-04-15
Fix endianness on some MSVC versions.
Rafael Espindola
2013-04-15
Try to fix the mingw builds.
Rafael Espindola
2013-04-15
Remove unused function.
Rafael Espindola
2013-04-15
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-12
Add missing relocation names
Nico Rieck
2013-04-11
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-10
Revert "Update the version of dwarf we say we're emitting to at least 3."
Eric Christopher
2013-04-09
Update the version of dwarf we say we're emitting to at least 3.
Eric Christopher
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-01
unindent the file to follow coding standards, change class doc comment
Chris Lattner
2013-03-28
Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106
Howard Hinnant
2013-03-27
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-26
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-25
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
2013-03-22
Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...
Argyrios Kyrtzidis
2013-03-22
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-20
Add timing of the IR parsing code with a new -time-ir-parsing flag
Eli Bendersky
2013-03-18
Remove unneeded #includes.
Jakub Staszak
2013-03-18
Remove trailing spaces.
Jakub Staszak
2013-03-14
Add two of the float related ARM-specific entries for e_flags needed for
Joerg Sonnenberger
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-06
Generalize my previous fix for -print-options.
Andrew Trick
2013-02-28
[Support][ErrorOr] Add support for implicit conversion from error code/condit...
Michael J. Spencer
2013-02-27
Suppressing MSVC warnings; patch thanks to Peng Cheng!
Aaron Ballman
2013-02-26
Slight cosmetic fixes
Eli Bendersky
2013-02-25
Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
2013-02-21
Limit cast machinery to preserve const and not accept temporaries
David Blaikie
2013-02-21
Make Optional<T>'s operator bool 'explicit' in C++11
David Blaikie
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
[next]