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
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-13
make -march=cpp handle the nocapture attribute, make it assert if it
Chris Lattner
2008-12-08
Update CPP backend for PrintModulePass API changes.
Dan Gohman
2008-11-15
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-09
Typo fix
Anton Korobeynikov
2008-11-08
The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.
Nicolas Geoffray
2008-11-08
StoreInst does not produce any result thus it's useless to create new
Anton Korobeynikov
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-09
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-05
Emit type-correct constant null. Also fix a typo.
Anton Korobeynikov
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
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