| Commit message (Expand) | Author | Age | Files | Lines |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -2/+2 |
* | Correct the interface of a function to use the correct typedef for an | Reid Spencer | 2004-09-11 | 1 | -2/+2 |
* | Add a function that gets just the dependent libraries from a bytecode file. | Reid Spencer | 2004-08-24 | 1 | -7/+17 |
* | Dump the DependentLibsBlockID, its not a block, its just a list inside the | Reid Spencer | 2004-08-21 | 1 | -3/+2 |
* | Add new methods: | Reid Spencer | 2004-08-21 | 1 | -0/+16 |
* | Bytecode Analyzer cleanup: | Reid Spencer | 2004-08-21 | 1 | -7/+9 |
* | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -0/+9 |
* | The Type* is redundant with the TypeSlot | Chris Lattner | 2004-08-04 | 1 | -2/+1 |
* | bug 402: | Reid Spencer | 2004-07-25 | 1 | -0/+45 |
* | Constant value not needed after CPR's disappear. | Reid Spencer | 2004-07-17 | 1 | -2/+1 |
* | Make all the virtual function (except destructor) inline so there are | Reid Spencer | 2004-07-04 | 1 | -41/+41 |
* | Provide support for the BytecodeHandler interface which will be called by | Reid Spencer | 2004-06-29 | 1 | -2/+9 |
* | Fix include guard | Reid Spencer | 2004-06-29 | 1 | -9/+20 |
* | Adjust comments to match code. | Reid Spencer | 2004-06-29 | 1 | -6/+13 |
* | - Changed Handler.h -> BytecodeHandler.h | Reid Spencer | 2004-06-25 | 1 | -13/+13 |
* | Okay, Module have not been known as 'C' for a LONG time now | Chris Lattner | 2004-06-25 | 1 | -4/+2 |
* | Definition of the Bytecode Handler interface. Subclasses can override just | Reid Spencer | 2004-06-24 | 1 | -0/+291 |
* | Implement tracking of bytecode instruction size and the number of long | Reid Spencer | 2004-06-11 | 1 | -1/+5 |
* | Updated the BytecodeAnalysis data structure to contain additional fields | Reid Spencer | 2004-06-10 | 1 | -3/+9 |
* | Implemented the bulk of the functionality. Cleaned up the code. | Reid Spencer | 2004-06-10 | 1 | -9/+22 |
* | Add some new fields for bytecode analysis. | Reid Spencer | 2004-06-09 | 1 | -1/+4 |
* | Fix case of doxygen directive `\p': it's lowercase. | Misha Brukman | 2004-06-08 | 1 | -3/+3 |
* | Clean up documentation and make it possible for the BytecodeAnalyzer to | Reid Spencer | 2004-06-08 | 1 | -6/+17 |
* | Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool | Reid Spencer | 2004-06-07 | 1 | -0/+97 |
* | Add enum for compaction table. | Chris Lattner | 2004-01-18 | 1 | -2/+8 |
* | remove obsolete file | Chris Lattner | 2004-01-10 | 1 | -282/+0 |
* | Add new block number | Chris Lattner | 2003-12-01 | 1 | -0/+4 |
* | Remove unused enum value | Chris Lattner | 2003-12-01 | 1 | -1/+0 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 5 | -0/+21 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 5 | -0/+35 |
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 1 | -6/+4 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 5 | -6/+6 |
* | Added doxygen comments for the streaming module provider. | Misha Brukman | 2003-09-22 | 1 | -6/+7 |
* | Added functions to perform streaming function loading, doxygenified comments. | Misha Brukman | 2003-09-22 | 1 | -9/+25 |
* | Converted tabs to spaces. | Misha Brukman | 2003-09-22 | 1 | -14/+14 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
* | Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. | John Criswell | 2003-06-11 | 1 | -5/+5 |
* | Fix memory corruption problem | Chris Lattner | 2003-05-06 | 1 | -1/+2 |
* | Add information about the module source | Chris Lattner | 2003-04-22 | 1 | -0/+1 |
* | Add prototype to read .a files | Chris Lattner | 2003-04-19 | 1 | -0/+7 |
* | Add new chunk type | Chris Lattner | 2003-03-19 | 1 | -0/+1 |
* | Generalize interface a bit | Chris Lattner | 2003-03-06 | 1 | -1/+2 |
* | Fix typo | Chris Lattner | 2002-10-25 | 1 | -1/+1 |
* | Fix namespace correctness bug | Chris Lattner | 2002-09-17 | 1 | -1/+1 |
* | Add a version of the bytecode writer pass that has a default ctor | Chris Lattner | 2002-07-23 | 1 | -3/+2 |
* | changed first arg of parseBytecodeBuffer to unsigned char | Anand Shukla | 2002-07-21 | 1 | -1/+1 |
* | changed first arg og parseBytecodeBuffer to uchar | Anand Shukla | 2002-07-21 | 1 | -1/+1 |
* | Fix prototype to make function. | Chris Lattner | 2002-07-17 | 1 | -2/+1 |
* | added include<iostream> for cerr | Anand Shukla | 2002-06-25 | 1 | -0/+1 |
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -2/+2 |