index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bytecode
/
Reader
/
ReaderWrappers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove bytecode reader
Chris Lattner
2007-05-06
1
-256
/
+0
*
move archive-specific stuff out of bcreader into archive library.
Chris Lattner
2007-02-07
1
-67
/
+0
*
move an llvmc-specific function out of the bcreader into llvmc.
Chris Lattner
2007-02-07
1
-16
/
+0
*
move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now
Chris Lattner
2007-02-07
1
-15
/
+0
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
1
-45
/
+35
*
Move compressor out of the core Reader.cpp file.
Chris Lattner
2007-02-07
1
-3
/
+7
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
remove support for old-style varargs upgrading
Chris Lattner
2007-01-07
1
-106
/
+6
*
Fix long standing issue with propagating error message back to caller. This
Reid Spencer
2006-12-15
1
-5
/
+5
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-5
/
+3
*
Fix massive resource leaks in the bytecode reader. Reading a bytecode file
Chris Lattner
2006-10-12
1
-39
/
+40
*
For PR797:
Reid Spencer
2006-08-25
1
-103
/
+134
*
For PR797:
Reid Spencer
2006-08-22
1
-8
/
+16
*
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-14
/
+12
*
For PR787:
Reid Spencer
2006-06-07
1
-0
/
+2
*
I bet pinski knows why g++ accepts this stuff
Duraid Madina
2005-12-26
1
-0
/
+2
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-3
/
+3
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-10
/
+10
*
If we support structs as va_list, we must pass pointers to them to va_copy
Andrew Lenharth
2005-06-22
1
-4
/
+8
*
va_end fix
Andrew Lenharth
2005-06-19
1
-0
/
+1
*
core changes for varargs
Andrew Lenharth
2005-06-18
1
-3
/
+98
*
Remove code for conversion from old style va_args. Preparing the way for
Andrew Lenharth
2005-06-08
1
-76
/
+3
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-15
/
+15
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-4
/
+4
*
Make the check for global variables the same as the one for functions. In
Reid Spencer
2005-02-13
1
-1
/
+1
*
Do not put internal symbols into the symbol table. This shrinks the symbol
Chris Lattner
2005-02-13
1
-21
/
+11
*
For PR351:
Reid Spencer
2004-12-21
1
-10
/
+7
*
Remove the #include of llvm/Config/unistd.h as it is no longer needed.
Reid Spencer
2004-12-20
1
-1
/
+0
*
For PR351:
Reid Spencer
2004-12-13
1
-20
/
+6
*
Path::get -> Path::toString
Reid Spencer
2004-12-11
1
-1
/
+2
*
Fix a comment to imply the correct semantics.
Reid Spencer
2004-11-22
1
-1
/
+1
*
Per code review:\
Reid Spencer
2004-11-16
1
-8
/
+12
*
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-15
1
-7
/
+8
*
Add wrappers to get defined symbols from bytecode
Reid Spencer
2004-11-14
1
-19
/
+48
*
Implement the GetBytecodeSymbols interface function to extract just the
Reid Spencer
2004-11-06
1
-0
/
+39
*
Unbreak doxygen, according to Reid.
Misha Brukman
2004-09-12
1
-2
/
+4
*
Fix code spacing/alignment
Misha Brukman
2004-09-12
1
-6
/
+4
*
Change interface to use correct typedef so it will always compile.
Reid Spencer
2004-09-11
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Add a wrapper for extraction of the dependent libraries from a bytecode
Reid Spencer
2004-08-24
1
-0
/
+14
*
Two Changes:
Reid Spencer
2004-08-21
1
-14
/
+18
*
Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get
Reid Spencer
2004-08-04
1
-1
/
+1
*
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
[next]