projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
For PR950:
[oota-llvm.git]
/
lib
/
Bytecode
/
2006-12-17
Bill Wendling
This snuck in. Reverted.
tree
|
commitdiff
2006-12-17
Bill Wendling
Added an automatic cast to "std::ostream*" etc. from...
tree
|
commitdiff
2006-12-15
Reid Spencer
Remove an extraneous { at the end of a block.
tree
|
commitdiff
2006-12-15
Reid Spencer
Fix long standing issue with propagating error message...
tree
|
commitdiff
2006-12-15
Reid Spencer
For PR1050:
tree
|
commitdiff
2006-12-11
Reid Spencer
Create the cast constant expression that was read inste...
tree
|
commitdiff
2006-12-08
Andrew Lenharth
Packed Structures
tree
|
commitdiff
2006-12-07
Bill Wendling
Removed more <iostream> includes
tree
|
commitdiff
2006-12-07
Bill Wendling
Changed llvm_ostream et all to OStream. llvm_cerr,...
tree
|
commitdiff
2006-12-06
Chris Lattner
Detemplatize the Statistic class. The only type it...
tree
|
commitdiff
2006-12-06
Reid Spencer
Fix a CmpInst writing bug by removing merge cruft that...
tree
|
commitdiff
2006-12-04
Reid Spencer
For PR950: Implement read/write of ICmp and FCmp consta...
tree
|
commitdiff
2006-12-03
Reid Spencer
Support ICmp/FCmp constant expression reading and writing.
tree
|
commitdiff
2006-12-03
Reid Spencer
Implement reading and writing of the ICmp and FCmp...
tree
|
commitdiff
2006-12-03
Reid Spencer
Remove backwards compatibility goop. This is now handle...
tree
|
commitdiff
2006-11-29
Bill Wendling
Replacing std::iostreams with llvm iostreams. Some...
tree
|
commitdiff
2006-11-28
Bill Wendling
Use ostream instead of iostream
tree
|
commitdiff
2006-11-27
Reid Spencer
For PR950:
tree
|
commitdiff
2006-11-18
Reid Spencer
Have ConstantExprs upgrade opcodes the same way as...
tree
|
commitdiff
2006-11-14
Reid Spencer
Discard code that supported old bytecode formats. This...
tree
|
commitdiff
2006-11-11
Reid Spencer
For PR998:
tree
|
commitdiff
2006-11-08
Reid Spencer
Bump the bytecode version number to 7. Implement upgrad...
tree
|
commitdiff
2006-11-08
Reid Spencer
For PR950:
tree
|
commitdiff
2006-11-03
Reid Spencer
Remove some dead code.
tree
|
commitdiff
2006-11-02
Reid Spencer
For PR786:
tree
|
commitdiff
2006-11-02
Reid Spencer
For PR950:
tree
|
commitdiff
2006-10-26
Reid Spencer
For PR950:
tree
|
commitdiff
2006-10-20
Reid Spencer
For PR950:
tree
|
commitdiff
2006-10-12
Chris Lattner
Fix massive resource leaks in the bytecode reader....
tree
|
commitdiff
2006-09-17
Anton Korobeynikov
Small fixes for supporting dll* linkage types
tree
|
commitdiff
2006-09-14
Anton Korobeynikov
Adding dllimport, dllexport and external weak linkage...
tree
|
commitdiff
2006-09-01
Anton Korobeynikov
- Fixed broken Win32 build
tree
|
commitdiff
2006-08-25
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-25
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-24
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
Inverse the error check logic for the MappedFile::map...
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-07-28
Chris Lattner
Modify Path::eraseFromDisk to not throw an exception.
tree
|
commitdiff
2006-07-28
Chris Lattner
formatting cleanups
tree
|
commitdiff
2006-07-28
Chris Lattner
Change Path::getStatusInfo to return a boolean and...
tree
|
commitdiff
2006-07-28
Chris Lattner
Exceptions are thrown by and through this library.
tree
|
commitdiff
2006-07-07
Reid Spencer
Finish removal of EH usage from the Archive library...
tree
|
commitdiff
2006-07-07
Reid Spencer
Remove EH use from the Archive library and adjust its...
tree
|
commitdiff
2006-07-07
Chris Lattner
These libs use EH info
tree
|
commitdiff
2006-07-07
Chris Lattner
Fix a bug in my previous patch which broke building...
tree
|
commitdiff
2006-07-06
Chris Lattner
Change the ModuleProvider interface to not throw except...
tree
|
commitdiff
2006-07-06
Chris Lattner
Change the verifier to never throw an exception. Inste...
tree
|
commitdiff
2006-06-07
Reid Spencer
For PR787:
tree
|
commitdiff
2006-06-07
Chris Lattner
Fix a bug where the types for inlineasm nodes were...
tree
|
commitdiff
2006-06-01
Reid Spencer
Use archive libraries instead of object files for VMCor...
tree
|
commitdiff
2006-05-26
Chris Lattner
Fix a bug in the bc reader/writer: we were not correctl...
tree
|
commitdiff
2006-05-19
Chris Lattner
Fix misencoding of calling conventions
tree
|
commitdiff
2006-05-12
Reid Spencer
When reading the symbol table, make sure to delete...
tree
|
commitdiff
2006-05-06
Jeff Cohen
Apply bug fix supplied by Greg Pettyjohn for a bug...
tree
|
commitdiff
2006-04-08
Chris Lattner
use isValidOperands instead of duplicating checks
tree
|
commitdiff
2006-04-08
Chris Lattner
Add shufflevector reading support
tree
|
commitdiff
2006-04-07
Chris Lattner
We have an assertion that checks that we do not encode...
tree
|
commitdiff
2006-03-13
Jim Laskey
Handle the removal of the debug chain.
tree
|
commitdiff
2006-03-02
Chris Lattner
Simplify the autoupgrade interface
tree
|
commitdiff
2006-01-27
Reid Spencer
Fix auto-upgrade of intrinsics to work properly with...
tree
|
commitdiff
2006-01-25
Chris Lattner
add bc reader/writer support for inline asm
tree
|
commitdiff
2006-01-25
Jeff Cohen
Make it even more portable.
tree
|
commitdiff
2006-01-25
Jeff Cohen
Portably cast a pointer to an integer.
tree
|
commitdiff
2006-01-24
Chris Lattner
Rename method
tree
|
commitdiff
2006-01-23
Chris Lattner
Add support for reading/writing inline asm
tree
|
commitdiff
2006-01-23
Reid Spencer
Revert last patch because it messes up the JIT, amongst...
tree
|
commitdiff
2006-01-23
Reid Spencer
For PR411:
tree
|
commitdiff
2006-01-19
Reid Spencer
1. Identify bytecode modules that have upgraded intrins...
tree
|
commitdiff
2006-01-19
Reid Spencer
Add a flag to identify bytecode files that have intrins...
tree
|
commitdiff
2006-01-19
Reid Spencer
Make sure intrinsic auto-upgrade is invoked correctly.
tree
|
commitdiff
2006-01-17
Robert Bocchino
Reader support for the insertelement operation.
tree
|
commitdiff
2006-01-16
Reid Spencer
For PR411:
tree
|
commitdiff
2006-01-10
Robert Bocchino
Added bytecode support for the extractelement operation.
tree
|
commitdiff
2005-12-26
Duraid Madina
more C++ daintiness
tree
|
commitdiff
2005-12-26
Duraid Madina
I bet pinski knows why g++ accepts this stuff
tree
|
commitdiff
2005-11-30
Reid Spencer
Fix a problem with llvm-ranlib that (on some platforms...
tree
|
commitdiff
2005-11-12
Chris Lattner
trivial cleanup
tree
|
commitdiff
2005-11-12
Chris Lattner
Fix reading LLVM 1.3 bc files.
tree
|
commitdiff
2005-11-12
Chris Lattner
Read and write section info from/to .bc files
tree
|
commitdiff
2005-11-12
Jeff Cohen
Wrap long line.
tree
|
commitdiff
2005-11-12
Jeff Cohen
Fix VC++ warning that bools cannot be ORed.
tree
|
commitdiff
2005-11-06
Chris Lattner
minor clarity changes, no functionality difference.
tree
|
commitdiff
2005-11-06
Chris Lattner
don't misencode CC#'s
tree
|
commitdiff
2005-11-06
Chris Lattner
encode/decode function alignment in bc files
tree
|
commitdiff
2005-11-06
Chris Lattner
Read/write global variable alignments if present
tree
|
commitdiff
2005-11-05
Chris Lattner
Write/read allocation instruction alignment info to...
tree
|
commitdiff
2005-10-24
Chris Lattner
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
tree
|
commitdiff
2005-10-23
Jeff Cohen
When a function takes a variable number of pointer...
tree
|
commitdiff
2005-10-03
Chris Lattner
Use a map to cache the ModuleType information, so we...
tree
|
commitdiff
2005-09-23
Chris Lattner
speed up Archive::isBytecodeArchive in the case when...
tree
|
commitdiff
2005-08-17
Jim Laskey
Culling out use of unions for converting FP to bits...
tree
|
commitdiff
2005-08-16
Chris Lattner
This is a dummy, it doesn't matter what the ValueType is
tree
|
commitdiff
2005-07-27
Jeff Cohen
Eliminate all remaining tabs and trailing spaces.
tree
|
commitdiff
2005-07-08
Reid Spencer
Final Changes For PR495:
tree
|
commitdiff
2005-07-07
Reid Spencer
For PR495:
tree
|
commitdiff
2005-06-22
Andrew Lenharth
If we support structs as va_list, we must pass pointers...
tree
|
commitdiff
next