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
2012-11-26
Force function entry alignment only for NaCl
Eli Bendersky
2012-11-20
Push/pop and other calling convention lowering conditionalized
David Sehr
2012-11-20
Remove unnecessary LOCALMOD from ARMMCTargetDesc.cpp
Eli Bendersky
2012-11-20
Remove LOCALMOD that's no longer required.
Eli Bendersky
2012-11-16
Control LSDA only on native client
David Sehr
2012-11-15
Revert the LOCALMOD that disables the NEON feature for Cortex-A8.
Eli Bendersky
2012-11-15
Fix AddrIndex for some instructions to be more precise, following Jan's comments
Eli Bendersky
2012-11-15
Sandboxing of VLD instructions
Eli Bendersky
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-14
Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"
Mark Seaborn
2012-11-14
Use __aeabi_read_tp for non-nacl
David Sehr
2012-11-14
Rename NotNaCl to IsNotNacl, for consistency with other similarly-named predi...
JF Bastien
2012-11-14
Implement sandboxing of NEON store instructions
Eli Bendersky
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-13
Fix thumb2 jump relocation test
David Sehr
2012-11-12
[NVPTX] Add more precise PTX/SM target attributes
Justin Holewinski
2012-11-12
Delete a stale comment. No functional change.
Meador Inge
2012-11-11
Move some helper methods to being static functions in the implementation file.
Craig Topper
2012-11-11
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
Use the isTruncFree and isZExtFree API to figure out of these operations are ...
Nadav Rotem
2012-11-11
Fix a comment typo and add comments.
Nadav Rotem
2012-11-11
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-10
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
Remove unnecessary subtraction and addition by 1 around a couple for loops.
Craig Topper
2012-11-10
Tidy up spacing. No functional change.
Craig Topper
2012-11-10
Removed unimplemented method declaration.
Craig Topper
2012-11-10
Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...
Craig Topper
2012-11-10
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-10
Add more functions to the target library information.
Meador Inge
2012-11-10
Disable the Thumb no-return call optimization:
Evan Cheng
2012-11-10
Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.
Craig Topper
2012-11-09
[NVPTX] Use ABI alignment for parameters when alignment is not specified.
Justin Holewinski
2012-11-09
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
Switch FreeBSD/i386 back to 4byte stack alignment. This partially
Roman Divacky
2012-11-09
Fix assertions in updateRegMaskSlots().
Jakob Stoklund Olesen
2012-11-09
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
2012-11-09
Add support for -mstrict-align compiler option for ARM targets.
Chad Rosier
2012-11-09
Silence GCC warning about falling off the end of a non-void function.
Benjamin Kramer
2012-11-09
tsan: switch to new memory_order constants (ABI compatible)
Dmitry Vyukov
2012-11-09
tsan: instrument all atomics (including fetch_add, exchange, cas, etc)
Dmitry Vyukov
2012-11-09
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-09
indent
Nadav Rotem
2012-11-08
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-08
Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interface
Mark Seaborn
2012-11-08
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
2012-11-08
Recommit modified r167540.
Amara Emerson
[next]