aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-27Get the *.inc files to depend on tblgen so if tblgen gets fixed, all theReid Spencer
2004-10-27Initialize with the correct constant typeChris Lattner
2004-10-26Make sure that Makefile.rules and Makefile.config.in are not candidates forReid Spencer
2004-10-26Cleanup/Fixes:Reid Spencer
2004-10-26* Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer
2004-10-26Unless someone seriously objects, I don't think we really need this. SorryChris Lattner
2004-10-26Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner
2004-10-26Wrap comments at 80 colsMisha Brukman
2004-10-26add support for UndefValueChris Lattner
2004-10-26Fix headerChris Lattner
2004-10-26Use <tt> around "#include" and "std::endl"Misha Brukman
2004-10-26* DataTypesFix.h moved to AIXDataTypesFix.hMisha Brukman
2004-10-26Use <tt> around header namesMisha Brukman
2004-10-26* Thanks to Morten Ofstad for the Visual C++ compatibility fixesMisha Brukman
2004-10-26* Fix spelling and grammar errorsMisha Brukman
2004-10-26Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner
2004-10-26Remove the unused MachineBasicBlock2IndexFunctor class.Chris Lattner
2004-10-26Clean up the MachineBasicBlock.h file, percolating #includes into this file.Chris Lattner
2004-10-26* Implement the "dist-check" target that verifies the contents of a zippedReid Spencer
2004-10-26Reduce the number of EXTRA_DIST files since Makefile.rules now handles theReid Spencer
2004-10-26Make sure the samples and test directories get distributed.Reid Spencer
2004-10-26Make sure the include files get distributed.Reid Spencer
2004-10-26Add the export symbols list files as extra distribution files.Reid Spencer
2004-10-26Remove include of MRegisterInfo.h, since it is already included byNate Begeman
2004-10-26Remove file that is no longer used, and move include of MRegisterInfo.hNate Begeman
2004-10-26Remove method getRegClass from MRegisterInfo, as it is no longer used.Nate Begeman
2004-10-26Really get mkinstalldirs to shut up about what its doing .. who cares?Reid Spencer
2004-10-26Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner
2004-10-26Eliminate usage of MRegisterInfo::getRegClass(physreg)Nate Begeman
2004-10-26Fix the interpreter crash that Michael McCracken foundChris Lattner
2004-10-26Reduce usage of MRegisterInfo::getRegClassChris Lattner
2004-10-26Update to-do listNate Begeman
2004-10-26Fix treecc. Also fix a latent bug in emitBinaryConstOperation that wouldNate Begeman
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-10-26Give a useful hintChris Lattner
2004-10-25Bug fixedChris Lattner
2004-10-25Disable the JIT until it can sorta kinda work.Chris Lattner
2004-10-25add a link to the makefile guide, eliminate redundant link to coding stdsChris Lattner
2004-10-25Make a sentence easier to parseChris Lattner
2004-10-25Fix spellosChris Lattner
2004-10-25Remove template args that are the same as the defaultChris Lattner
2004-10-25Remove a dead class. Thanks to Morten Ofstad for pointing this out.Chris Lattner
2004-10-25Remove dead assertChris Lattner
2004-10-25Patch to support MSVC, contributed by Morten OfstadChris Lattner
2004-10-25Patch to support MSVC, contributed by Morten OfstadChris Lattner
2004-10-25Fix compatibility with MSVC, patch by Morten OfstadChris Lattner
2004-10-25Do not use variable sized arrays in C++, they are non-portable. PatchChris Lattner
2004-10-25Removed dead method, printPHICopiesForSuccessors().John Criswell
2004-10-25Patch to support MSVC better, contributed by Morten OfstadChris Lattner
2004-10-25Patch to support MSVC, contributed by Morten OfstadChris Lattner