- cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
- f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 20 years ago
- 857eb06 Fix three bugs: by Chris Lattner · 20 years ago
- 62c3a95 Fix more undefined behavior by Chris Lattner · 20 years ago
- 6f96774 * Add a method by Chris Lattner · 20 years ago
- 5b3ed50 Add an assertion and a method by Chris Lattner · 20 years ago
- c74ea9f No really, this is LLVM! by Chris Lattner · 20 years ago
- 260652a Fixed bug with infinite epilogues. by Tanya Lattner · 20 years ago
- b188393 Fix file header comment by Misha Brukman · 20 years ago
- 9437db4 * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration by Misha Brukman · 20 years ago
- 7614e51 Don't modify user vars because they will get passed down (modified) to by Reid Spencer · 20 years ago
- b982c42 Change name of target lib to conform to new naming scheme. by Brian Gaeke · 20 years ago
- b13fac7 Remove dependency on MRegisterInfo::getRegClass by Brian Gaeke · 20 years ago
- 7175822 Fix grammar (i.e.) by Misha Brukman · 20 years ago
- bdfefc9 Disable the build in the samples directory so that llvmc dependencies don't by Reid Spencer · 20 years ago
- 1b0d4f3 The Alpha (tm) intrinsics aren't even being used by Misha Brukman · 20 years ago
- e7a3f3e The Alpha (tm) intrinsics have never been used anywhere by Misha Brukman · 20 years ago
- a6ad12d LLEE execve() wrapper library has changed its name and location by Misha Brukman · 20 years ago
- 88560c3 When emitting debug msgs for function stubs, don't truncate the by Brian Gaeke · 20 years ago
- 65dea6e Print P and [AR] files on update. by Vikram S. Adve · 20 years ago
- 6e039e5 Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get by Reid Spencer · 20 years ago
- 85ec003 Make the list of automatic Makefile* files updated explicit instead of by Reid Spencer · 20 years ago
- b0e7e45 * Add spaces between function names for readability by Misha Brukman · 20 years ago
- da033ce This line breaks FreeBSD and apparently isn't useful anymore. by Chris Lattner · 20 years ago
- 9ba883c Commented out the _Alloc_traits specialization entirely, as it is only by John Criswell · 20 years ago
- cd74271 Only add the _Alloc_traits specialization in if we're compiling for by John Criswell · 20 years ago
- cd1e7dd Fix the dependency of lex.o on gram.tab.h by Reid Spencer · 20 years ago
- e96aa1c Added the poolalloc module to the list of projects to configure, if present. by John Criswell · 20 years ago
- a69b1ea Bug Fixes: by Reid Spencer · 20 years ago
- c6dcc6a Make parallel "install" and "uninstall" targets not step on itself. by Reid Spencer · 20 years ago
- 56a2468 Gep indices must be of int, uint, long or ulong type. by Alkis Evlogimenos · 20 years ago
- 64b5fb2 Make sure the sources get distributed (use EXTRA_DIST) Add the goof.st sample. by Reid Spencer · 20 years ago
- d6d8b83 Fix library names for sparc by Brian Gaeke · 20 years ago
- 685f86a Fix library name. by Reid Spencer · 20 years ago
- 0022421 Fix library name. by Alkis Evlogimenos · 20 years ago
- 06aada9 Fix library name. by Reid Spencer · 20 years ago
- e55bd78 Fix name of library by Reid Spencer · 20 years ago
- 6802b55 Regenerated after fixing typo. by Brian Gaeke · 20 years ago
- cd9bbdd Make sure we test the right variable for the AC_DEFINE by Reid Spencer · 20 years ago
- 1d460f9 It's spelled IEEEFP by Brian Gaeke · 20 years ago
- e198cd1 Use llvmc to compile the Stacker programs by Reid Spencer · 20 years ago
- 5456091 Add the samples directory to the build by Reid Spencer · 20 years ago
- 0dac2eb Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't by Reid Spencer · 20 years ago
- af77d74 Implement linking. by Reid Spencer · 20 years ago
- 3a9b222 Eliminate the force flag, configuration item, and related support by Reid Spencer · 20 years ago
- 5a7f13b Pass -f to stkrc to ensure the output file is always written. by Reid Spencer · 20 years ago
- 2967b61 Eliminate the -F option (for forcing output) .. not needed by Reid Spencer · 20 years ago
- 6cf4acc Add llvm-ld to the subdirs to be built by Reid Spencer · 20 years ago
- e84f92d Convert to new library names. by Reid Spencer · 20 years ago
- 7c6201f Get rid of drivel. by Reid Spencer · 20 years ago
- 5d6ca51 Make sure that the yacc and lex output are specified as BUILT_SOURCES. by Reid Spencer · 20 years ago
- 80f0ef7 Bug Fixes: by Reid Spencer · 20 years ago
- f113e7b Update for library name change. by Reid Spencer · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- af362fc Add the HAVE_RAND48 define. by Reid Spencer · 20 years ago
- abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
- 0b8d2f9 Fix auto-reconfigure bug: make sure we actually reconfigure not just by Reid Spencer · 20 years ago
- f1ccf1a Add a couple of new features by Chris Lattner · 20 years ago
- 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
- 3acd918 Give sumant credit too! by Chris Lattner · 20 years ago
- 0aafc32 Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. by Nate Begeman · 20 years ago
- dc78122 Hrm, this code was severely botched. As it turns out, this patch: by Chris Lattner · 20 years ago
- 4c34801 Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid by Nate Begeman · 20 years ago
- 7853b38 Remove dead data member in MRegisterInfo class. Thanks sabre! by Nate Begeman · 20 years ago
- 1654448 Get the *.inc files to depend on tblgen so if tblgen gets fixed, all the by Reid Spencer · 20 years ago
- 2f48686 Initialize with the correct constant type by Chris Lattner · 20 years ago
- 8660678 Make sure that Makefile.rules and Makefile.config.in are not candidates for by Reid Spencer · 20 years ago
- 9411c64 Cleanup/Fixes: by Reid Spencer · 20 years ago
- a4b07c5 * Make the libcrtend.a installation depend on the bytecode-libs directory by Reid Spencer · 20 years ago
- 58aef7f Unless someone seriously objects, I don't think we really need this. Sorry by Chris Lattner · 20 years ago
- e8343a5 Plug a memory leak in the asmparser. It turns out that we were leaking by Chris Lattner · 20 years ago
- 28ab668 Wrap comments at 80 cols by Misha Brukman · 20 years ago
- 48b2f6b add support for UndefValue by Chris Lattner · 20 years ago
- b2fc1fc Fix header by Chris Lattner · 20 years ago
- 91d64af Use <tt> around "#include" and "std::endl" by Misha Brukman · 20 years ago
- e757752 * DataTypesFix.h moved to AIXDataTypesFix.h by Misha Brukman · 20 years ago
- 84d17fe Use <tt> around header names by Misha Brukman · 20 years ago
- 309ca69 * Thanks to Morten Ofstad for the Visual C++ compatibility fixes by Misha Brukman · 20 years ago
- edcc78a * Fix spelling and grammar errors by Misha Brukman · 20 years ago
- 52c09d7 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 20 years ago
- 3dfbb55 Remove the unused MachineBasicBlock2IndexFunctor class. by Chris Lattner · 20 years ago
- 27f2916 Clean up the MachineBasicBlock.h file, percolating #includes into this file. by Chris Lattner · 20 years ago
- e45ebfa * Implement the "dist-check" target that verifies the contents of a zipped by Reid Spencer · 20 years ago
- 90c2949 Reduce the number of EXTRA_DIST files since Makefile.rules now handles the by Reid Spencer · 20 years ago
- e817154 Make sure the samples and test directories get distributed. by Reid Spencer · 20 years ago
- c4ea7d8 Make sure the include files get distributed. by Reid Spencer · 20 years ago
- 9826173 Add the export symbols list files as extra distribution files. by Reid Spencer · 20 years ago
- b9cad90 Remove include of MRegisterInfo.h, since it is already included by by Nate Begeman · 20 years ago
- 17304c3 Remove file that is no longer used, and move include of MRegisterInfo.h by Nate Begeman · 20 years ago
- 01808b3 Remove method getRegClass from MRegisterInfo, as it is no longer used. by Nate Begeman · 20 years ago
- 608624b Really get mkinstalldirs to shut up about what its doing .. who cares? by Reid Spencer · 20 years ago
- 395236f Improve help output from llvm-db 'info' command. Patch contributed by by Chris Lattner · 20 years ago
- dfd0e7b Eliminate usage of MRegisterInfo::getRegClass(physreg) by Nate Begeman · 20 years ago
- 6f335f9 Fix the interpreter crash that Michael McCracken found by Chris Lattner · 20 years ago
- ad3c74f Reduce usage of MRegisterInfo::getRegClass by Chris Lattner · 20 years ago
- 4a0de07 Update to-do list by Nate Begeman · 20 years ago
- 9b508c3 Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would by Nate Begeman · 20 years ago
- 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
- 7f2cd27 Give a useful hint by Chris Lattner · 20 years ago
- a2a394f Bug fixed by Chris Lattner · 20 years ago