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 |
2002-05-03 |
Chris Lattner | Allow open/closing curly braces instead of begin/end... |
tree | commitdiff |
2002-05-02 |
Chris Lattner | * Fix a bug (test/Regression/Assembler/2002-05-02-Inval... |
tree | commitdiff |
2002-05-02 |
Chris Lattner | The "implementation" is now allowed but not required... |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Eliminate duplicate or unneccesary #include's |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Remove dead code |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Split ConstantVals.h into Constant.h and Constants.h |
tree | commitdiff |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
tree | commitdiff |
2002-04-08 |
Chris Lattner | isLabelType is obsolete |
tree | commitdiff |
2002-04-08 |
Chris Lattner | Library bumped up out of Assembly directory |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Add a better comment to explain what is going on. |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Remove debugging code accidentally checked in! |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Add support for hexadecimal FP constants! |
tree | commitdiff |
2002-04-04 |
Chris Lattner | s/MethodType/FunctionType |
tree | commitdiff |
2002-04-04 |
Chris Lattner | * Make PATypeHolder not take a type argument |
tree | commitdiff |
2002-04-04 |
Chris Lattner | Lexer doesn't create typehandle gross stuff now, parser... |
tree | commitdiff |
2002-03-31 |
Chris Lattner | * Fix nondeleted type handle which could cause type... |
tree | commitdiff |
2002-03-26 |
Chris Lattner | Change references from Method to Function |
tree | commitdiff |
2002-03-11 |
Chris Lattner | Implement TODO for better diagnostic output |
tree | commitdiff |
2002-03-08 |
Chris Lattner | Fix bug: test/Regression/2002-03-08-NameCollision2.ll |
tree | commitdiff |
2002-03-08 |
Chris Lattner | Fix minor memory leak |
tree | commitdiff |
2002-03-08 |
Chris Lattner | Fix for: test/Regression/Assembler/2002-03-08-NameColli... |
tree | commitdiff |
2002-02-20 |
Chris Lattner | Close input file if exception is thrown |
tree | commitdiff |
2002-02-20 |
Chris Lattner | Change to verifier interface |
tree | commitdiff |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
tree | commitdiff |
2001-12-14 |
Chris Lattner | * Fix cases where we were calling Type->getName() inste... |
tree | commitdiff |
2001-12-04 |
Chris Lattner | Allow hyphens in identifier names |
tree | commitdiff |
2001-12-04 |
Chris Lattner | Renamed inst_const_iterator -> const_inst_iterator |
tree | commitdiff |
2001-12-03 |
Chris Lattner | Rename ConstPoolVal -> Constant |
tree | commitdiff |
2001-12-03 |
Chris Lattner | Split the PHINode class out from the iOther.h file... |
tree | commitdiff |
2001-11-27 |
Chris Lattner | Create a new #include "Support/..." directory structure... |
tree | commitdiff |
2001-11-26 |
Chris Lattner | Implement support for internal methods |
tree | commitdiff |
2001-11-26 |
Chris Lattner | Implement array indexing with uints |
tree | commitdiff |
2001-11-02 |
Chris Lattner | Improve some debugging code |
tree | commitdiff |
2001-11-01 |
Chris Lattner | Support floating point numbers in expodential form... |
tree | commitdiff |
2001-10-23 |
Chris Lattner | Negative FP constants... whodathunkit. |
tree | commitdiff |
2001-10-22 |
Chris Lattner | Remove ugly subclass of Opaque type |
tree | commitdiff |
2001-10-22 |
Chris Lattner | Fix bug with |
tree | commitdiff |
2001-10-21 |
Chris Lattner | Two changes: |
tree | commitdiff |
2001-10-21 |
Chris Lattner | Fix bug caused by: |
tree | commitdiff |
2001-10-20 |
Chris Lattner | Add support for And, XOR, and Or |
tree | commitdiff |
2001-10-20 |
Chris Lattner | It is valid to have unsigned arrays as constants..... |
tree | commitdiff |
2001-10-16 |
Chris Lattner | Simplify some code |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Rename ConstPoolPointerReference to ConstPoolPointerRef... |
tree | commitdiff |
2001-10-13 |
Chris Lattner | * Add support for forward references of global variable... |
tree | commitdiff |
2001-10-13 |
Chris Lattner | Add operator< to ValID's so that they can be put in... |
tree | commitdiff |
2001-10-13 |
Chris Lattner | Remove exception specification |
tree | commitdiff |
2001-10-13 |
Chris Lattner | Support the new Invoke instruction |
tree | commitdiff |
2001-10-03 |
Chris Lattner | Add comment |
tree | commitdiff |
2001-10-03 |
Chris Lattner | Support multiple global's definitions |
tree | commitdiff |
2001-10-03 |
Chris Lattner | Allow duplicate constant values as long as they are... |
tree | commitdiff |
2001-10-03 |
Chris Lattner | Add check to make sure that we dont reference MEthodTyp... |
tree | commitdiff |
2001-10-03 |
Chris Lattner | * Both Method & GlobalVariable now subclass GlobalValue |
tree | commitdiff |
2001-10-03 |
Chris Lattner | First try at a horrible global value reference wrapper |
tree | commitdiff |
2001-10-03 |
Chris Lattner | Clean up parser, fix a bug that prevented this from... |
tree | commitdiff |
2001-10-03 |
Chris Lattner | * Add support for null as a constant |
tree | commitdiff |
2001-10-02 |
Chris Lattner | Commit more code over to new cast style |
tree | commitdiff |
2001-10-01 |
Chris Lattner | Convert more code to use new style casts |
tree | commitdiff |
2001-10-01 |
Chris Lattner | Add more support for new style casts |
tree | commitdiff |
2001-10-01 |
Chris Lattner | Add support for new style casts |
tree | commitdiff |
2001-09-30 |
Chris Lattner | Implement constant pointers, and null specifically... |
tree | commitdiff |
2001-09-28 |
Chris Lattner | Pull iterators out of CFG.h and CFGdecls and put them... |
tree | commitdiff |
2001-09-18 |
Chris Lattner | Remove the unsized array constraint |
tree | commitdiff |
2001-09-18 |
Chris Lattner | Add support for global constants, and for initializers... |
tree | commitdiff |
2001-09-10 |
Chris Lattner | Update to use correct type cast |
tree | commitdiff |
2001-09-10 |
Chris Lattner | Implement global variable support |
tree | commitdiff |
2001-09-07 |
Chris Lattner | * Add support for forward referencing types |
tree | commitdiff |
2001-09-07 |
Chris Lattner | Add support for forward referencing types |
tree | commitdiff |
2001-09-07 |
Chris Lattner | Add support for an opaque type |
tree | commitdiff |
next |