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
2008-04-04
If a value is cast to its own type, then the cast
Duncan Sands
2008-04-04
Provide an initial cut at exposing JIT compiled symbols to performance
Chris Lattner
2008-04-04
Make ExecutionEngine::updateGlobalMapping return the old mapping.
Chris Lattner
2008-04-04
Undo PHI elimination copy placement patch. This causes coalescing (performace...
Evan Cheng
2008-04-04
This is done.
Evan Cheng
2008-04-03
Reenable running StripSymbols when EH is on.
Devang Patel
2008-04-03
New test case.
Evan Cheng
2008-04-03
Removed a deleted file from the VStudio System project. Also added custom bu...
Chuck Rose III
2008-04-03
if some functions don't have debug info, we were outputing the same label at ...
Andrew Lenharth
2008-04-03
Add member template version of SerializeTrait<T>::Create that also accepts
Ted Kremenek
2008-04-03
- Turn copies of implicit_def into implicit_def instructions.
Evan Cheng
2008-04-03
Special handling of zero-sized live intervals.
Evan Cheng
2008-04-03
- Treat a live range defined by an implicit_def as a zero-sized one.
Evan Cheng
2008-04-03
- PHI elimination also eliminates implicit_def that fits into a PHI node rath...
Evan Cheng
2008-04-03
Start of a series of patches related to implicit_def.
Evan Cheng
2008-04-03
Re-implemented Path::createDirectoryOnDisk (for Unix).
Ted Kremenek
2008-04-03
Re-enable SSE4.
Evan Cheng
2008-04-03
Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For examp...
Evan Cheng
2008-04-03
Cosmetic
Evan Cheng
2008-04-03
Temporarily disabling SSE4 until we fix the encoding issues.
Evan Cheng
2008-04-03
Backing out 48222 temporarily.
Evan Cheng
2008-04-03
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2008-04-02
Suppress the 128-bit integer typedef on 32-bit targets, because
Dan Gohman
2008-04-02
Testcase for EH with functions whose names are stripped.
Dale Johannesen
2008-04-02
Make EH work with unnamed functions. Reenable running
Dale Johannesen
2008-04-02
Partial CBackend support for 128-bit integers. This is needed
Dan Gohman
2008-04-02
Iterators folloring a SmallVector erased element are invalidated so
David Greene
2008-04-02
Now that I am told MachineRegisterInfo also tracks physical register uses / d...
Evan Cheng
2008-04-02
Remove #include<map> from LiveVariables.h. Not referenced.
Evan Cheng
2008-04-02
Cosmetic changes per EH patch review feedback.
Dale Johannesen
2008-04-02
Add new file Support/DataFlow.h.
Torok Edwin
2008-04-02
Add new CC lowering rule: provide a list of registers, which can be 'shadowed',
Anton Korobeynikov
2008-04-02
In some situations, we need to check for local interferences between the PHI
Owen Anderson
2008-04-02
Correctly mark a valno that was previous defined by a PHI node as having an
Owen Anderson
2008-04-02
more edits from Jon Sargeant
Chris Lattner
2008-04-02
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-01
1. Drop default inline threshold back down to 200.
Evan Cheng
2008-04-01
Reverting 49056 due to the build being broken.
Tanya Lattner
2008-04-01
ReMat of load from stub in pic mode extends the life of pic base. Currently s...
Evan Cheng
2008-04-01
Iterators folloring a SmallVector erased element are invalidated so
David Greene
2008-04-01
Fix compilation errors on MSVC. Patch by Argiris Kirtzidis!
Bill Wendling
2008-04-01
Remove unnecessary and non-deterministic checking code. Re-enable remat of lo...
Evan Cheng
2008-04-01
Re-materialization is for uses only.
Evan Cheng
2008-04-01
Don't use __bzero for memset if the second argument isn't zero.
Dan Gohman
2008-04-01
Speculatively micro-optimize memory-zeroing calls on Darwin 10.
Dan Gohman
2008-04-01
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
add a dropped hunk from Jon Sargeant's patch.
Chris Lattner
2008-04-01
make langref more precise, wave 1, from Jon Sargeant
Chris Lattner
2008-04-01
Don't dereference MBB->end().
Owen Anderson
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
[next]