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
Age
Commit message (
Expand
)
Author
2012-10-01
[ms-inline asm] Expose the getReg() function in the base class.
Chad Rosier
2012-10-01
[Docs] Update File Headers section to cover doxygen style file level docs.
Michael J. Spencer
2012-10-01
Re-enable support for --program-prefix.
Jordan Rose
2012-10-01
Forgot the SPIR test case.
Micah Villmow
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
Fix more misspellings found by Duncan during review.
Chandler Carruth
2012-10-01
Make this plural. Spotted by Duncan in review (and a very old typo, this
Chandler Carruth
2012-10-01
Prune some unnecessary includes.
Chandler Carruth
2012-10-01
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
TargetData: s/uint32_t/unsigned/ per Kuba's request.
Benjamin Kramer
2012-10-01
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
2012-10-01
Factor the PHI and select speculation into a separate rewriter. This
Chandler Carruth
2012-10-01
Use constants for all return values in switch. Allows clang to optimize it in...
Craig Topper
2012-10-01
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-09-30
Use dyn_cast instead of isa and cast.
Jakub Staszak
2012-09-30
SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches)...
Benjamin Kramer
2012-09-30
RST docs: convert HTML escapes to plain text in code examples.
Dmitri Gribenko
2012-09-30
Sphinx CSS: remove negative letter-spacing, it makes some fonts look really
Dmitri Gribenko
2012-09-30
Fix && to && in Coding Standards.
Jakub Staszak
2012-09-30
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
ArgumentPromotion: Remove ancient workaround for a bug in the C backend.
Benjamin Kramer
2012-09-30
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-29
Whitespace.
Bob Wilson
2012-09-29
Shrink TargetAlignElem a bit, we do a lot of searches on them.
Benjamin Kramer
2012-09-29
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-29
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
Tidy up to match coding standards. Remove 'else' after 'return' and moving op...
Craig Topper
2012-09-29
Replace a couple if/elses around similar calls with conditional operators on ...
Craig Topper
2012-09-29
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Remove more LLVM_DELETED_FUNCTIONs from destructors to fix -std=c++11 build o...
Craig Topper
2012-09-29
Add test case for r164850.
Evan Cheng
2012-09-28
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
Don't use bit-wise operations to query for inclusion/exclusion of attributes.
Bill Wendling
2012-09-28
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
MIPS DSP: add operands to make sure instruction strings are being matched.
Akira Hatanaka
2012-09-28
Remove unused methods.
Bill Wendling
2012-09-28
docs: dedent list on index.rst
Sean Silva
2012-09-28
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
Testcase for r164835
Manman Ren
2012-09-28
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-28
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
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
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
Dmitri Gribenko
[prev]
[next]