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
/
tools
/
bugpoint
/
TestPasses.cpp
Age
Commit message (
Expand
)
Author
2010-08-07
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2007-12-29
remove attributions from tools.
Chris Lattner
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
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-03-17
Fix an iterator invalidation problem in a "buggy" pass
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-08-07
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-04-23
Remove unnecessary &*
Chris Lattner
2002-11-20
Initial checkin of bugpoint
Chris Lattner