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
/
include
Age
Commit message (
Expand
)
Author
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
Convert a std::vector to a SmallVector for another 5.4% speedup on domtree.
Cameron Zwarich
2011-01-23
In the simpler version of the link-eval data structure that we use in dominator
Cameron Zwarich
2011-01-23
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
Remove useless struct fields.
Cameron Zwarich
2011-01-23
Remove friend declaration for removed function.
Cameron Zwarich
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Convert a std::vector to a SmallVector.
Cameron Zwarich
2011-01-23
Remove duplicated code.
Rafael Espindola
2011-01-23
Simplify some code now that we've removed the more optimal (but slower) version
Cameron Zwarich
2011-01-22
Remove dead ivar.
Benjamin Kramer
2011-01-22
add DW_TAG for rvalue refs.
Chris Lattner
2011-01-21
Clang was not parsing target triples involving EABI and was generating wrong ...
Renato Golin
2011-01-21
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-21
Object: Fix type punned pointer issues by making DataRefImpl a union and usin...
Michael J. Spencer
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-20
Object: Add ELF support.
Michael J. Spencer
2011-01-20
Remove an unnecessary #include.
Cameron Zwarich
2011-01-18
There is no point in verifying an analysis that is never updated.
Cameron Zwarich
2011-01-18
Remove some now-unused DominanceFrontier methods.
Cameron Zwarich
2011-01-18
Remove outdated references to dominance frontiers.
Cameron Zwarich
2011-01-17
Trailing whitespace.
Jim Grosbach
2011-01-17
Roll r123609 back in with two changes that fix test failures with expensive
Cameron Zwarich
2011-01-17
Revert rr123550. It causes clang build failure on darwin9.
Devang Patel
2011-01-17
Add some platform checks. Also fix a typo on a Makefile.
Oscar Fuentes
2011-01-17
Remove useless Tag enumeration.
Jay Foad
2011-01-17
Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.
Cameron Zwarich
2011-01-17
Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to
Cameron Zwarich
2011-01-16
UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...
Michael J. Spencer
2011-01-16
Simplify the construction and destruction of Uses. Simplify
Jay Foad
2011-01-16
Remove unnecessary specialization OperandTraits<User>.
Jay Foad
2011-01-16
Move the implementation of the User class into a new source file,
Jay Foad
2011-01-16
Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...
Michael J. Spencer
2011-01-16
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-15
Archive: Fix spelling.
Michael J. Spencer
2011-01-15
Archive: Replace all internal uses of PathV1 with PathV2. The external API st...
Michael J. Spencer
2011-01-15
Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext...
Michael J. Spencer
2011-01-15
Support/PathV2: Add identify_magic.
Michael J. Spencer
2011-01-15
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-15
Make config.h.cmake similar to config.h.in
Oscar Fuentes
2011-01-15
Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this saves
Nick Lewycky
2011-01-15
fix typo
Chris Lattner
2011-01-15
Fix m_Not and m_Neg to not match random ConstantInt's. Before
Chris Lattner
2011-01-15
Generalize LoadAndStorePromoter a bit and switch LICM
Chris Lattner
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
Add a new LoadAndStorePromoter class, which implements the general
Chris Lattner
2011-01-14
OperandTraits<>::Layout isn't used for anything. Remove it.
Jay Foad
2011-01-14
Reorder macros on config.h.cmake to easily compare it against
Oscar Fuentes
[next]