- 980ff78 Fix more breakage with string change. by Chris Lattner · 22 years ago
- f63a4ec Fix brokenness in my last checking by Chris Lattner · 22 years ago
- faaf32d Change all of the bytecode reader primitives to throw exceptions instead of by Chris Lattner · 22 years ago
- 394afe0 Version 1.2 now supports encoding strings as a special case, to avoid having by Chris Lattner · 22 years ago
- 1b7d4d7 Don't use ConstantExpr::getShift anymore by Chris Lattner · 22 years ago
- 4a2a8f5 minor cleanups by Chris Lattner · 22 years ago
- bf346b5 In the future, these slabs can be null... by Chris Lattner · 22 years ago
- 11e8f1b Minor efficiency improvements all over. Finegrainify Namespacification by Chris Lattner · 22 years ago
- ffa9d51 Minor speedup to do less linear time searches of information we already have. by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- b36e8a1 Add support for constant expr shifts by Chris Lattner · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 7c6c539 * New revised variable argument handling support by Chris Lattner · 22 years ago
- a785563 Avoid calling getTypeSlot more by Chris Lattner · 22 years ago
- 1ae8a48 Change getConstantValue to throw an exception on error, not return null by Chris Lattner · 22 years ago
- e7691a4 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 22 years ago
- 069d649 Transform two methods to return pointers directly instead of returning them by Chris Lattner · 22 years ago
- c7caffa There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 22 years ago
- 6e9a351 * Cleaned up code: by Misha Brukman · 22 years ago
- acda7df Fixed spelling and grammar. by Misha Brukman · 22 years ago
- 54d85e3 Avoid printing meaningless numbers by Chris Lattner · 22 years ago
- 53db94d Follow the pattern of all other atu's by Chris Lattner · 22 years ago
- f26a8ee Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
- 7fdaab4 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
- 8826647 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 22 years ago
- e69a1b9 Eliminate the uchar typedef, use unsigned char explicitly by Chris Lattner · 22 years ago
- 09eb76d Fix Bug: Assembler/2003-05-12-MinIntProblem.llx by Chris Lattner · 22 years ago
- 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
- 5db8194 * Bug fixes: by Chris Lattner · 23 years ago
- c8f563b s/Method/Function in variable and method names by Chris Lattner · 23 years ago
- 17f8686 Use the std namespace explicitly by Chris Lattner · 23 years ago
- 2862d2e There is no way to guarantee that constants are not forward referenced. by Chris Lattner · 23 years ago
- 243b575 Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx by Chris Lattner · 23 years ago
- c8d952e Fix stupid oversight of missing #include. by Chris Lattner · 23 years ago
- 51fa0ef - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 23 years ago
- 330b7ac Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 23 years ago
- a13a2da Cleanup ConstantExpr handling: by Chris Lattner · 23 years ago
- 68c7b71 Break line to fit 80 columns by Chris Lattner · 23 years ago
- 980ddf5 ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 23 years ago
- 09da3b8 added std:: to vector by Anand Shukla · 23 years ago
- a336afd Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
- 0a30bda Convert tabs to spaces by Chris Lattner · 23 years ago
- eaa2e72 changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
- b469cf8 Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
- d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
- ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
- b0df8fd Enable better debug output. When debugging the type system, print out the by Chris Lattner · 24 years ago
- ff87436 s/Method/Function by Chris Lattner · 24 years ago
- 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- b2b1b3d Remove unsized array support by Chris Lattner · 24 years ago
- 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
- fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
- 2263733 Implement internal method support by Chris Lattner · 24 years ago
- 4f1ca01 Fix major bugs in type resolution by Chris Lattner · 24 years ago
- e3fe1ac Frivolous cleanups by Chris Lattner · 24 years ago
- 61b6655 Fix another annoying bug that took forever to track down. This one involves abstract type resolution at a bad time that broke symbol tables. by Chris Lattner · 24 years ago
- 162ed4d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
- fb49fd6 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
- ad95d1d Rename getNullPointer to getNull by Chris Lattner · 24 years ago
- 7fac070 * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
- da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
- 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
- 8f19112 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
- fbdec25 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
- 1f043cd * Remove support for internal constant pool by Chris Lattner · 24 years ago
- 5bdab0f * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
- 90e0d46 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
- f435e20 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
- 4cee8d8 Miscellaneous cleanups: by Chris Lattner · 24 years ago
- 2f7c963 Initial revision by Chris Lattner · 24 years ago