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
Age
Commit message (
Expand
)
Author
2011-04-29
Balance parentheses.
Benjamin Kramer
2011-04-29
InstCombine: turn (C1 << A) << C2) into (C1 << C2) << A)
Benjamin Kramer
2011-04-29
clean up after Sean's r127646 patch.
Chris Lattner
2011-04-29
use the MachineInstrBuilder operator-> to simplify some code.
Chris Lattner
2011-04-29
Last bit by bit compatibility patch to MCDwarf.cpp: If a FDE with no LSDA is
Rafael Espindola
2011-04-29
Add an alternative implementation of CIE and FDE emission that outputs them
Rafael Espindola
2011-04-29
Update comments and checks to match reality.
Eric Christopher
2011-04-29
Whitespace.
Eric Christopher
2011-04-28
Revert r130454; apparently this doesn't actually work.
Eli Friedman
2011-04-28
Fix a rather obscure crash caused by ARM fast-isel generating code which rede...
Eli Friedman
2011-04-28
Preserve line number information.
Devang Patel
2011-04-28
Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration int...
Matt Beaumont-Gay
2011-04-28
We require threse bits to be zero, too.
Benjamin Kramer
2011-04-28
Only read *predecessor once so as to fix a theoretical issue where it changes
Nick Lewycky
2011-04-28
Target/X86/MC: Add an option for disabling arith relaxation, for my own testing
Daniel Dunbar
2011-04-28
Add the getExprForFDESymbol method that responsible for computing the
Rafael Espindola
2011-04-28
Beautify debug info probe output.
Devang Patel
2011-04-28
Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...
Ted Kremenek
2011-04-28
Remove DbgDeclare only if all uses are converted.
Devang Patel
2011-04-28
Remove bounded StringRef::compare() since nothing but Clang SA was using it a...
Lenny Maiorani
2011-04-28
fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...
Eli Friedman
2011-04-28
Fix a comment.
Benjamin Kramer
2011-04-28
improve comment.
Chris Lattner
2011-04-28
Do not lose line number info while eliminating tail call.
Devang Patel
2011-04-28
final step needed to resolve PR6627, which allows us to flatten the code down to
Chris Lattner
2011-04-28
code cleanups only.
Chris Lattner
2011-04-28
Revert r130348; causing buildbot issues on x86-32.
Eli Friedman
2011-04-28
Add command line option to print debug info in human readable form as comment...
Devang Patel
2011-04-28
Reapply r130340: Fix for PR9730.
Andrew Trick
2011-04-28
InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp.
Benjamin Kramer
2011-04-28
Be more layout aware here and swap the successor and branch condition
Eric Christopher
2011-04-28
centralize "marking for deletion" into a helper function. Pass GVN around to
Chris Lattner
2011-04-28
Promote toErase to be an ivar of the GVN class.
Chris Lattner
2011-04-28
Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when
Rafael Espindola
2011-04-28
Mark the EH symbol global or weak if the corresponding function is.
Rafael Espindola
2011-04-28
Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears
Chandler Carruth
2011-04-28
teach GVN to widen integer loads when they are overaligned, when doing an
Chris Lattner
2011-04-28
Let the immediate leaf pattern take transforms and switch the signed
Eric Christopher
2011-04-28
move PR9803 to this readme.
Chris Lattner
2011-04-28
Add a small temporary hack for producing identical eh_frame sections on OS X.
Rafael Espindola
2011-04-28
Produce the EH_frame# symbols if needed.
Rafael Espindola
2011-04-28
Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.eh
Rafael Espindola
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-28
Fix a silly mistake in r130338.
Eli Friedman
2011-04-28
PTX: support for select_cc and fixes for setcc
Justin Holewinski
2011-04-28
PTX: support for select
Justin Holewinski
2011-04-28
PTX: mov fix and rounding correction for cvt
Justin Holewinski
2011-04-28
PTX: support for fneg
Justin Holewinski
2011-04-28
PTX: support for zext loads and trunc stores
Justin Holewinski
2011-04-28
PTX: support for bitwise operations on predicates
Justin Holewinski
[next]