Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
lib
/
Bytecode
/
Reader
/
ReaderWrappers.cpp
0300f3e
Change the ModuleProvider interface to not throw exceptions.
by Chris Lattner
· 19 years ago
32f5553
For PR787:
by Reid Spencer
· 19 years ago
0f7bfba
I bet pinski knows why g++ accepts this stuff
by Duraid Madina
· 19 years ago
66c5fd6
When a function takes a variable number of pointer arguments, with a zero
by Jeff Cohen
· 20 years ago
00b16889
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 20 years ago
213e557
If we support structs as va_list, we must pass pointers to them to va_copy
by Andrew Lenharth
· 20 years ago
017fba9
va_end fix
by Andrew Lenharth
· 20 years ago
558bc88
core changes for varargs
by Andrew Lenharth
· 20 years ago
141e488
Remove code for conversion from old style va_args. Preparing the way for
by Andrew Lenharth
· 20 years ago
6b8a63a
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 20 years ago
8a96c53
Remove trailing whitespace
by Misha Brukman
· 20 years ago
e4d5c44
This mega patch converts us from using Function::a{iterator|begin|end} to
by Chris Lattner
· 20 years ago
818827d
Make the check for global variables the same as the one for functions. In
by Reid Spencer
· 20 years ago
e5cea5e
Do not put internal symbols into the symbol table. This shrinks the symbol
by Chris Lattner
· 20 years ago
0a83472
For PR351:
by Reid Spencer
· 20 years ago
7904c4f
Remove the #include of llvm/Config/unistd.h as it is no longer needed.
by Reid Spencer
· 20 years ago
9153f8f
For PR351:
by Reid Spencer
· 20 years ago
1fce091
Path::get -> Path::toString
by Reid Spencer
· 20 years ago
93ee7dc
Fix a comment to imply the correct semantics.
by Reid Spencer
· 21 years ago
5a88578
Per code review:\
by Reid Spencer
· 21 years ago
766b793
Changes necessary to enable linking of archives without LLVM symbol tables.
by Reid Spencer
· 21 years ago
565ff3d
Add wrappers to get defined symbols from bytecode
by Reid Spencer
· 21 years ago
2bcfcbe
Implement the GetBytecodeSymbols interface function to extract just the
by Reid Spencer
· 21 years ago
5adf0ca
Unbreak doxygen, according to Reid.
by Misha Brukman
· 21 years ago
7df0074
Fix code spacing/alignment
by Misha Brukman
· 21 years ago
46a981c
Change interface to use correct typedef so it will always compile.
by Reid Spencer
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
e0cf59e
Add a wrapper for extraction of the dependent libraries from a bytecode file.
by Reid Spencer
· 21 years ago
4542c43
Two Changes:
by Reid Spencer
· 21 years ago
9a7e0c5
Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get
by Reid Spencer
· 21 years ago
5c15fe5
Finalize bytecode dumping. The "handleFinish" method was getting called
by Reid Spencer
· 21 years ago
97c7d74
Remove tabs. Move function declaration to Reader.h where it belongs.
by Reid Spencer
· 21 years ago
df45a54
Adjustments to allow Bytecode Reading to support the BytecodeHandler
by Reid Spencer
· 21 years ago
fb777c2
Use the new FileUtilities.h API for mapping a file into an address space
by Chris Lattner
· 21 years ago
b70abe1
Use new getFileSize function instead of sys/stat.h directly.
by Chris Lattner
· 21 years ago
2d6481c
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
by Chris Lattner
· 21 years ago
27b40bc
Throw better error messages, by calling strerror(errno) when we
by Brian Gaeke
· 21 years ago
deab9a7
Fine grainify namespacification, #include file that defines the interface!
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
cb7e2e2
* New revised variable argument handling support
by Chris Lattner
· 22 years ago
9fcdadb
Add separator between different types of readers.
by Misha Brukman
· 22 years ago
7f58de2
Destroy allocated resources on exception.
by Misha Brukman
· 22 years ago
378b524
All of our supported operating systems (so far) and FreeBSD technically
by Brian Gaeke
· 22 years ago
00413e3
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
by Chris Lattner
· 22 years ago
a983359
Do not leak the ModuleProvider if releaseModule() throws.
by Chris Lattner
· 22 years ago
735289c
Define the instance variable Buffer, not the automatic variable Buffer.
by Chris Lattner
· 22 years ago
4eed793
Fix alignment problem
by Chris Lattner
· 22 years ago
134aba6
Actually assign the string correctly through the std::string pointer.
by Misha Brukman
· 22 years ago
34ce14b
* Eliminate BytecodeBufferReader::Length member variable
by Misha Brukman
· 22 years ago
4dcbd5e
Added code that ensures that we pass the beginning of the data buffer to
by John Criswell
· 22 years ago
d57308a
* Group class definitions & implementations together
by Misha Brukman
· 22 years ago
5c34441
* Constantify arguments to copy function
by Misha Brukman
· 22 years ago
4645379
Added file header comment.
by Misha Brukman
· 22 years ago
12c29d1
* Cleaned up code:
by Misha Brukman
· 22 years ago