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-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-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
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Simplify code. No functionality change.
Jakub Staszak
2013-02-19
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-16
[ELF] Add STN_UNDEF.
Michael J. Spencer
2013-02-13
llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're
Alex Rosenberg
2013-02-13
Fix MSan annotations inclusion guard.
Evgeniy Stepanov
2013-02-12
This patch just fixes up various llvm formatting
Jack Carter
2013-02-11
[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
Michael J. Spencer
2013-02-06
[Support][ErrorOr] Add support for convertable types.
Michael J. Spencer
2013-02-05
Initial support for DWARF CFI parsing and dumping in LLVM
Eli Bendersky
2013-02-05
Be consistent about the field name - AddressSize, not PointerSize. Add
Eli Bendersky
2013-02-05
Revert "[Support][ErrorOr] Add support for convertable types."
Andrew Trick
2013-02-05
Support: ensure proper state in ErrorOr copy ctors before calling 'get'
Meador Inge
2013-02-05
This patch that sets the Mips ELF header flag for
Jack Carter
[next]