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-09-17
Don't use NULL as a fake keyword
Andrew Trick
2012-09-17
InitMCProcessor
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...
Andrew Trick
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
Add a pass to llvm to rewrite the bitcode in an
Robert Muth
2012-09-17
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
Add Michael Spencer's iterator class for stepping through relocations. Add m...
Sid Manning
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Remove a couple unused fields. Not detected by Wunused-private-field because ...
Craig Topper
2012-09-16
Add include of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
Add includes of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
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-16
Add explicit virtual keywords for methods that override base class.
Craig Topper
2012-09-16
Guard fields by NDEBUG until they get used in the release build.
Andrew Trick
2012-09-16
Tidy up formatting of some elses on a separate line from preceding bracing. N...
Craig Topper
2012-09-16
Fix problem when using LiveRangeQuery with block entries.
Jakob Stoklund Olesen
2012-09-16
Tidy up trailing whitespace.
Craig Topper
2012-09-16
Remove unneeded header.
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-15
Make LiveRangeQuery work for PHIDefs as well.
Jakob Stoklund Olesen
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-14
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-09-14
Some small reorganization to get read for Attributes overhaul.
Bill Wendling
2012-09-14
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-09-14
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
comment typo
Andrew Trick
2012-09-14
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-14
whitespace
Andrew Trick
2012-09-14
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-14
Add in comments that explain what the indexing and the size of the arrays is ...
Micah Villmow
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
misched: Generic tablegen classes for the new machine model.
Andrew Trick
2012-09-14
comment
Andrew Trick
2012-09-14
comment
Andrew Trick
2012-09-13
MachO: Correctly mark symbol-difference variables as N_ABS.
Jim Grosbach
2012-09-13
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
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
Define an official slot for the new !tbaa.struct metadata tag.
Dan Gohman
2012-09-13
The current implementation does not allow more than 32 types to be properly h...
Micah Villmow
[prev]
[next]