index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-05-18
Merge from mainline.
Tanya Lattner
2007-05-18
Merge from mainline.
Tanya 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
2007-02-18
fix comment
Chris Lattner
2007-02-18
simplify pass, delete dead gvar protos as well.
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
eliminate a bunch of vector-related heap traffic
Chris Lattner
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-12
stop using methods that take vectors.
Chris Lattner
2007-02-12
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-11
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-07
Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.
Chris Lattner
2007-02-07
shrink vmcore by moving symbol table stripping support out of VMCore into
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
[next]