2005-02-24 |
Chris Lattner | add more checking |
tree | commitdiff |
2005-02-24 |
Chris Lattner | Do not read free'd memory when printing an error message. |
tree | commitdiff |
2005-02-22 |
Chris Lattner | C++ is not a functional programming language. |
tree | commitdiff |
2005-02-01 |
Chris Lattner | Fix test/Regression/Assembler/2005-01-31-CallingAggrega... |
tree | commitdiff |
2005-02-01 |
Chris Lattner | Apparently := confuses makellvm |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Adjust to slight changes in instruction interfaces. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
tree | commitdiff |
2004-12-10 |
Alkis Evlogimenos | Do not allow empty label names. |
tree | commitdiff |
2004-12-10 |
Chris Lattner | Implement test/Feature/escaped_label.ll |
tree | commitdiff |
2004-12-08 |
Chris Lattner | Add support for compilers with arg dependent name looku... |
tree | commitdiff |
2004-12-06 |
Reid Spencer | For PR409: \ |
tree | commitdiff |
2004-11-28 |
Chris Lattner | Fix PR463 |
tree | commitdiff |
2004-10-28 |
Reid Spencer | Make sure that the yacc and lex output are specified... |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-26 |
Chris Lattner | Plug a memory leak in the asmparser. It turns out... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-16 |
Chris Lattner | Parse undef and unreachable |
tree | commitdiff |
2004-10-13 |
Reid Spencer | Update to reflect changes in Makefile rules. |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-10-09 |
Chris Lattner | Add a check to avoid an assertion on malformed input |
tree | commitdiff |
2004-09-14 |
Reid Spencer | Okay, the list of link-time passes wasn't such a hot... |
tree | commitdiff |
2004-09-13 |
Reid Spencer | Add support for the link-time pass list to Modules. |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
2004-08-21 |
Reid Spencer | Examine the type code in the setcc class of instruction... |
tree | commitdiff |
2004-08-20 |
Chris Lattner | quish a warning |
tree | commitdiff |
2004-08-20 |
Brian Gaeke | Packed types, brought to you by Brad Jones |
tree | commitdiff |
2004-08-17 |
Chris Lattner | Work around PR424 for old c/c++ frontends. |
tree | commitdiff |
2004-07-29 |
Alkis Evlogimenos | Merge i*.h headers into Instructions.h as part of bug403. |
tree | commitdiff |
2004-07-26 |
Chris Lattner | Fix bug in previous patch :( |
tree | commitdiff |
2004-07-26 |
Chris Lattner | Fix an extremely serious regression that was causing... |
tree | commitdiff |
2004-07-25 |
Reid Spencer | Adjust to new Module.h interface for dependent libraries |
tree | commitdiff |
2004-07-25 |
Reid Spencer | bug 263: |
tree | commitdiff |
2004-07-25 |
Reid Spencer | bug 263: |
tree | commitdiff |
2004-07-18 |
Reid Spencer | bug 122: |
tree | commitdiff |
2004-07-16 |
Chris Lattner | Fix the regressions handling unnamed global variables |
tree | commitdiff |
2004-07-14 |
Chris Lattner | This is logically part of the last patch. Just more... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | ** Finally DeclareNewGlobalValue is dead! |
tree | commitdiff |
2004-07-14 |
Chris Lattner | * Fairly substantial change. Instead of creating new... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Fold setValueNameMergingDuplicates into ParseGlobalVari... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Fix a regression from last night. Apparently the CFE... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Pull out code shared between GV forward-decl and defini... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Simplify code. Do not allow functions to be redefined... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Remove a gross and crufty "feature" that was never... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Finegrainify namespacification |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Revamp handling of labels. In particular, if we create... |
tree | commitdiff |
2004-07-14 |
Chris Lattner | Split the basic block handling case out of getVal into... |
tree | commitdiff |
2004-07-13 |
Chris Lattner | Fine-grainify namespacification, prune #include |
tree | commitdiff |
2004-07-13 |
Chris Lattner | Fix typeo and refactor bb productions to make it possib... |
tree | commitdiff |
2004-07-13 |
Chris Lattner | Eliminate some mega-cruft here. There is no reason... |
tree | commitdiff |
2004-07-13 |
Chris Lattner | Inline the now trivial setValueNameInternal function... |
tree | commitdiff |
2004-07-13 |
Chris Lattner | Now that basic blocks are eagerly inserted into the... |
tree | commitdiff |
2004-07-13 |
Chris Lattner | A couple of substantial cleanup fixes: |
tree | commitdiff |
2004-07-13 |
Chris Lattner | Replace a bunch of complex ConstantPointerRef referring... |
tree | commitdiff |
2004-07-09 |
Chris Lattner | Don't call Type::setName() |
tree | commitdiff |
2004-07-08 |
Chris Lattner | Eliminate uses of the UniqueID field on Type objects |
tree | commitdiff |
2004-07-04 |
Reid Spencer | - remove use of isa<Type>(Val) since there's no inherit... |
tree | commitdiff |
2004-07-04 |
Reid Spencer | Remove use of Type::TypeTy which is no longer defined... |
tree | commitdiff |
2004-06-17 |
Chris Lattner | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID... |
tree | commitdiff |
2004-05-28 |
Reid Spencer | Remove some more dead code resulting from adding setTyp... |
tree | commitdiff |
2004-05-27 |
Reid Spencer | Remove an assertion that uses Type::TypeTy that is... |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Add support for dos-style files |
tree | commitdiff |
2004-05-26 |
Reid Spencer | Provide the correct patch for bug 345. The solution... |
tree | commitdiff |
2004-05-26 |
Chris Lattner | A quick and ugly hack to fix PR345. I used TypeTy... |
tree | commitdiff |
2004-05-25 |
Reid Spencer | Changed to use SymbolTable's new lookup interface. |
tree | commitdiff |
2004-04-17 |
Chris Lattner | Fix a memory leak. We leaked the vector holding the... |
tree | commitdiff |
2004-04-05 |
Chris Lattner | Support getelementptr instructions which use uint's... |
tree | commitdiff |
2004-03-31 |
Chris Lattner | Avoid TRUE and FALSE which apparently conflict with... |
tree | commitdiff |
2004-03-30 |
Chris Lattner | Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx |
tree | commitdiff |
2004-03-19 |
Chris Lattner | Hrm, we were leaking ~1M of garbage that valgrind never... |
tree | commitdiff |
2004-03-12 |
Chris Lattner | Allow parsing select instruction and constant expr |
tree | commitdiff |
2004-03-08 |
Chris Lattner | Insert functions into the module promptly, not lazily... |
tree | commitdiff |
2004-03-08 |
Chris Lattner | Eliminate a REALLY HORRIBLE API: mutateReferences,... |
tree | commitdiff |
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 |
next |