Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd7ce6c31a97eddf171faba63d272cf7bd3aecb4
/
llvm
/
lib
/
Bytecode
/
Reader
/
ReaderWrappers.cpp
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