index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Reader
Age
Commit message (
Expand
)
Author
2005-08-17
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-16
This is a dummy, it doesn't matter what the ValueType is
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-06-22
If we support structs as va_list, we must pass pointers to them to va_copy
Andrew Lenharth
2005-06-19
va_end fix
Andrew Lenharth
2005-06-18
core changes for varargs
Andrew Lenharth
2005-06-08
Remove code for conversion from old style va_args. Preparing the way for
Andrew Lenharth
2005-05-06
remove some dead (always dynamically false) flags
Chris Lattner
2005-05-06
encode calling conventions for call/invoke instructions.
Chris Lattner
2005-05-06
encode function calling convs in the bytecode file. invoke and call are
Chris Lattner
2005-05-06
add bytecode reader support for tail calls
Chris Lattner
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
Add some extra checks. Opaque types don't have a null marker.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-05
second argument to Value::setName is now gone.
Chris Lattner
2005-02-24
use more specific cast.
Chris Lattner
2005-02-13
Make the check for global variables the same as the one for functions. In
Reid Spencer
2005-02-13
Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.
Chris Lattner
2005-02-13
Do not put internal symbols into the symbol table. This shrinks the symbol
Chris Lattner
2005-01-31
Fix the regressions my User changes introduced. Apparently some parts of
Chris Lattner
2005-01-29
Adjust to changes in User class and minor changes in instruction ctors.
Chris Lattner
2004-12-21
For PR351:
Reid Spencer
2004-12-20
Remove the #include of llvm/Config/unistd.h as it is no longer needed.
Reid Spencer
2004-12-20
Fix problems uncovered by VC++ (first time compiled by VC++)
Jeff Cohen
2004-12-13
For PR351:
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-12-09
Remove a dead field, make the map go to integer type ID to hash better and
Chris Lattner
2004-12-09
Remove #include inadvertently added
Chris Lattner
2004-12-09
Eliminate this ugly hack. This was put back in when replaceAllUsesOf used
Chris Lattner
2004-12-04
Provide more information in the error message that occurs when there are
Reid Spencer
2004-12-04
Do not allow bytecode files with unresolved references to be read. Doing
Chris Lattner
2004-11-30
RevisionNum is read by error(), initialize it early.
Chris Lattner
2004-11-22
Fix a comment to imply the correct semantics.
Reid Spencer
2004-11-19
Add note that this is for old bytecode files.
Chris Lattner
2004-11-16
Per code review:\
Reid Spencer
2004-11-15
Use a per-function flag bit to indicate whether or not there is a function
Chris Lattner
2004-11-15
Make *SURE* to null out the pointer before throwing an exception, otherwise
Chris Lattner
2004-11-15
Cleanups. Null out pointer after freeing it for paranoia
Chris Lattner
2004-11-15
Make functions default to having external linkage if they have no
Chris Lattner
2004-11-15
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-14
Moved to lib/Bytecode/Archive.
Reid Spencer
2004-11-14
Add wrappers to get defined symbols from bytecode
Reid Spencer
2004-11-14
Simplify handling of decompression
Reid Spencer
2004-11-14
Simplify decompression code by using the high level interface to the Compressor
Reid Spencer
2004-11-14
Mark an unmaterialized function as having GhostLinkage
Misha Brukman
2004-11-09
Recognize compressed LLVM bytecode files.
John Criswell
2004-11-07
* Comments & cleanup per CL code review.
Reid Spencer
2004-11-07
Add comments per CL code review.
Reid Spencer
2004-11-06
Add support for compressed bytecode
Reid Spencer
[next]