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
Age
Commit message (
Expand
)
Author
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
Clean up these doxygen comments to follow the proposed new style. This
Chandler Carruth
2012-10-02
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
[ms-inline asm] Expose the getReg() function in the base class.
Chad Rosier
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-10-01
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-10-01
Fix PR13899
Michael Liao
2012-10-01
Provide a shortcut for MCObjectStreamer when emitting fills.
Benjamin Kramer
2012-10-01
TargetData: s/uint32_t/unsigned/ per Kuba's request.
Benjamin Kramer
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-29
Shrink TargetAlignElem a bit, we do a lot of searches on them.
Benjamin Kramer
2012-09-29
Remove more LLVM_DELETED_FUNCTIONs from destructors to fix -std=c++11 build o...
Craig Topper
2012-09-28
Remove unused methods.
Bill Wendling
2012-09-28
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
PackedVector: Make the BitVector implementation configurable.
Benjamin Kramer
2012-09-28
Provide malloc-free sentinels for the SparseBitVector internals.
Benjamin Kramer
2012-09-28
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
Remove a LLVM_DELETED_FUNCTION from destructor to fix -std=c++11 build on gcc...
Craig Topper
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 constructors to the attribute builder.
Bill Wendling
2012-09-27
Add missing function CreateFPCast to the TargetFolder. It's there in the other
Nick Lewycky
2012-09-26
Buildbot Fix.
Bill Wendling
2012-09-26
Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.
Dan Gohman
2012-09-26
Query the parameter attributes directly instead of using the Attribute symbols.
Bill Wendling
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Initial commit for the AttributesImpl class.
Bill Wendling
2012-09-26
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
Add some convenience methods to IRBuilder for constructing aligned loads
Chandler Carruth
2012-09-26
Revert r164663 due to buildbot failure.
Craig Topper
2012-09-26
Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...
Craig Topper
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Mark extended type querying methods as 'readonly' to reduce compile size.
Craig Topper
2012-09-26
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-25
Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...
Bill Wendling
2012-09-25
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-25
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-24
Typo.
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-22
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-22
Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.
Jordan Rose
[prev]
[next]