aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment.Owen Anderson2007-07-091-1/+1
* Fix this warning:Chris Lattner2007-07-091-1/+1
* Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, andDan Gohman2007-07-092-17/+16
* Fix a typo in a comment.Dan Gohman2007-07-091-1/+1
* Add explicit triples to these tests so that llc behaves as expected onDan Gohman2007-07-093-9/+24
* missed this oneGabor Greif2007-07-091-1/+1
* fix typosGabor Greif2007-07-093-43/+43
* eliminated all references to 'bytecode' from .pod filesGabor Greif2007-07-0918-92/+92
* Update the svn:ignore property to eliminate all filesReid Spencer2007-07-090-0/+0
* Add more svn:ignore property values.Reid Spencer2007-07-090-0/+0
* More svn:ignore property restorations.Reid Spencer2007-07-090-0/+0
* Restore properties I accidentally deleted with the last commit.Reid Spencer2007-07-090-0/+0
* Set the svn:ignore property to ignore the Debug, Release, and Reid Spencer2007-07-090-0/+0
* Remove the cvsupdate script. Its no longer useful in the face ofReid Spencer2007-07-091-75/+0
* Regenerate.Reid Spencer2007-07-091-9/+9
* cvs -> svnReid Spencer2007-07-091-1/+1
* Subversionify the documentation.Reid Spencer2007-07-0912-80/+67
* Improve a hotspot that was making build_sets() slower by calling lookup() tooOwen Anderson2007-07-091-27/+30
* Subversionify the script.Reid Spencer2007-07-091-2/+2
* Start using a set representation that remembers the set of value numbers repr...Owen Anderson2007-07-091-141/+176
* Bytecode -> BitcodeReid Spencer2007-07-091-28/+28
* Minor language change upgrader -> upgrade toolReid Spencer2007-07-091-2/+2
* This dir does not appear under /docs anymore but under /cmds so use anReid Spencer2007-07-091-1/+1
* Links for commands are now generated into /cmds/ URL.Reid Spencer2007-07-091-19/+19
* Fix some minor typos.Reid Spencer2007-07-091-3/+3
* Fix some typos.Reid Spencer2007-07-091-2/+2
* Fix a typo.Reid Spencer2007-07-091-1/+1
* Fix a typo.Reid Spencer2007-07-091-1/+1
* Fix some minor typos, again to test the auto-update of the web site.Reid Spencer2007-07-091-2/+2
* Remove an unneeded space, mostly to verify that auto-update of theReid Spencer2007-07-091-1/+1
* Install things needed by llvm-top to allow successful building Reid Spencer2007-07-082-1/+9
* LLVM needs ModuleInfo.txt as well.Reid Spencer2007-07-081-0/+2
* Fix an error where ANTIC_OUT was ending up with more than one expression ofOwen Anderson2007-07-072-1/+15
* Back out Devang's fix for PR1320 because it causes PR1542.Nick Lewycky2007-07-071-93/+19
* No need for ccop anymore.Evan Cheng2007-07-063-23/+17
* Teach if-conversion about instructions that were already predicated, e.g. con...Evan Cheng2007-07-061-3/+14
* ImmutablePredicateOperand is no more.Evan Cheng2007-07-062-4/+2
* Incorrect check.Evan Cheng2007-07-061-4/+2
* Do away with ImmutablePredicateOperand.Evan Cheng2007-07-062-3/+3
* isUnpredicatedTerminator should treat conditional branches as unpredicated te...Evan Cheng2007-07-062-3/+13
* Do away with ImmutablePredicateOperand.Evan Cheng2007-07-061-8/+1
* A first stab at memory dependence analysis. This is an interface on top ofOwen Anderson2007-07-062-0/+240
* Add some accessors to improve consistency.Owen Anderson2007-07-061-0/+4
* first pass of nomenclature changes in .html filesGabor Greif2007-07-0616-141/+141
* These rountines are now available as part of basic block utilities.Devang Patel2007-07-061-66/+5
* Request DominanceFrontiner in advance.Devang Patel2007-07-061-0/+5
* Preserve various analysis info.Devang Patel2007-07-061-19/+88
* Add SplitEdge and SplitBlock utility routines. Devang Patel2007-07-062-0/+72
* Be more aggressive in the heuristic. This mostly exposes more opportunitiesOwen Anderson2007-07-061-8/+16
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-064-10/+9