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
2012-09-18
Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!
Roman Divacky
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
Fix a typo. No functional change.
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-16
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.
Craig Topper
2012-09-15
Fix Doxygen issues: wrap code examples in \code and use \p to refer to
Dmitri Gribenko
2012-09-15
Fix a couple include directives that used angle brackets for llvm files.
Craig Topper
2012-09-14
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-09-14
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
Fix some code which is invalid in C++11: an expression of enumeration type
Richard Smith
2012-09-13
Fix documentation: parameter being documented was removed in r98220.
Dmitri Gribenko
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
Fix a doxygen issue: these examples are supposed to be displayed preformatted.
Dmitri Gribenko
2012-09-12
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
Suppress the warnings about unused parameters in changeColor()
Alexander Potapenko
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
Clean up.
Chad Rosier
2012-09-04
Make sure macros in the include subdirectory are not used without being defined.
Bob Wilson
2012-08-31
Move the GCOVFormat enums into their own namespace per the LLVM coding standard.
Bill Wendling
2012-08-29
Explicitly cast an expression to bool before handing it off to __builtin_expect.
Benjamin Kramer
2012-08-29
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
Try to appease MSVC even more elaborately in the alignment hacking space.
Chandler Carruth
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-22
Fix an assortment of doxygen comment mistakes found by -Wdocumentation.
Ted Kremenek
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-21
Provide a portability macro for __builtin_trap.
David Blaikie
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-17
Insertion of NoFolder functions to avoid ambiguous overload warnings or error...
Jin-Gu Kang
2012-08-17
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-08-16
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
Add PPC64 relocations definitions, by Adhemerval Zanella.
Roman Divacky
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
Add LLVM_DELETED_FUNCTION compatibility macro.
Michael J. Spencer
2012-08-14
[yaml2obj] Fix incorrect use of signed values.
Michael J. Spencer
2012-08-14
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-13
LICM uses AliasSet information to hoist and sink instructions. However, other...
Nadav Rotem
2012-08-08
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
Remove OpenBSD defines:
Bill Wendling
2012-08-02
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-07-30
Extend the InstVisitor to visit the specialized classes wrapping
Chandler Carruth
2012-07-27
Typos.
Chad Rosier
2012-07-26
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-20
Fix few warnings.
Galina Kistanova
[prev]
[next]