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
Age
Commit message (
Expand
)
Author
2013-05-31
Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-05-30
PNaCl: Add a pass to expand out Clang's use of registers of struct type
Mark Seaborn
2013-05-29
PNaCl: Add ExpandSmallArguments pass to widen parameters to 32 bits
Mark Seaborn
2013-05-28
PNaCl: Extend ExpandMulWithOverflow pass to handle uadd.with.overflow too
Mark Seaborn
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-24
PNaCl: Add "-pnacl-abi-simplify-{pre,post}opt" meta-passes to "opt"
Mark Seaborn
2013-05-24
PNaCl: Add pass to expand out Clang-generated umul.with.overflow calls
Mark Seaborn
2013-05-24
Make abbreviations explicit in pnacl-freeze/thaw.
Karl Schimpf
2013-05-22
PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer types
Mark Seaborn
2013-05-14
The customary LLVM way of obtaining intrinsics is with
Eli Bendersky
2013-05-14
Adding a pass - RewritePNaClLibraryCalls, that replaces known library calls w...
Eli Bendersky
2013-05-10
PNaCl ABI: Promote illegal integer types
Derek Schuff
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-09
Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library calls
Eli Bendersky
2013-05-08
Insert denominator zero checks for NaCl
David Sehr
2013-05-02
Copy BitCodes.h to NaCl/NaClBitCodes.h
Karl Schimpf
2013-05-01
Fix ifdef for NaClLLVMBitCodes.h
Karl Schimpf
2013-05-01
Copy LLVM bitcode reader to generate a PNaCl wire format reader.
Karl Schimpf
2013-04-30
Remove a hanging LOCALMOD that was for the CC rewrite pass.
Jan Voung
2013-04-26
Check for metadata in PNaCl ABI checker.
Jan Voung
2013-04-26
Copy Bitwriter to generate PNaClBitwriter.
Karl Schimpf
2013-04-23
PNaCl: Add ExpandByVal pass for expanding out by-value struct args and results
Mark Seaborn
2013-04-23
PNaCl: Add FlattenGlobals pass for simplifying global variable initializers
Mark Seaborn
2013-04-01
PNaCl: Allow the ABI checker to be used from "opt"
Mark Seaborn
2013-03-29
PNaCl: Fix ExpandTls to handle a couple of corner cases involving PHI nodes
Mark Seaborn
2013-03-28
Add a pass to strip bitcode metadata.
Jan Voung
2013-03-26
PNaCl: Add ExpandGetElementPtr pass for converting GetElementPtr to arithmetic
Mark Seaborn
2013-03-25
PNaCl ABI: add passes to cleanup/finalize some linkage types and resolve alia...
Derek Schuff
2013-03-21
PNaCl: Add ExpandVarArgs pass for expanding out variable-args function calls
Mark Seaborn
2013-03-20
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-03-18
Switch ABI verifier passes to manual initialization.
Derek Schuff
2013-03-15
PNaCl: Add ExpandConstantExpr pass for converting ConstantExprs to Instructions
Mark Seaborn
2013-03-13
ABI verifier: Add standalone tool pnacl-abicheck
Derek Schuff
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-04
Prune unused PBQP register allocator and PBQP Heuristics from llvm-sb.
Jan Voung
2013-02-28
[Support][ErrorOr] Add support for implicit conversion from error code/condit...
Michael J. Spencer
2013-02-27
Copy missing member in DataLayout copy ctor.
David Blaikie
2013-02-27
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-27
Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!
Aaron Ballman
2013-02-27
Suppressing MSVC warnings; patch thanks to Peng Cheng!
Aaron Ballman
2013-02-27
In GCC 4.7, function names are now forbidden from .gcda files. Support this by
Nick Lewycky
2013-02-26
Enhance integer division emulation support to handle types smaller than 32 bits,
Pedro Artigas
2013-02-26
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-26
Another test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
Test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
Slight cosmetic fixes
Eli Bendersky
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...
Michael Ilseman
2013-02-25
Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
2013-02-25
DIBuilder: support structs with vtable pointers in the same way as classes
David Blaikie
[next]