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
Age
Commit message (
Expand
)
Author
2012-08-13
Cherry-pick 159409 for TLS Initial Exec fix.
Jan Voung
2012-08-13
The structure layout for MCFragment had gaps because of unions, bitfields, etc.,
David Sehr
2012-08-13
Instructions that appear between BundleLock and BundleUnlock are part of one
David Sehr
2012-08-13
Disallow negative constant addresses.
David Sehr
2012-08-13
Change LLVM bitcode linking to use tree reduction
Jan Voung
2012-07-31
remove superfluous addr32 prefix bytes for zero-based sandbox
Austin Benson
2012-07-31
Make ARM var-arg regsave setup aware of byval stack args. Previously we had
Jan Voung
2012-07-31
Restrict R15 with a flag
Austin Benson
2012-07-31
Fix cases where fast instruction selection generated both base and index
Karl Schimpf
2012-07-31
Add dst-only naclrest, nacljmp
Austin Benson
2012-07-31
clean up handling of sandbox memory references for x86-64
Austin Benson
2012-07-31
Include nacl_srpc.h from native client tree rather than sdk.
Derek Schuff
2012-07-31
Cherry-pick r159166 from upstream.
Derek Schuff
2012-07-31
Turn on debug messages in llc sandboxed translator file wrapper for diagnosis.
Jan Voung
2012-07-31
revert CL http://codereview.chromium.org/8714005/
Robert Muth
2012-07-31
This hack is necessary under ubuntu precise to produce a gold plugin which has a
Robert Muth
2012-07-31
Materialize functions with forward-referenced blocks in streamed modules
Derek Schuff
2012-07-31
Add sfi-zero-based-sandbox option for zero-based sandbox model support on 64-bit
Austin Benson
2012-07-31
Specify that sandboxed llc should be bitcode-linked with non-irt private libs
Jan Voung
2012-07-10
Add back an unrelated bit of code that exists upstream but not here.
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-03
Add include of config.h in NaClJITMemoryManager
Derek Schuff
2012-07-03
Diff from hg rev 0b098ca44de7
Derek Schuff
2012-06-13
Revert "Allow SROA to look at a vector type and see if the offset is out of r...
Pete Cooper
2012-06-13
Allow SROA to look at a vector type and see if the offset is out of range to ...
Pete Cooper
2012-06-13
Fix building ThreadLocal.cpp with --disable-threads.
Argyrios Kyrtzidis
2012-06-13
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
Rafael Espindola
2012-06-13
It is possible for several constants which aren't individually absorbing to
Duncan Sands
2012-06-13
When linearizing a multiplication, return at once if we see a factor of zero,
Duncan Sands
2012-06-13
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
Add another missing 64-bit itinerary definition for the PPC A2 core.
Hal Finkel
2012-06-13
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-06-13
Eliminate struct TableGenBackend.
Jakob Stoklund Olesen
2012-06-13
Clean up trailing blanks in Mips16InstrFormats.td
Akira Hatanaka
2012-06-13
disable use of directive .set nomicromips
Akira Hatanaka
2012-06-13
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-13
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
2012-06-13
1. fix places where immed is used in place of imm to be consistent with
Akira Hatanaka
2012-06-12
Add some missing 64-bit itinerary definitions for the PPC A2 core.
Hal Finkel
2012-06-12
Use DenseMap as SmallMap workaround rather than std::map, at Chandler's request.
Duncan Sands
2012-06-12
Use std::map rather than SmallMap because SmallMap assumes that the value has
Duncan Sands
2012-06-12
[arm-fast-isel] Add support for -arm-long-calls.
Chad Rosier
2012-06-12
Split out the PPC instruction class IntSimple from IntGeneral.
Hal Finkel
2012-06-12
Remove use of GNU extension to resolve Clang warning.
David Blaikie
2012-06-12
Fixes for PPC host detection and features.
Hal Finkel
2012-06-12
Use correct syntax highliter in code blocks. Noticed by Sean Silva.
Dmitri Gribenko
2012-06-12
Now that Reassociate's LinearizeExprTree can look through arbitrary expression
Duncan Sands
2012-06-12
Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...
Hal Finkel
2012-06-12
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
[next]