- 16af11d It turns out that the two dimensional vectors were causing big slowdowns by Chris Lattner · 21 years ago
- 026a8ce When resolving upreferences, if multiple uprefs will be resolved to the same by Chris Lattner · 21 years ago
- d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
- d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
- bcb6afb This #include is not needed, it should have been removed with the last patch by Chris Lattner · 21 years ago
- 3b07386 Instead of searching the entire type graph for a type to determine if it by Chris Lattner · 21 years ago
- 2c37c18 Upreferences are always OpaqueTypes, meaning that it is impossible for a non-abstract by Chris Lattner · 21 years ago
- a58e3a1 Change the 'exception' destination to the 'unwind' destination. We will always by Chris Lattner · 21 years ago
- b16689b Don't use ConstantExpr::getShift anymore by Chris Lattner · 21 years ago
- c7d3f6b Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't by Chris Lattner · 21 years ago
- 9cd4257 Right, fix the problem with invoke instructions, not just call instructions by Chris Lattner · 21 years ago
- f64d57a Do not delete the type holder until after the call instruction has been by Chris Lattner · 21 years ago
- a989b23 Minor cleanups, plug a minor memory leak by Chris Lattner · 21 years ago
- 4257098 To not barf when an error occurs. by Chris Lattner · 21 years ago
- 0b268fb Fix PR147 by Chris Lattner · 21 years ago
- c282f5a Check return types of functions by Chris Lattner · 21 years ago
- ae711a8 Don't crash on bogus source value by Chris Lattner · 21 years ago
- 15b6972 Fix bug PR107, patch contributed by Reid Spencer! by Chris Lattner · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- 8ea8f36 Make sure that PHI node operands are first class types by Chris Lattner · 21 years ago
- 1913848 * Eliminate `using' directive * Order #includes as per style guide by Misha Brukman · 21 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
- a626e02 Eliminate unused class by Chris Lattner · 21 years ago
- 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
- 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago
- 888d3bc Tighten up handling of checks for shift instructions by Chris Lattner · 21 years ago
- 394f2eb Minor cleanups by Chris Lattner · 21 years ago
- 72ac148d Add support for 'weak' linkage. by Chris Lattner · 21 years ago
- fd05924 Decrease usage of use_size() by Chris Lattner · 21 years ago
- cf3056d Regularize header file comments by Chris Lattner · 21 years ago
- 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 21 years ago
- bd2531f Reserve space for PHI operands by Chris Lattner · 21 years ago
- f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 21 years ago
- 0f3bc5e Add better checking by Chris Lattner · 21 years ago
- 876dc57 The objects mapped are really PATypeHolders, not PATypeHandles by Chris Lattner · 21 years ago
- 3229991 Uppercase the acronym ASCII. by Misha Brukman · 21 years ago
- 79ad1380 Oops, look at the VOLATILE marker, not the opcode by Chris Lattner · 21 years ago
- 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
- 15c9c03 Parse volatile loads/stores by Chris Lattner · 21 years ago
- 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 21 years ago
- 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 21 years ago
- 6c23f57 Accept double quoted strings everwhere we accept a %ABC variable name. by Chris Lattner · 21 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
- 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
- bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
- f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
- 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
- 5e458e2 Fix bugs: by Chris Lattner · 21 years ago
- c6212f1 Fix bugs: by Chris Lattner · 21 years ago
- 196850c Fix bug: Assembler/2003-05-15-SwitchBug.ll by Chris Lattner · 21 years ago
- 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
- b8fdd8b Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll by Chris Lattner · 22 years ago
- 7a5a1f7 Use a union to cast int to fp by Chris Lattner · 22 years ago
- b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 22 years ago
- 9232b99 Namespacify by Chris Lattner · 22 years ago
- 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 22 years ago
- 3e8ba10 Allow hexadecimal integer constants to be used by Chris Lattner · 22 years ago
- 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
- 1f862af Don't allow declaring an external internal variable by Chris Lattner · 22 years ago
- af76d0e Fix bug: Assember2003-04-15-ConstantInitAssertion.llx by Chris Lattner · 22 years ago
- adf9970 Fix bug: Assembler/2003-03-03-DuplicateConstant.ll by Chris Lattner · 22 years ago
- bb3e5d4 Fix bug: Assembler/2003-02-02-ConstGlobal.ll by Chris Lattner · 22 years ago
- bae362f Fix bug: Assembler/2003-01-30-UnsignedString.ll by Chris Lattner · 22 years ago
- 236757d Ignore generated files Lexer.cpp and llvmAsmParser.* by Misha Brukman · 22 years ago
- 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
- bf0a37b - Fix bug: Assembler/2002-10-15-NameClash.ll by Chris Lattner · 22 years ago
- 9e932bd This loop executed exactly one time, turn it into straightline code by Chris Lattner · 22 years ago
- 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 22 years ago
- e43f40b Minor, non-functionality changing, formatting fix by Chris Lattner · 22 years ago
- 08c0e6a The parser now accepts "external" global variables, in addition to the backwards by Chris Lattner · 22 years ago
- 05804b7 by Chris Lattner · 22 years ago
- 5fefb25 by Chris Lattner · 22 years ago
- 0235fe2 Recently changed getelementptr to use 'long' indexes for sequential types by Chris Lattner · 22 years ago
- 1cff96a Use explicit ctor by Chris Lattner · 22 years ago
- 4a6482b Tighten up error checking in parser, disallowing instructions that f.e., by Chris Lattner · 22 years ago
- 77e14ad AsmParser now depends on clients to verify that input is well formed by Chris Lattner · 22 years ago
- 5dfe767 by Chris Lattner · 22 years ago
- 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 22 years ago
- d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 22 years ago
- ec1b8a0 Parse const expr cast instruction the same way the instruction is formed by Chris Lattner · 22 years ago
- d05e359 Move ConstExpr production to unify ConstVal stuff by Chris Lattner · 22 years ago
- 3101c25 Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll by Chris Lattner · 22 years ago
- ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 22 years ago
- 699f1eb AsmParser turns 'not' instructions into 'xor' instructions now. by Chris Lattner · 22 years ago
- c188eeb by Chris Lattner · 22 years ago
- a4e2518 Add check to fix bug: by Chris Lattner · 22 years ago
- bcafcce GCC 3.1 changes by Chris Lattner · 22 years ago
- f8dff73 * Code cleanups * Fix a REALLY misleading error message by Chris Lattner · 22 years ago
- cc4b6ec ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 22 years ago
- 5659dd1 Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx by Chris Lattner · 22 years ago
- d3f7eb0 Added support for parsing expressions constructed from constant values. by Vikram S. Adve · 22 years ago
- f946bcd Declare globals llvmAsmtext and llvmAsmleng for use in the parser. by Vikram S. Adve · 22 years ago
- 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
- 51727be * Be more typesafe: cast<x> now no longer discards constness by Chris Lattner · 22 years ago
- 8ebccb7 by Chris Lattner · 22 years ago
- 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
- 05dcf35 Remove dead code by Chris Lattner · 23 years ago