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-12-05
Updates to Win64EH.h structures.
Michael J. Spencer
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-03
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
Separate out the tests for whether the compiler suports R-value
Chandler Carruth
2012-11-30
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
Jordan Rose
2012-11-28
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-25
Add an extra slash so doxygen comments will be properly recognized.
Craig Topper
2012-11-19
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-16
Add constant definitions for fission dwarf attributes, forms, etc.
Eric Christopher
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-13
Add (some) PowerPC TLS relocation types to ELF.h and
Ulrich Weigand
2012-11-13
Fix the instcombine GEP index widening transform to work correctly for vector
Duncan Sands
2012-11-07
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-05
Add missing this->. Fixes pr14238.
Rafael Espindola
2012-11-03
Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue here
Duncan Sands
2012-10-31
Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...
James Molloy
2012-10-31
xlc supports __attribute__((aligned(x))), use it.
Rafael Espindola
2012-10-30
* Add e_flags enum for Hexagon
Sid Manning
2012-10-29
va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.
Evgeniy Stepanov
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-12
Correcting enum values mentioned in comments.
Andrew Kaylor
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
2012-10-09
Use the attribute builder to add attributes to call/invoke instruction. No fu...
Bill Wendling
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
Add missing function CreateFPCast to the TargetFolder. It's there in the other
Nick Lewycky
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-22
Casting: assert that pointer arguments to isa<> are non-null.
Jordan Rose
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
[prev]
[next]