2004-02-09 |
Chris Lattner | It turns out that the two dimensional vectors were... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | When resolving upreferences, if multiple uprefs will... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | Adjust to the changed StructType interface. In particu... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | Start using the new and improve interface to FunctionTy... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | This #include is not needed, it should have been remove... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | Instead of searching the entire type graph for a type... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | Upreferences are always OpaqueTypes, meaning that it... |
tree | commitdiff |
2004-02-08 |
Chris Lattner | Change the 'exception' destination to the 'unwind'... |
tree | commitdiff |
2004-01-12 |
Chris Lattner | Don't use ConstantExpr::getShift anymore |
tree | commitdiff |
2003-12-31 |
Chris Lattner | Minor code cleanups. The only bugfix is to the UR_DEBU... |
tree | commitdiff |
2003-12-23 |
Chris Lattner | Right, fix the problem with invoke instructions, not... |
tree | commitdiff |
2003-12-23 |
Chris Lattner | Do not delete the type holder until after the call... |
tree | commitdiff |
2003-12-23 |
Chris Lattner | Minor cleanups, plug a minor memory leak |
tree | commitdiff |
2003-11-26 |
Chris Lattner | To not barf when an error occurs. |
tree | commitdiff |
2003-11-25 |
Chris Lattner | Fix PR147 |
tree | commitdiff |
2003-11-21 |
Chris Lattner | Check return types of functions |
tree | commitdiff |
2003-11-21 |
Chris Lattner | Don't crash on bogus source value |
tree | commitdiff |
2003-11-12 |
Chris Lattner | Fix bug PR107, patch contributed by Reid Spencer! |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-10-30 |
Chris Lattner | Make sure that PHI node operands are first class types |
tree | commitdiff |
2003-10-23 |
Misha Brukman | * Eliminate `using' directive |
tree | commitdiff |
2003-10-21 |
John Criswell | Added LLVM copyright header. |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright notice to Makefiles. |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
tree | commitdiff |
2003-10-19 |
Chris Lattner | Eliminate unused class |
tree | commitdiff |
2003-10-19 |
Chris Lattner | Change the Opcode enum for PHI nodes from "Instruction... |
tree | commitdiff |
2003-10-18 |
Chris Lattner | New revised variable argument handling support |
tree | commitdiff |
2003-10-17 |
Chris Lattner | Tighten up handling of checks for shift instructions |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Minor cleanups |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Add support for 'weak' linkage. |
tree | commitdiff |
2003-10-15 |
Chris Lattner | Decrease usage of use_size() |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Regularize header file comments |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Include <cctype> and <cstdlib> instead of <ctype.h... |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Reserve space for PHI operands |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Accept 'weak' as a linkage type. For now, just turn... |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Add better checking |
tree | commitdiff |
2003-10-02 |
Chris Lattner | The objects mapped are really PATypeHolders, not PAType... |
tree | commitdiff |
2003-09-22 |
Misha Brukman | Uppercase the acronym ASCII. |
tree | commitdiff |
2003-09-08 |
Chris Lattner | Oops, look at the VOLATILE marker, not the opcode |
tree | commitdiff |
2003-09-08 |
Chris Lattner | Add support for the unwind instruction |
tree | commitdiff |
2003-09-08 |
Chris Lattner | Parse volatile loads/stores |
tree | commitdiff |
2003-09-01 |
Chris Lattner | Remove gross old hacky code that was in there for backw... |
tree | commitdiff |
2003-08-23 |
Chris Lattner | Rename SwitchInst::dest_push_back -> addCase |
tree | commitdiff |
2003-08-22 |
Chris Lattner | Accept double quoted strings everwhere we accept a... |
tree | commitdiff |
2003-08-18 |
Misha Brukman | Spell `necessary' correctly. |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Remove redundant const qualifiers from cast<> expressions |
tree | commitdiff |
2003-07-14 |
Misha Brukman | The word `separate' only has one `e'. |
tree | commitdiff |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Add support for a new zeroinitializer token which can... |
tree | commitdiff |
2003-06-18 |
Chris Lattner | Detemplatize the PATypeHandle class, which was only... |
tree | commitdiff |
2003-05-21 |
Chris Lattner | Fix bugs: |
tree | commitdiff |
2003-05-21 |
Chris Lattner | Fix bugs: |
tree | commitdiff |
2003-05-15 |
Chris Lattner | Fix bug: Assembler/2003-05-15-SwitchBug.ll |
tree | commitdiff |
2003-05-08 |
Chris Lattner | Add support for the new va_arg instruction |
tree | commitdiff |
2003-04-25 |
Chris Lattner | Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll |
tree | commitdiff |
2003-04-22 |
Chris Lattner | Use a union to cast int to fp |
tree | commitdiff |
2003-04-22 |
Chris Lattner | Allow information about the target to be specified... |
tree | commitdiff |
2003-04-22 |
Chris Lattner | Namespacify |
tree | commitdiff |
2003-04-22 |
Chris Lattner | Preserve module source information in the ModuleID |
tree | commitdiff |
2003-04-17 |
Chris Lattner | Allow hexadecimal integer constants to be used |
tree | commitdiff |
2003-04-16 |
Chris Lattner | Add new linkage types to support a real frontend |
tree | commitdiff |
2003-04-16 |
Chris Lattner | Don't allow declaring an external internal variable |
tree | commitdiff |
2003-04-15 |
Chris Lattner | Fix bug: Assember2003-04-15-ConstantInitAssertion.llx |
tree | commitdiff |
2003-03-03 |
Chris Lattner | Fix bug: Assembler/2003-03-03-DuplicateConstant.ll |
tree | commitdiff |
2003-02-02 |
Chris Lattner | Fix bug: Assembler/2003-02-02-ConstGlobal.ll |
tree | commitdiff |
2003-01-30 |
Chris Lattner | Fix bug: Assembler/2003-01-30-UnsignedString.ll |
tree | commitdiff |
2002-12-02 |
Misha Brukman | Ignore generated files Lexer.cpp and llvmAsmParser.* |
tree | commitdiff |
2002-11-20 |
Chris Lattner | - Eliminated the deferred symbol table stuff in Modul... |
tree | commitdiff |
2002-10-15 |
Chris Lattner | - Fix bug: Assembler/2002-10-15-NameClash.ll |
tree | commitdiff |
2002-10-14 |
Chris Lattner | This loop executed exactly one time, turn it into strai... |
tree | commitdiff |
2002-10-13 |
Chris Lattner | - Change Function's so that their argument list is... |
tree | commitdiff |
2002-10-09 |
Chris Lattner | Minor, non-functionality changing, formatting fix |
tree | commitdiff |
2002-10-06 |
Chris Lattner | The parser now accepts "external" global variables... |
tree | commitdiff |
2002-09-13 |
Chris Lattner | Change the MallocInst & AllocaInst ctors to take the... |
tree | commitdiff |
2002-09-13 |
Chris Lattner | include/llvm/DataTypes.h includes this #define so we... |
tree | commitdiff |
2002-09-11 |
Chris Lattner | Recently changed getelementptr to use 'long' indexes... |
tree | commitdiff |
2002-09-10 |
Chris Lattner | Use explicit ctor |
tree | commitdiff |
2002-09-10 |
Chris Lattner | Tighten up error checking in parser, disallowing instru... |
tree | commitdiff |
2002-08-30 |
Chris Lattner | AsmParser now depends on clients to verify that input... |
tree | commitdiff |
2002-08-22 |
Chris Lattner | Load & StoreInst no longer derive from MemAccessInst... |
tree | commitdiff |
2002-08-21 |
Chris Lattner | - Fix asmparser and bytecode reader to not generate... |
tree | commitdiff |
2002-08-16 |
Chris Lattner | - Remove unused STRING token from lexer & parser |
tree | commitdiff |
2002-08-15 |
Chris Lattner | Parse const expr cast instruction the same way the... |
tree | commitdiff |
2002-08-15 |
Chris Lattner | Move ConstExpr production to unify ConstVal stuff |
tree | commitdiff |
2002-08-15 |
Chris Lattner | Fix bug: test/Regression/Assembler/2002-08-15-Unresolve... |
tree | commitdiff |
2002-08-14 |
Chris Lattner | Remove support for Not ConstantExpr. This simplifies... |
tree | commitdiff |
2002-08-14 |
Chris Lattner | AsmParser turns 'not' instructions into 'xor' instructi... |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Cleanup ConstantExpr handling: |
tree | commitdiff |
2002-07-25 |
Chris Lattner | Add check to fix bug: |
tree | commitdiff |
2002-07-25 |
Chris Lattner | GCC 3.1 changes |
tree | commitdiff |
2002-07-18 |
Chris Lattner | * Code cleanups |
tree | commitdiff |
2002-07-18 |
Chris Lattner | ConstExpr::getelementptr now takes a vector of Constant... |
tree | commitdiff |
2002-07-15 |
Chris Lattner | Fix bug: test/Regression/Assembler/2002-07-14-InternalL... |
tree | commitdiff |
2002-07-14 |
Vikram S. Adve | Added support for parsing expressions constructed from... |
tree | commitdiff |
2002-07-14 |
Vikram S. Adve | Declare globals llvmAsmtext and llvmAsmleng for use... |
tree | commitdiff |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
tree | commitdiff |
2002-06-04 |
Chris Lattner | * Be more typesafe: cast<x> now no longer discards... |
tree | commitdiff |
2002-05-22 |
Chris Lattner | Support function declarations with either %XXX or ... |
tree | commitdiff |
2002-05-06 |
Chris Lattner | Replace all usages of Type::isPointerType with isa... |
tree | commitdiff |
2002-05-06 |
Chris Lattner | Remove dead code |
tree | commitdiff |
next |