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
/
CodeGen
/
Analysis.cpp
Age
Commit message (
Expand
)
Author
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2011-12-14
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-03-19
Minor code re-structuring.
Evan Cheng
2010-11-30
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-10-29
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-06
ComputeLinearIndex doesn't need its TLI argument.
Dan Gohman
2010-07-26
Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.
Bill Wendling
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-04-21
Move several SelectionDAG-independent utility functions out of the
Dan Gohman