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
/
CBackend
/
CBackend.cpp
Age
Commit message (
Expand
)
Author
2003-04-23
Fix problem where labels were being incorrectly elided, and fix problem
Chris Lattner
2003-04-23
Fix the super obnoxious "cast to pointer from integer of different size" warn...
Chris Lattner
2003-04-23
Remove unneccesary &*
Chris Lattner
2003-04-22
Add support for the switch instruction to the CWriter
Chris Lattner
2003-02-12
Fixed alloca declaration problem on sun.
Joel Stanley
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-18
*** empty log message ***
Nick Hildenbrandt
2002-11-18
*** empty log message ***
Nick Hildenbrandt
2002-11-07
_REALLY_ fix the float constant problem
Chris Lattner
2002-11-07
Print out 'float' constants correctly
Chris Lattner
2002-11-06
Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200...
Nick Hildenbrandt
2002-11-06
Loads and stores can't be inlined. This fixes test/Singlesource/matrixTranspose
Nick Hildenbrandt
2002-11-01
Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll
Nick Hildenbrandt
2002-10-28
Casting NULL can cause problems so lets just not cast NULL to anything.
Nick Hildenbrandt
2002-10-28
*** empty log message ***
Nick Hildenbrandt
2002-10-23
Malloc prototyping now works even if the original file had its own prototype ...
Nick Hildenbrandt
2002-10-16
Fix bug: CBackend/2002-10-16-External.ll
Chris Lattner
2002-10-16
Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll
Chris Lattner
2002-10-11
Instead of adding stdlib we just prototype malloc correctly.
Nick Hildenbrandt
2002-10-11
Sun requires you to include stdlib to use malloc
Nick Hildenbrandt
2002-10-05
Bug fix: In preventing static global variables from being printed twice,
Vikram S. Adve
2002-10-03
Add parens around constant calls to getelemptr to properly associate the refe...
Nick Hildenbrandt
2002-10-02
I was wrong on the removing of those references on the last commit.
Nick Hildenbrandt
2002-10-02
Removed unneeded reference and dereferences.
Nick Hildenbrandt
2002-10-02
Cleaned up my last check-in.
Nick Hildenbrandt
2002-10-02
No longer include malloc.h. If protoypes are needed for memory functions the...
Nick Hildenbrandt
2002-09-30
Fixed to properly escape quotes in strings.
Nick Hildenbrandt
2002-09-25
Strings now handled correctly.
Nick Hildenbrandt
2002-09-23
Parenthesis are now added to casts of type array.
Nick Hildenbrandt
2002-09-20
Fix cwriter to not output FP constants in ascii, output them in hex instead.
Chris Lattner
2002-09-20
Fix bug: 2002-09-20-VarArgPrototypes.ll
Chris Lattner
2002-09-20
Fix output of typedefs to avoid syntax errors.
Chris Lattner
2002-09-20
* Add a couple of comments to the output c code
Chris Lattner
2002-09-20
Another change that doesn't affect functionality. Since we are only looking
Chris Lattner
2002-09-20
Make the StructPrinted set only take memory when it's being used.
Chris Lattner
2002-09-20
No functionality changes, primarily just changing tab indentation to space
Chris Lattner
2002-09-17
Don't print global variable definitions twice! Sun's pathetic compiler
Vikram S. Adve
2002-09-15
No longer need to sign-extend array indices to 64 bits since they
Vikram S. Adve
2002-09-14
Fixed problem with printing struct definitions in the correct order.
Nick Hildenbrandt
2002-09-12
Fix a bug introduced by the Getelementptr change
Chris Lattner
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-08-31
- Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll
Chris Lattner
2002-08-26
Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.ll
Chris Lattner
2002-08-25
Fix the way parens are printed around "*ptrName" so that
Vikram S. Adve
2002-08-24
Sign-extend array index expressions to work correctly on non-32 bit machines.
Vikram S. Adve
2002-08-23
Changed default value of 3rd parameter in function definition
Anand Shukla
2002-08-22
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-20
Fix bug: 2002-08-20-UnnamedArgument.c
Chris Lattner
2002-08-19
Implement ConstantExprs in CWriter
Chris Lattner
2002-08-19
Incorporate calcTypeNameVar into CWriter class, fixing
Chris Lattner
[next]