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
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-02-03
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-02
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-01
Take Bill Wendling's suggestion for structuring a couple of asserts.
Matt Beaumont-Gay
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.
Richard Osborne
2011-01-30
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-30
Respect the -tail-dup-size command line option even when optimizing for size.
Jakob Stoklund Olesen
2011-01-30
Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...
Benjamin Kramer
2011-01-29
Add the missing sub identity "A-(A-B) -> B" to DAGCombine.
Benjamin Kramer
2011-01-29
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-28
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
Print the visibility of declarations.
Rafael Espindola
2011-01-28
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-27
Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...
Andrew Trick
2011-01-27
VirtRegRewriter fix: update kill flags, which are used by the scavenger.
Andrew Trick
2011-01-27
Speculatively revert r124380.
Devang Patel
2011-01-27
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-27
Avoid modifying the OneClassForEachPhysReg map while iterating over it.
Bob Wilson
2011-01-27
Try harder to not have unused variables.
Matt Beaumont-Gay
2011-01-27
Opt-mode -Wunused-variable cleanup
Matt Beaumont-Gay
2011-01-27
Reapply 124301
Devang Patel
2011-01-26
Initialize variable to get rid of clang warning.
Bill Wendling
2011-01-26
Revert 124301.
Devang Patel
2011-01-26
Revert r124302
Devang Patel
2011-01-26
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-26
Process valid SDDbgValues even if the node does not have any order assigned.
Devang Patel
2011-01-26
Refactor.
Devang Patel
2011-01-26
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-26
Rename member variables to follow the rest of LLVM.
Jakob Stoklund Olesen
2011-01-25
Provide an interface to transfer SDDbgValue from one SDNode to another.
Devang Patel
2011-01-25
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-25
This assertion is too restrictive, it does not apply for dangling dbg value n...
Devang Patel
2011-01-24
Support printing exception section into the current one. This is the case whe...
Anton Korobeynikov
2011-01-24
Speculatively revert r124138.
Devang Patel
2011-01-24
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-24
Temporarily workaround JM/lencod miscompile (SIGSEGV).
Andrew Trick
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
Null initialize a few variables flagged by
Ted Kremenek
2011-01-23
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2011-01-21
Enable support for precise scheduling of the instruction selection
Andrew Trick
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-20
SplitKit requires that all defs are in place before calling useIntv().
Jakob Stoklund Olesen
[prev]
[next]