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
/
Target
/
CppBackend
/
CPPBackend.cpp
Age
Commit message (
Expand
)
Author
2013-11-23
fix getPtr
Alon Zakai
2013-11-23
more binary ops
Alon Zakai
2013-11-23
handle int/float bitcasts
Alon Zakai
2013-11-23
use signedness in icmp
Alon Zakai
2013-11-23
clean up br
Alon Zakai
2013-11-23
logical and float mathops
Alon Zakai
2013-11-23
clean up div/rem
Alon Zakai
2013-11-23
fix sext and refactor
Alon Zakai
2013-11-23
<32 bit int casts
Alon Zakai
2013-11-23
fix parens in sdiv/srem
Alon Zakai
2013-11-23
correct sign in sdiv, srem
Alon Zakai
2013-11-23
fix phi constants
Alon Zakai
2013-11-23
handle dependencies and cycles in phis
Alon Zakai
2013-11-23
split out cast and non-cast versions of getValueAsStr
Alon Zakai
2013-11-22
align stack to 8 bytes
Alon Zakai
2013-11-22
sext
Alon Zakai
2013-11-22
trunc
Alon Zakai
2013-11-22
support 8-bit constants
Alon Zakai
2013-11-22
ir debugger helper
Alon Zakai
2013-11-22
make assert show something even in release builds
Alon Zakai
2013-11-22
fix relooper branch directions
Alon Zakai
2013-11-22
set asm mode in relooper and add label var
Alon Zakai
2013-11-22
Math.imul
Alon Zakai
2013-11-22
native phi pushing
Alon Zakai
2013-11-22
preparation for phi pushing
Alon Zakai
2013-11-22
update relooper and fix indentation and empty lines
Alon Zakai
2013-11-22
more mathops
Alon Zakai
2013-11-22
fix getOpName - we have no problem with forward refs
Alon Zakai
2013-11-22
more debug info
Alon Zakai
2013-11-22
note each instruction in a debug message
Alon Zakai
2013-11-22
fail on invalid getOpName values
Alon Zakai
2013-11-22
improve pre-relooper branch parsing
Alon Zakai
2013-11-22
remove phi printing code, in preparation for pushing them back into branches
Alon Zakai
2013-11-21
fix mathop return type
Alon Zakai
2013-11-21
fix sitofp return type
Alon Zakai
2013-11-21
fix sitofp cast
Alon Zakai
2013-11-21
merge in CppBackend work
Alon Zakai
2013-03-25
Remove assert. There may be target-dependent attributes left.
Bill Wendling
2013-01-27
Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-25
Remove some introspection functions.
Bill Wendling
2013-01-25
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-23
Update call to the new syntax.
Bill Wendling
2012-10-30
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
[prev]
[next]