aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add note about passing arguments to program being debugged.Misha Brukman2004-04-152-35/+44
* New testcase that Brian provided which crashes the inlinerChris Lattner2004-04-151-0/+21
* Fix a bug in the previous checkin: if the exit block is not the same asChris Lattner2004-04-151-7/+23
* Give SparcV9CodeEmitter a head-of-file comment and a PassName.Brian Gaeke2004-04-151-1/+6
* If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman2004-04-151-2/+2
* Removed obsolete doxygen options (they were blank anyway).Misha Brukman2004-04-152-70/+0
* The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman2004-04-151-4/+7
* Don't use invalid HTML in doxygen comments.Misha Brukman2004-04-151-1/+1
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-152-2/+2
* Change the canonical induction variable that we insert.Chris Lattner2004-04-151-10/+17
* add some helpful methods. Rearrange #includes to proper orderChris Lattner2004-04-151-6/+89
* Add some helpful methodsChris Lattner2004-04-151-5/+36
* Factor a bunch of classes out into a public headerChris Lattner2004-04-151-553/+142
* Publically export all of these classes from the ScalarEvolutions.cpp fileChris Lattner2004-04-151-0/+461
* Unbreak the buildChris Lattner2004-04-151-0/+1
* Implement a FIXME: if we're going to insert a cast, we might as well onlyChris Lattner2004-04-141-1/+15
* Remove code to adjust the iterator for llvm.readio and llvm.writeio.John Criswell2004-04-142-20/+0
* Fix typo.Brian Gaeke2004-04-141-1/+1
* This is a trivial tweak to the addrec insertion code: insert the incrementChris Lattner2004-04-141-7/+12
* Add a TargetData to the PassManager regardless of the TargetMachine.Brian Gaeke2004-04-141-0/+3
* Add a copy constructor for TargetData.Brian Gaeke2004-04-141-0/+16
* We are now on LLVM 1.3Chris Lattner2004-04-141-3/+3
* RegeneratedChris Lattner2004-04-141-11/+11
* Remove the return type check for llvm.readio. This check is done for allJohn Criswell2004-04-141-4/+3
* Added code to verify that llvm.readio's pointer argument returns somethingJohn Criswell2004-04-141-3/+8
* Test for memory mapped I/O intrinsics.John Criswell2004-04-141-0/+21
* Finish adding the llvm.readio and llvm.writeio intrinsics.John Criswell2004-04-142-0/+24
* ADd a trivial instcombine: load null -> nullChris Lattner2004-04-141-2/+5
* This is the real fix for Codegen/X86/2004-04-13-FPCMOV-Crash.llx which worksChris Lattner2004-04-142-14/+16
* Temporarily hack in the intrinsics that John added. I expect him to finish u...Chris Lattner2004-04-141-0/+2
* Added support for the llvm.readio and llvm.writeio intrinsics.John Criswell2004-04-132-0/+58
* Implement a small optimization, which papers over the problem inChris Lattner2004-04-132-6/+24
* Fix bug, add support for +/-Chris Lattner2004-04-131-2/+2
* new testcase that crashes the fp stackifierChris Lattner2004-04-131-0/+8
* We actually don't have spiff anymoreChris Lattner2004-04-131-1/+0
* Out with spiff, in with fpcmpChris Lattner2004-04-131-3/+3
* Remove spiff. Though it looked good, it was not really as spiffy as it seemedChris Lattner2004-04-1338-7027/+0
* Okay, spiff is completely incapable of handling files of nontrivial size.Chris Lattner2004-04-132-0/+171
* Add a noteChris Lattner2004-04-131-0/+4
* Add SCCP support for constant folding calls, implementing:Chris Lattner2004-04-131-1/+33
* New testcaseChris Lattner2004-04-131-0/+24
* Add a simple call constant propagation interface.Chris Lattner2004-04-131-0/+51
* Add new interfacesChris Lattner2004-04-131-0/+9
* Constant propagation should remove the dead instructionsChris Lattner2004-04-131-0/+4
* New testcaseChris Lattner2004-04-131-0/+17
* Regenerated using autoconf-2.57.Brian Gaeke2004-04-131-19/+32
* Rewrite POV-Ray check as per PR301Brian Gaeke2004-04-131-20/+35
* Increase buffer size again. *sigh*Chris Lattner2004-04-131-1/+1
* Don't index spiff. It should not count as lines of LLVM codeChris Lattner2004-04-131-1/+1
* Fixed sized limits are bad... duh.Chris Lattner2004-04-131-1/+1