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
/
lib
/
Transforms
/
IPO
Age
Commit message (
Expand
)
Author
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-07-27
Use SmallPtrSet.
Devang Patel
2007-07-25
Add BasicInliner interface.
Devang Patel
2007-06-25
fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions
Chris Lattner
2007-06-19
Moved Inliner.h to include/llvm/Transforms/IPO/InlinerPass.h
Tanya Lattner
2007-06-19
Inliner pass header file was moved.
Tanya Lattner
2007-06-07
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
Formating fixes.
Tanya Lattner
2007-06-06
Instruct the inliner to obey the noinline attribute. Add test case.
Tanya Lattner
2007-06-06
simplify this code and fix PR1493, now that llvm-gcc3 is dead.
Chris Lattner
2007-06-04
When rebuilding constant structs, make sure to honor the isPacked bit.
Chris Lattner
2007-05-15
selects can also reach here
Chris Lattner
2007-05-13
Fix Transforms/GlobalOpt/2007-05-13-Crash.ll
Chris Lattner
2007-05-06
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-29
Implement review feedback
Anton Korobeynikov
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-15
fix SimplifyLibCalls/IsDigit.ll
Chris Lattner
2007-04-14
avoid iterator invalidation.
Chris Lattner
2007-04-14
An even better fix.
Jeff Cohen
2007-04-14
Fix recent regression that broke several llvm-tests.
Jeff Cohen
2007-04-14
Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putchar
Chris Lattner
2007-04-14
in addition to merging, constantmerge should also delete trivially dead globals,
Chris Lattner
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-08
Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315)
Chris Lattner
2007-04-08
implement a fixme: move optimizations for fwrite out of fputs into a new
Chris Lattner
2007-04-07
Significantly simplify the clients of GetConstantStringInfo, by having it
Chris Lattner
2007-04-07
Fix problems in the sprintf optimizer
Chris Lattner
2007-04-07
Change CastToCStr to take a pointer instead of a reference.
Chris Lattner
2007-04-07
Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86
Chris Lattner
2007-04-07
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
fix a miscompilation in printf optimizer.
Chris Lattner
2007-04-07
trunc to bool no longer compares against zero
Chris Lattner
2007-04-07
cleanups for strlen optimizer
Chris Lattner
2007-04-07
Introduce a new ReplaceCallWith method, which simplifies a lot of code.
Chris Lattner
2007-04-07
fixes for strcpy optimizer
Chris Lattner
2007-04-07
Fix bugs in strncmp.
Chris Lattner
2007-04-07
fix 3 miscompilations and several compielr crashes in strcmp optimizer.
Chris Lattner
2007-04-06
Fix several nasty bugs in the strchr optimizer, this fixes
Chris Lattner
2007-04-06
clean up strcat optimizer, no functionality change.
Chris Lattner
2007-04-06
rename getConstantStringLength -> GetConstantStringInfo. Make it return
Chris Lattner
2007-04-05
Fix Transforms/GlobalOpt/2007-04-05-Crash.ll
Chris Lattner
2007-03-05
Unbreak VC++ build.
Jeff Cohen
2007-03-02
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-01
Use APInt conversion to string so the result is correct regardless of the
Reid Spencer
[next]