index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
12
-33
/
+33
*
Implement tracking of bytecode instruction size and the number of long
Reid Spencer
2004-06-11
4
-0
/
+32
*
Revert an unneeded interface change to Instruction.h
Reid Spencer
2004-06-11
2
-2
/
+2
*
Remove tabs.
Reid Spencer
2004-06-10
2
-4
/
+4
*
Implement detailed function level data collection and reporting.
Reid Spencer
2004-06-10
4
-296
/
+208
*
Adjust prototypes to new Handler interface.
Reid Spencer
2004-06-10
2
-138
/
+60
*
Make the parser deal with functions instead of just function types.
Reid Spencer
2004-06-10
4
-76
/
+84
*
Doxygenize a comment.
Reid Spencer
2004-06-10
1
-2
/
+2
*
Implemented the bulk of the functionality. Cleaned up the code.
Reid Spencer
2004-06-10
12
-799
/
+1180
*
Cleanup alignment of output.
Reid Spencer
2004-06-09
2
-28
/
+28
*
Implement analysis output. Don't dump function details unless requested.
Reid Spencer
2004-06-09
2
-2
/
+40
*
Implement some rudimentary analysis.
Reid Spencer
2004-06-09
2
-6
/
+94
*
Clean up indentation of file body output.
Reid Spencer
2004-06-09
2
-18
/
+20
*
Move parsing details to Parser.cpp.
Reid Spencer
2004-06-09
2
-50
/
+0
*
Bring some things out of header files that belong only in this file.
Reid Spencer
2004-06-09
2
-0
/
+42
*
Cleaned up a dead header file to prevent duplicate definition warnings
Reid Spencer
2004-06-09
1
-1
/
+1
*
Fix the bug that was preventing the parser from working on all bytecode
Reid Spencer
2004-06-08
2
-10
/
+10
*
Make it #include Parser.h instead of AnalyzerInternals.h since it only
Reid Spencer
2004-06-08
1
-1
/
+1
*
Adjust what's included to compensate for changes in Parser.h
Reid Spencer
2004-06-08
2
-0
/
+22
*
Merged BytecodeHandler.h into Parser.h since the parser and the handler
Reid Spencer
2004-06-08
3
-359
/
+752
*
Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool
Reid Spencer
2004-06-07
17
-1
/
+4344
*
Use the new FileUtilities.h API for mapping a file into an address
Chris Lattner
2004-05-28
3
-46
/
+22
*
Use the SymbolTable::isEmpty() method instead of checking for no value
Reid Spencer
2004-05-27
1
-1
/
+1
*
Part of bug 122:
Reid Spencer
2004-05-26
3
-71
/
+52
*
Put SlotTable.h inclusion back at front of list to be coding standards
Reid Spencer
2004-05-25
1
-1
/
+1
*
Make the constructor explicit so we can't implicitly convert bool to
Reid Spencer
2004-05-25
1
-1
/
+1
*
Make some improvements suggested by Chris.
Reid Spencer
2004-05-25
1
-8
/
+9
*
Adding the initial implementation of the SlotTable class. This class is
Reid Spencer
2004-05-25
2
-0
/
+309
*
Changed to use SymbolTable's new iteration interfaces.
Reid Spencer
2004-05-25
1
-6
/
+18
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
1
-15
/
+35
*
Squelch compile-time warning (profile build).
Misha Brukman
2004-04-28
1
-1
/
+1
*
Fix warning building in optimized mode
Chris Lattner
2004-04-27
1
-0
/
+1
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-2
/
+2
*
Implement support for a new LLVM 1.3 bytecode format, which uses uint's
Chris Lattner
2004-04-05
6
-87
/
+191
*
Remove a bunch of cruft that was used to be backwards compatible with the last
Chris Lattner
2004-04-03
3
-92
/
+23
*
Use the true, decoded name of the archive member in getObjectType.
Brian Gaeke
2004-03-31
2
-14
/
+20
*
Add support for reading constantexpr select instructions
Chris Lattner
2004-03-31
1
-0
/
+3
*
Make error message a bit nicer.
Chris Lattner
2004-03-29
1
-1
/
+1
*
Write select instructions to bytecode
Chris Lattner
2004-03-12
1
-1
/
+2
*
Read select instrs from bytecode
Chris Lattner
2004-03-12
1
-0
/
+5
*
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-15
1
-1
/
+2
*
This debugging hook is no longer needed.
Chris Lattner
2004-02-09
1
-2
/
+0
*
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
2
-6
/
+6
*
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-02-09
3
-26
/
+23
*
Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs
Chris Lattner
2004-02-09
1
-0
/
+2
*
Remove all of the annoying statistics now that I'm finished (for the near
Chris Lattner
2004-02-01
3
-89
/
+0
*
Implement ModuleProvider::materializeModule() by only materializing functions
Misha Brukman
2004-01-21
1
-0
/
+10
*
SlotCalculator.h moved
Chris Lattner
2004-01-20
2
-3
/
+3
*
Move SlotCalculator.h from include/llvm to include/llvm/Analysis
Chris Lattner
2004-01-20
1
-4
/
+3
*
Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'!
Chris Lattner
2004-01-20
1
-3
/
+7
[next]