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
/
Utils
Age
Commit message (
Expand
)
Author
2013-04-26
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-11
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-02-26
Enhance integer division emulation support to handle types smaller than 32 bits,
Pedro Artigas
2013-02-09
Remove unneeded #includes.
Jakub Staszak
2013-01-18
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-07
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-05
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-21
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-11
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-30
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-19
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
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-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-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
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
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
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-14
Stylistic and 80-col fixes
Evan Cheng
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-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-25
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
[next]