index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Reader
/
ReaderWrappers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finalize bytecode dumping. The "handleFinish" method was getting called
Reid Spencer
2004-07-05
1
-3
/
+3
*
Remove tabs. Move function declaration to Reader.h where it belongs.
Reid Spencer
2004-07-04
1
-8
/
+4
*
Adjustments to allow Bytecode Reading to support the BytecodeHandler
Reid Spencer
2004-06-29
1
-15
/
+68
*
Use the new FileUtilities.h API for mapping a file into an address
Chris Lattner
2004-05-28
1
-18
/
+6
*
Use new getFileSize function instead of sys/stat.h directly.
Chris Lattner
2003-12-30
1
-7
/
+4
*
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
Chris Lattner
2003-12-29
1
-16
/
+4
*
Throw better error messages, by calling strerror(errno) when we
Brian Gaeke
2003-12-12
1
-4
/
+9
*
Fine grainify namespacification, #include file that defines the interface!
Chris Lattner
2003-11-19
1
-9
/
+11
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-2
/
+5
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
* New revised variable argument handling support
Chris Lattner
2003-10-18
1
-8
/
+89
*
Add separator between different types of readers.
Misha Brukman
2003-10-16
1
-0
/
+1
*
Destroy allocated resources on exception.
Misha Brukman
2003-10-08
1
-3
/
+13
*
All of our supported operating systems (so far) and FreeBSD technically
Brian Gaeke
2003-10-06
1
-0
/
+1
*
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-10-04
1
-6
/
+4
*
Do not leak the ModuleProvider if releaseModule() throws.
Chris Lattner
2003-10-04
1
-11
/
+6
*
Define the instance variable Buffer, not the automatic variable Buffer.
Chris Lattner
2003-09-25
1
-3
/
+2
*
Fix alignment problem
Chris Lattner
2003-09-24
1
-1
/
+1
*
Actually assign the string correctly through the std::string pointer.
Misha Brukman
2003-09-24
1
-2
/
+2
*
* Eliminate BytecodeBufferReader::Length member variable
Misha Brukman
2003-09-24
1
-26
/
+7
*
Added code that ensures that we pass the beginning of the data buffer to
John Criswell
2003-09-23
1
-1
/
+1
*
* Group class definitions & implementations together
Misha Brukman
2003-09-23
1
-58
/
+110
*
* Constantify arguments to copy function
Misha Brukman
2003-09-23
1
-8
/
+4
*
Added file header comment.
Misha Brukman
2003-09-22
1
-0
/
+7
*
* Cleaned up code:
Misha Brukman
2003-09-22
1
-0
/
+170