Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cf5c6e4adb9843cd24e24d02fa98385f2a74676b
/
llvm
/
lib
/
Bytecode
/
Reader
/
ReaderWrappers.cpp
02b6708
Finalize bytecode dumping. The "handleFinish" method was getting called
by Reid Spencer
· 21 years ago
0421e6c
Remove tabs. Move function declaration to Reader.h where it belongs.
by Reid Spencer
· 21 years ago
891cb9d
Adjustments to allow Bytecode Reading to support the BytecodeHandler
by Reid Spencer
· 21 years ago
9063461
Use the new FileUtilities.h API for mapping a file into an address space
by Chris Lattner
· 21 years ago
9b75157
Use new getFileSize function instead of sys/stat.h directly.
by Chris Lattner
· 22 years ago
a462161
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
by Chris Lattner
· 22 years ago
d24cfed
Throw better error messages, by calling strerror(errno) when we
by Brian Gaeke
· 22 years ago
e8de159
Fine grainify namespacification, #include file that defines the interface!
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
7c6c539
* New revised variable argument handling support
by Chris Lattner
· 22 years ago
0659ddc
Add separator between different types of readers.
by Misha Brukman
· 22 years ago
b5c59fa
Destroy allocated resources on exception.
by Misha Brukman
· 22 years ago
82f6453
All of our supported operating systems (so far) and FreeBSD technically
by Brian Gaeke
· 22 years ago
cc593fb
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
by Chris Lattner
· 22 years ago
a0d15e4
Do not leak the ModuleProvider if releaseModule() throws.
by Chris Lattner
· 22 years ago
1e9402d
Define the instance variable Buffer, not the automatic variable Buffer.
by Chris Lattner
· 22 years ago
ce6feda
Fix alignment problem
by Chris Lattner
· 22 years ago
86c8a48
Actually assign the string correctly through the std::string pointer.
by Misha Brukman
· 22 years ago
c363480
* Eliminate BytecodeBufferReader::Length member variable
by Misha Brukman
· 22 years ago
89f4dcf
Added code that ensures that we pass the beginning of the data buffer to
by John Criswell
· 22 years ago
301f7df
* Group class definitions & implementations together
by Misha Brukman
· 22 years ago
715fe87
* Constantify arguments to copy function
by Misha Brukman
· 22 years ago
bafce80
Added file header comment.
by Misha Brukman
· 22 years ago
6e9a351
* Cleaned up code:
by Misha Brukman
· 22 years ago