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
/
include
Age
Commit message (
Expand
)
Author
2007-05-18
merge portability fix from mainline
Chris Lattner
2007-05-18
Merge from mainline
Tanya Lattner
2007-05-07
Unbreak VC++ build.
Jeff Cohen
2007-05-06
Enhance MemoryBuffer to return error messages in strings if they occur.
Chris Lattner
2007-05-06
remove bytecode headers
Chris Lattner
2007-05-06
remove dead header
Chris Lattner
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-06
Move this here from Bytecode/Archive.h
Chris Lattner
2007-05-06
allow zero-length arrays
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
add support for identifying bitcode files
Chris Lattner
2007-05-06
Add a helper that either opens a file or stdin.
Chris Lattner
2007-05-06
Make code more 64-bit aware.
Jeff Cohen
2007-05-06
Unbreak VC++.
Jeff Cohen
2007-05-06
add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
Chris Lattner
2007-05-06
add inline asm code
Chris Lattner
2007-05-06
Fix a subtle bug that prevented round-tripping 470.lbm
Chris Lattner
2007-05-06
add a denser encoding for null terminated strings, add a 6-bit abbrev as
Chris Lattner
2007-05-06
implement the 'string constant' optimization. This shrinks kc.bit from
Chris Lattner
2007-05-05
fix a bug I introduced when I merged some code together
Chris Lattner
2007-05-05
Emit sections/directives in the proper order. This fixes PR1376. Also,
Anton Korobeynikov
2007-05-05
minor bugfix
Chris Lattner
2007-05-05
add a 6-bit encoding type for strings.
Chris Lattner
2007-05-05
Implement support for globally associating abbrevs with block IDs, which
Chris Lattner
2007-05-04
use a template to eliminate manual code duplication
Chris Lattner
2007-05-04
Add an "implies" field to features. This indicates that, if the current
Bill Wendling
2007-05-04
add support for array abbreviations.
Chris Lattner
2007-05-04
eliminate lengths from record bodies
Chris Lattner
2007-05-04
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
refcount BitCodeAbbrev objects
Chris Lattner
2007-05-04
if functiontype is going to have a pointer to a paramattr object, it better
Chris Lattner
2007-05-04
add a helper
Chris Lattner
2007-05-04
remove unused code
Chris Lattner
2007-05-04
add new codes
Chris Lattner
2007-05-03
add a new code
Chris Lattner
2007-05-03
Unbreak VC++ build.
Jeff Cohen
2007-05-03
Use iterative while loop instead of recursive function call.
Devang Patel
2007-05-03
Use the explicit keyword for the SCEV class' constructor.
Dan Gohman
2007-05-03
This is a patch to fix a compile error in STLExtras.h, and
Chris Lattner
2007-05-03
remove extraneous type qualifiers
Chris Lattner
2007-05-03
remove extraneous top-level semi's
Chris Lattner
2007-05-03
remove two useless functions. Just inherit Type's implementation instead.
Chris Lattner
2007-05-03
remove useless type qualifiers
Chris Lattner
2007-05-03
avoid invalid C++ token in #error
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-03
Add a new option.
Chris Lattner
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Re-install patch to enable use of PassID.
Devang Patel
2007-05-02
update to reflect reality
Chris Lattner
2007-05-02
revert enough of devang's recent patches to get the tree basically working again
Chris Lattner
[next]