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
/
tools
/
llvm2cpp
/
CppWriter.cpp
Age
Commit message (
Expand
)
Author
2008-05-04
Drop llvm2cpp, it's now a llc target
Anton Korobeynikov
2008-04-23
Use the Create static method for some of these objects. They no longer
Bill Wendling
2008-04-21
fix some residual old API that fell thru the cracks of the conversion script,...
Gabor Greif
2008-03-29
Honour another bunch of parameter attributes in llvm2cpp
Anton Korobeynikov
2008-03-29
Honour ByVal parameter attribute in llvm2cpp
Anton Korobeynikov
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-02-22
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-19
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2007-12-29
remove attributions from tools.
Chris Lattner
2007-12-25
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-13
Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.
Chris Lattner
2007-09-12
Revise previous patch per review comments.
Dale Johannesen
2007-09-11
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-09-04
Revert this because the interface hasn't been updated yet.
David Greene
2007-09-04
Fix typo.
David Greene
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-02
Adjust for new CallInst constructor interface.
Reid Spencer
2007-07-11
Emit correct linkage. Patch by Roman Samoilov.
Anton Korobeynikov
2007-06-25
Fix PR1525:
Reid Spencer
2007-06-16
Fix PR1517:
Reid Spencer
2007-06-16
Fix PR1516:
Reid Spencer
2007-06-16
Call the correct function name. Patch from Stephane Letz.
Nick Lewycky
2007-06-05
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-04-22
For PR1146:
Reid Spencer
2007-04-11
Make the generated code for ConstantInt nicer.
Reid Spencer
2007-04-11
Teach llvm2cpp about packed structure types.
Reid Spencer
2007-04-11
Fix several bugs relating to changes in the LLVM IR API or just outright
Reid Spencer
2007-04-11
Fix some issues with param attrs.
Reid Spencer
2007-04-11
Add support for parameter attributes.
Reid Spencer
2007-03-01
Make output for ConstantInt construction correct for any bitwidth.
Reid Spencer
2007-02-16
Add missing break statements!
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-28
Drop CSRET from here too.
Nick Lewycky
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-12
unbreak i1 constants with the cpp writer, eliminate special case.
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-06
For PR411:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
[next]