2003-07-23 |
Chris Lattner | Remove redundant const qualifiers from cast<> expressions |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Remove explicit const qualifiers |
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-18 |
Chris Lattner | Detemplatize the PATypeHandle class, which was only... |
tree | commitdiff |
2003-06-17 |
Chris Lattner | Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Do not assert fail or crash when a bytecode parse fails! |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Eliminate the uchar typedef, use unsigned char explicitly |
tree | commitdiff |
2003-05-12 |
Chris Lattner | Fix Bug: Assembler/2003-05-12-MinIntProblem.llx |
tree | commitdiff |
2003-05-08 |
Chris Lattner | Add support for the new va_arg instruction |
tree | commitdiff |
2003-04-23 |
Misha Brukman | Fixed 'prevalent'. |
tree | commitdiff |
2003-04-22 |
Chris Lattner | Add support for reading and writing pointersize/endiann... |
tree | commitdiff |
2003-04-22 |
Chris Lattner | Preserve module source information in the ModuleID |
tree | commitdiff |
2003-04-19 |
Chris Lattner | Initial support for reading standard .a files |
tree | commitdiff |
2003-04-19 |
Chris Lattner | Add support for reading unaligned bytecode buffers |
tree | commitdiff |
2003-04-18 |
Chris Lattner | Fix a big bad bug I checked in yesterday :( |
tree | commitdiff |
2003-04-16 |
Chris Lattner | Add support to the bytecode reader/writer for the new... |
tree | commitdiff |
2003-04-16 |
Chris Lattner | Add new linkage types to support a real frontend |
tree | commitdiff |
2003-03-19 |
Chris Lattner | * Change the order that globals and constants are proce... |
tree | commitdiff |
2003-03-19 |
Chris Lattner | Changes to the V2 bytecode format: |
tree | commitdiff |
2003-03-19 |
Chris Lattner | * Bug fixes: |
tree | commitdiff |
2003-03-06 |
Chris Lattner | Infrastructure for more compact bytecode files and... |
tree | commitdiff |
2003-03-06 |
Chris Lattner | s/Method/Function in variable and method names |
tree | commitdiff |
2003-03-06 |
Chris Lattner | Continue simplifying error handling, s/method/function |
tree | commitdiff |
2003-03-06 |
Chris Lattner | Cleanup error handling constructs |
tree | commitdiff |
2003-03-06 |
Chris Lattner | Pull common code out |
tree | commitdiff |
2003-03-06 |
Chris Lattner | Use the std namespace explicitly |
tree | commitdiff |
2003-01-21 |
Chris Lattner | Don't keep track of # big vs #small instructions seperately |
tree | commitdiff |
2002-11-20 |
Chris Lattner | - Eliminated the deferred symbol table stuff in Modul... |
tree | commitdiff |
2002-10-23 |
Chris Lattner | - Fix a really nasty bug in the bytecode reader that... |
tree | commitdiff |
2002-10-22 |
Chris Lattner | Wow, for some reason, when reading bytecode from stdin... |
tree | commitdiff |
2002-10-14 |
Chris Lattner | Clean up code a bit, no functionality changes. |
tree | commitdiff |
2002-10-14 |
Chris Lattner | There is no way to guarantee that constants are not... |
tree | commitdiff |
2002-10-14 |
Chris Lattner | Minor cleanups, no changes to functionality |
tree | commitdiff |
2002-10-13 |
Chris Lattner | - Change Function's so that their argument list is... |
tree | commitdiff |
2002-10-13 |
Chris Lattner | - Rename Instruction::First*Op to *OpsBegin, and... |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Updates to work with recent Statistic's changes: |
tree | commitdiff |
2002-09-20 |
Anand Shukla | Changed uchar to unsigned char in function ParseBytecod... |
tree | commitdiff |
2002-09-14 |
Misha Brukman | On the quest of eliminating unnecessary includes. |
tree | commitdiff |
2002-09-13 |
Chris Lattner | Change the MallocInst & AllocaInst ctors to take the... |
tree | commitdiff |
2002-08-22 |
Chris Lattner | Eliminated the MemAccessInst class, folding contents... |
tree | commitdiff |
2002-08-22 |
Chris Lattner | Load & StoreInst no longer derive from MemAccessInst... |
tree | commitdiff |
2002-08-21 |
Chris Lattner | Emit an obnoxious warning message for bytecode that... |
tree | commitdiff |
2002-08-19 |
Chris Lattner | Fix bug: test/Regression/Assembler/2002-08-19-BytecodeR... |
tree | commitdiff |
2002-08-18 |
Chris Lattner | Turn off a debugging optimization that just slows bytec... |
tree | commitdiff |
2002-08-17 |
Chris Lattner | Fix stupid oversight of missing #include. |
tree | commitdiff |
2002-08-17 |
Chris Lattner | - Finally nailed: test/Regression/Assembler/2002... |
tree | commitdiff |
2002-08-14 |
Chris Lattner | Remove support for Not ConstantExpr. This simplifies... |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Cleanup ConstantExpr handling: |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Cleanup ConstantExpr handling: |
tree | commitdiff |
2002-07-26 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-25 |
Chris Lattner | Break line to fit 80 columns |
tree | commitdiff |
2002-07-24 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-23 |
Chris Lattner | Register the WriteBytecodePass |
tree | commitdiff |
2002-07-23 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-18 |
Chris Lattner | ConstExpr::getelementptr now takes a vector of Constant... |
tree | commitdiff |
2002-07-16 |
Anand Shukla | added std:: to pair |
tree | commitdiff |
2002-07-16 |
Anand Shukla | added std:: to vector |
tree | commitdiff |
2002-07-14 |
Vikram S. Adve | Add support for writing ConstantExpr nodes. |
tree | commitdiff |
2002-07-14 |
Vikram S. Adve | Write out the plane for types first, since values of... |
tree | commitdiff |
2002-07-14 |
Vikram S. Adve | Use a helper function outputConstantsInPlane in outputC... |
tree | commitdiff |
2002-07-14 |
Vikram S. Adve | Add support for reading ConstantExpr nodes. |
tree | commitdiff |
2002-07-14 |
Vikram S. Adve | Add support for reading ConstantExpr nodes. |
tree | commitdiff |
2002-06-30 |
Chris Lattner | Convert tabs to spaces |
tree | commitdiff |
2002-06-25 |
Anand Shukla | changes to make it compatible with 64bit gcc |
tree | commitdiff |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
tree | commitdiff |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
tree | commitdiff |
2002-06-05 |
Chris Lattner | Fix constness problem |
tree | commitdiff |
2002-06-05 |
Chris Lattner | Fix constness problems now that the cast operators... |
tree | commitdiff |
2002-05-06 |
Chris Lattner | Replace all usages of Type::isPointerType with isa... |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Eliminate duplicate or unneccesary #include's |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Split ConstantVals.h into Constant.h and Constants.h |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Remove unneccesary #include |
tree | commitdiff |
2002-04-18 |
Chris Lattner | Make debugging code not use getStrValue |
tree | commitdiff |
2002-04-16 |
Chris Lattner | Remove old frivolous uses of getStrValue in a debugging... |
tree | commitdiff |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
tree | commitdiff |
2002-04-09 |
Chris Lattner | Use opaque decl instead of #include |
tree | commitdiff |
2002-04-08 |
Chris Lattner | s/method/function |
tree | commitdiff |
2002-04-08 |
Chris Lattner | llvm/Assembly/Writer.h is unneccesary except for extrem... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | * Move include/llvm/Analysis/SlotCalculator.h to includ... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Change references to the Method class to be references... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Enable better debug output. When debugging the type... |
tree | commitdiff |
2002-04-04 |
Chris Lattner | s/MethodType/FunctionType |
tree | commitdiff |
2002-04-04 |
Chris Lattner | Add debug support |
tree | commitdiff |
2002-03-29 |
Chris Lattner | s/Method/Function |
tree | commitdiff |
2002-03-26 |
Chris Lattner | Change references from Method to Function |
tree | commitdiff |
2002-03-26 |
Chris Lattner | Remove unneccesary forward declarations for classes |
tree | commitdiff |
2002-03-23 |
Chris Lattner | Rename Method to Function |
tree | commitdiff |
2002-02-12 |
Chris Lattner | Method.h no longer includes BasicBlock.h |
tree | commitdiff |
2002-01-21 |
Chris Lattner | Chuck fixed the GCC problems so this hack is now unnecc... |
tree | commitdiff |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
tree | commitdiff |
2001-12-14 |
Chris Lattner | Remove unsized array support |
tree | commitdiff |
2001-12-14 |
Chris Lattner | Add pointer indexing support |
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-29 |
Chris Lattner | Move support directory |
tree | commitdiff |
2001-11-27 |
Chris Lattner | Create a new #include "Support/..." directory structure... |
tree | commitdiff |
2001-11-26 |
Chris Lattner | Implement internal method support |
tree | commitdiff |
next |