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
/
Target
/
CppBackend
/
CPPBackend.cpp
Age
Commit message (
Expand
)
Author
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-18
Unbreak cpp backend: upgrade output due to change in APInt API
Anton Korobeynikov
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-07-27
Remove <iostream> include.
Bill Wendling
2008-06-09
CPPBackend support for extractvalue and insertvalue.
Dan Gohman
2008-06-09
Abort on an unrecognized opcode.
Dan Gohman
2008-06-09
Update the CPP backend for the ConstantFP::get API change.
Dan Gohman
2008-05-16
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-14
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
Fix typo in ParameterAttribute fields usage. Add an include
Nicolas Geoffray
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-29
Don't do stupid things: doInitialization(Module&) is not applicable to Module...
Anton Korobeynikov
2008-04-23
Drop dead includes
Anton Korobeynikov
2008-04-23
Adjust option names for C++ backend
Anton Korobeynikov
2008-04-23
First step of implementing PR1538: move llvm2cpp logic to new 'target'
Anton Korobeynikov
[prev]