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
Age
Commit message (
Expand
)
Author
2012-10-04
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...
Micah Villmow
2012-10-04
Fix doxygen comment to match parameters' names.
Jakub Staszak
2012-10-04
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
Fix wrong name in comment.
Duncan Sands
2012-10-04
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
Use attribute query methods.
Bill Wendling
2012-10-04
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
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
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
[prev]
[next]