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
/
IR
/
AsmWriter.cpp
Age
Commit message (
Expand
)
Author
2013-05-01
Now that the underlying issue is fixed, revert r180750 and r180722.
Rafael Espindola
2013-04-29
Revert the command line option patch. However, keep the part that makes this ...
Bill Wendling
2013-04-29
Revert "revert r179735, it has no testcases, and doesn't really make sense."
Reid Kleckner
2013-04-25
revert r179735, it has no testcases, and doesn't really make sense.
Chris Lattner
2013-04-18
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-17
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-16
Print out the target-independent attributes in a comment before the function ...
Bill Wendling
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-20
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
Add the function attributes from an inline asm call. These don't have declara...
Bill Wendling
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-11
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-08
Minor cleanup.
Dan Gohman
2013-02-05
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...
Michael Gottesman
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-07
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth