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
/
Transforms
Age
Commit message (
Expand
)
Author
2012-10-18
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...
Kostya Serebryany
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-10
PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/end
Mark Seaborn
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-25
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-19
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
2012-09-19
Document the interface for integer expansion, using doxygen-style comments
Michael Ilseman
2012-09-19
Forward declarations
Michael Ilseman
2012-09-19
Remove unused and broken CloneFunction wrapper.
Benjamin Kramer
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-18
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-17
Add a pass to llvm to rewrite the bitcode in an
Robert Muth
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-15
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-14
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-09-11
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
Remove unused declaration
Andrew Trick
2012-09-10
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-04
Remove unneeded code.
Jakub Staszak
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-07-25
add EmitStrNLen()
Nuno Lopes
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-20
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-28
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-25
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-24
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-23
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-21
Add a number of threshold arguments to the SRA pass.
Nadav Rotem
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
[prev]
[next]