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
Age
Commit message (
Expand
)
Author
2007-05-07
Parameter attributes on invoke calls were being lost due to the wrong
Duncan Sands
2007-05-07
Testcase for PR1398.
Duncan Sands
2007-05-07
Initialize variable to null so it has a value in the off chance that a
Reid Spencer
2007-05-07
Update.
Evan Cheng
2007-05-07
Unbreak VC++ build.
Jeff Cohen
2007-05-06
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
Enhance MemoryBuffer to return error messages in strings if they occur.
Chris Lattner
2007-05-06
remove dead option
Chris Lattner
2007-05-06
this is obsolete
Chris Lattner
2007-05-06
link to the bitcode doc
Chris Lattner
2007-05-06
bzip2 is gone
Chris Lattner
2007-05-06
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
Update fields
Anton Korobeynikov
2007-05-06
add this back
Chris Lattner
2007-05-06
Detabify
Anton Korobeynikov
2007-05-06
Update MSIL BE. This patch fixes most weird glitches outlined in
Anton Korobeynikov
2007-05-06
lib/Bytecode is dead
Chris Lattner
2007-05-06
move this to lib/Archive
Chris Lattner
2007-05-06
build lib/Archive instead of lib/Bytecode
Chris Lattner
2007-05-06
adjust this to live in lib/Archive
Chris Lattner
2007-05-06
remove bytecode headers
Chris Lattner
2007-05-06
remove dead header
Chris Lattner
2007-05-06
Fix a buggy conversion from bytecode to bitcode
Chris Lattner
2007-05-06
remove bytecode reader
Chris Lattner
2007-05-06
remove the old bc writer
Chris Lattner
2007-05-06
fix off-by-one that caused the llvm2cpp test to fail
Chris Lattner
2007-05-06
remove libbzip2 from this. This should use llvm-config or something.
Chris Lattner
2007-05-06
Flush the file after writing bitcode so that clients who don't close their
Chris Lattner
2007-05-06
make sure the ofstream for opt's output file is destroyed, so that the bits
Chris Lattner
2007-05-06
remove this file for now, we can bring it back from cvs if we need it in
Chris Lattner
2007-05-06
remove libbzip2, it is dead
Chris Lattner
2007-05-06
Testcase for yet another global constant Ada f-e bug.
Duncan Sands
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
don't build bzip2 for now
Chris Lattner
2007-05-06
disable this for now
Chris Lattner
2007-05-06
don't build bcreader/bcwriter
Chris Lattner
2007-05-06
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
switch this to bitcode instead of bytecode
Chris Lattner
2007-05-06
Switch this over to bitcode instead of bytecode.
Chris Lattner
2007-05-06
Move this here from Bytecode/Archive.h
Chris Lattner
2007-05-06
Fix a nasty problem where we would miss enumeration of some types. This fixes
Chris Lattner
2007-05-06
allow zero-length arrays
Chris Lattner
2007-05-06
Allow structs with zero fields.
Chris Lattner
2007-05-06
we aren't at the end of stream until we've consumed all the bytes AND all
Chris Lattner
2007-05-06
3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.
Bill Wendling
2007-05-06
add a missing check
Chris Lattner
2007-05-06
Fix MemoryBuffer::getFile to return null if it has an error opening the
Chris Lattner
2007-05-06
Fix a bug in my previous patch
Chris Lattner
2007-05-06
add bitcode support
Chris Lattner
[prev]
[next]