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-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
2011-01-20
Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...
Jakob Stoklund Olesen
2011-01-20
My editor's indent went crazy. Fix.
Eric Christopher
2011-01-20
Expand invalid return values for umulo and smulo. Handle these similarly
Eric Christopher
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-20
Selection DAG scheduler register pressure heuristic fixes.
Andrew Trick
2011-01-20
Check that a live range exists before shortening it. This fixes PR8989.
Jakob Stoklund Olesen
2011-01-20
Add hidden -verify-coalescing to run the machine code verifier before and after
Jakob Stoklund Olesen
2011-01-20
Fix bug found by new clang warning.
Jakob Stoklund Olesen
2011-01-20
Use only one API at a time.
Eric Christopher
2011-01-20
If we can, lower the multiply part of a umulo/smulo call to a libcall
Eric Christopher
2011-01-20
Fix debug info for merged global.
Devang Patel
2011-01-19
Divert Hopfield network debug output. It is very noisy.
Jakob Stoklund Olesen
2011-01-19
Don't accidentally leave small gaps in the live ranges when leaving the active
Jakob Stoklund Olesen
2011-01-19
Fix register address expression. Patch by Ken Dyck.
Devang Patel
2011-01-19
Implement RAGreedy::splitAroundRegion and remove loop splitting.
Jakob Stoklund Olesen
2011-01-18
Add RAGreedy methods for splitting live ranges around regions.
Jakob Stoklund Olesen
2011-01-18
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-18
Remove checking that prevented overlapping CALLSEQ_START/CALLSEQ_END
Stuart Hastings
2011-01-17
Fix an off-by-one error in ctpop combining.
Benjamin Kramer
2011-01-17
Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0.
Benjamin Kramer
2011-01-16
reapply my fix for PR8961 with a tweak to properly handle
Chris Lattner
2011-01-15
Add an assert so we don't silently miscompile ctpop for bit widths > 128.
Benjamin Kramer
2011-01-15
Reimplement CTPOP legalization with the "best" algorithm from
Benjamin Kramer
2011-01-14
Update CMake build.
Ted Kremenek
2011-01-14
Delete an assignment to ThisBB which isn't needed, and tidy up some
Dan Gohman
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
Support for precise scheduling of the instruction selection DAG,
Andrew Trick
2011-01-14
Try for the third time to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-14
Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.
Jakob Stoklund Olesen
2011-01-14
Set the insertion point correctly for instructions generated by load folding:
Chris Lattner
2011-01-14
Try again to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-13
Better terminator avoidance.
Jakob Stoklund Olesen
2011-01-13
Temporary workaround for an i386 crash in LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...
Devang Patel
2011-01-13
Teach MachineBasicBlock::getFirstTerminator to ignore debug values.
Jakob Stoklund Olesen
2011-01-13
Fix r123346 to handle scalar types too.
Dan Gohman
2011-01-13
Add missing space in debug output
Jakob Stoklund Olesen
[prev]
[next]