summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give sumant credit too!Chris Lattner2004-10-271-0/+4
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-272-1/+3
* Hrm, this code was severely botched. As it turns out, this patch:Chris Lattner2004-10-271-0/+4
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-272-21/+1
* Remove dead data member in MRegisterInfo class. Thanks sabre!Nate Begeman2004-10-271-1/+0
* Get the *.inc files to depend on tblgen so if tblgen gets fixed, all theReid Spencer2004-10-271-3/+4
* Initialize with the correct constant typeChris Lattner2004-10-271-2/+3
* Make sure that Makefile.rules and Makefile.config.in are not candidates forReid Spencer2004-10-261-8/+10
* Cleanup/Fixes:Reid Spencer2004-10-261-71/+99
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-261-8/+7
* Unless someone seriously objects, I don't think we really need this. SorryChris Lattner2004-10-261-8/+0
* Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner2004-10-261-1/+1
* Wrap comments at 80 colsMisha Brukman2004-10-261-1/+2
* add support for UndefValueChris Lattner2004-10-261-1/+1
* Fix headerChris Lattner2004-10-261-1/+1
* Use <tt> around "#include" and "std::endl"Misha Brukman2004-10-261-20/+21
* * DataTypesFix.h moved to AIXDataTypesFix.hMisha Brukman2004-10-262-12/+9
* Use <tt> around header namesMisha Brukman2004-10-261-2/+3
* * Thanks to Morten Ofstad for the Visual C++ compatibility fixesMisha Brukman2004-10-261-0/+5
* * Fix spelling and grammar errorsMisha Brukman2004-10-261-10/+13
* Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner2004-10-261-14/+38
* Remove the unused MachineBasicBlock2IndexFunctor class.Chris Lattner2004-10-261-32/+5
* Clean up the MachineBasicBlock.h file, percolating #includes into this file.Chris Lattner2004-10-262-0/+2
* * Implement the "dist-check" target that verifies the contents of a zippedReid Spencer2004-10-261-82/+138
* Reduce the number of EXTRA_DIST files since Makefile.rules now handles theReid Spencer2004-10-261-6/+10
* Make sure the samples and test directories get distributed.Reid Spencer2004-10-261-0/+1
* Make sure the include files get distributed.Reid Spencer2004-10-261-4/+1
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-261-0/+2
* Remove include of MRegisterInfo.h, since it is already included byNate Begeman2004-10-261-2/+0
* Remove file that is no longer used, and move include of MRegisterInfo.hNate Begeman2004-10-263-55/+1
* Remove method getRegClass from MRegisterInfo, as it is no longer used.Nate Begeman2004-10-261-9/+0
* Really get mkinstalldirs to shut up about what its doing .. who cares?Reid Spencer2004-10-261-3/+3
* Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner2004-10-262-3/+9
* Eliminate usage of MRegisterInfo::getRegClass(physreg)Nate Begeman2004-10-262-9/+18
* Fix the interpreter crash that Michael McCracken foundChris Lattner2004-10-261-0/+1
* Reduce usage of MRegisterInfo::getRegClassChris Lattner2004-10-261-5/+6
* Update to-do listNate Begeman2004-10-261-1/+2
* Fix treecc. Also fix a latent bug in emitBinaryConstOperation that wouldNate Begeman2004-10-261-64/+46
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-266-1/+10
* Give a useful hintChris Lattner2004-10-261-1/+1
* Bug fixedChris Lattner2004-10-251-0/+2
* Disable the JIT until it can sorta kinda work.Chris Lattner2004-10-251-0/+1
* add a link to the makefile guide, eliminate redundant link to coding stdsChris Lattner2004-10-251-4/+4
* Make a sentence easier to parseChris Lattner2004-10-251-2/+2
* Fix spellosChris Lattner2004-10-251-8/+8
* Remove template args that are the same as the defaultChris Lattner2004-10-251-2/+1
* Remove a dead class. Thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-251-26/+0
* Remove dead assertChris Lattner2004-10-251-3/+0
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3