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
/
include
/
llvm
/
IR
Age
Commit message (
Expand
)
Author
2013-08-07
Add the new @llvm.nacl.atomic.fence.all intrinsic
JF Bastien
2013-08-06
Rework PNaCl memory ordering
JF Bastien
2013-08-01
Add Intrinsic::nacl_atomic_is_lock_free
JF Bastien
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-13
Concurrency support for PNaCl ABI
JF Bastien
2013-06-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-05-29
Merging r182394:
Bill Wendling
2013-05-14
The customary LLVM way of obtaining intrinsics is with
Eli Bendersky
2013-05-09
Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library calls
Eli Bendersky
2013-05-06
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-03
[mips] Remove "Commutative" from property list of non-commutative intrinsics.
Akira Hatanaka
2013-05-02
Provide an API to temporarily suppress DebugLocations from being attached
Adrian Prantl
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
get rid of windows warning:
Peng Cheng
2013-05-01
get rid of windows warning:
Peng Cheng
2013-05-01
replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...
Peng Cheng
2013-05-01
Now that the underlying issue is fixed, revert r180750 and r180722.
Rafael Espindola
2013-05-01
Correct comment: there is no numTys parameter any more now that this is using
Duncan Sands
2013-04-30
Remove a hanging LOCALMOD that was for the CC rewrite pass.
Jan Voung
2013-04-30
Change getSlotIndex to return unsigned.
Rafael Espindola
2013-04-29
Revert "revert r179735, it has no testcases, and doesn't really make sense."
Reid Kleckner
2013-04-27
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-25
revert r179735, it has no testcases, and doesn't really make sense.
Chris Lattner
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-18
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
Cleanup patch:
Bill Wendling
2013-04-18
This patch addresses two cleanup issues:
Bill Wendling
2013-04-17
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-16
Cleanup naming: DataLayout s/TD/DL/
Eli Bendersky
2013-04-11
TBAA: add utility to create a TBAA scalar type node
Manman Ren
2013-04-07
PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMem
Hal Finkel
2013-04-02
Add MDBuilder utilities for path-aware TBAA.
Manman Ren
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-22
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
2013-03-22
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-21
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-18
Remove default copy ctor/assignment, makes AttributeSet trivially copyable.
Benjamin Kramer
2013-03-13
Add some additonal attribute helper functions. Test will be on follow
Reed Kotler
2013-03-12
Add a doFinalization method to the DataLayout pass.
Pete Cooper
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-07
Fix tautological compare. Not sure why this didn't trigger any test failures.
Benjamin Kramer
2013-03-07
Change Index type from unsigned long to unsigned. This should fix PR14980.
Jakub Staszak
2013-03-07
Remove trailing spaces.
Jakub Staszak
2013-03-06
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-02
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
[next]