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-03
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
Add function to return return attributes.
Bill Wendling
2012-10-03
No need to call functions which do the same thing as the default.
Bill Wendling
2012-10-03
Remove assert that's too restrictive.
Bill Wendling
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-10-03
Third try at fixing this. ;] Go back to using std::remove_if, which has
Chandler Carruth
2012-10-03
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-02
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
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
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
[next]