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
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
2002-08-19
Output forward definitions of global vars to handle recursive intializers cor...
Chris Lattner
2002-08-19
- Change constant printing to be better integrated with the rest of the
Chris Lattner
2002-08-14
Remove support for NOT instruction
Chris Lattner
2002-07-25
Avoid warning message
Chris Lattner
2002-06-30
Fix anands changes
Chris Lattner
2002-06-25
added include<iostream> for cerr
Anand Shukla
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
* Update with MegaPatch
Chris Lattner
2002-05-21
* Fix typeo
Chris Lattner
2002-05-21
Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll
Chris Lattner
2002-05-17
Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by tracking
Chris Lattner
2002-05-09
Last minor cleanups, this code still does not work for all cases, but it
Chris Lattner
2002-05-09
Two Cleanups to generated C code:
Chris Lattner
2002-05-09
* Remove CInstPrintVisitor class, incorporating it into the CWriter class
Chris Lattner
2002-05-09
Remove CLocalVars data structure entirely, instead of building stuff and
Chris Lattner
2002-05-09
Simplify code by removing InstLocalVarsVisitor, replacing it with a simple
Chris Lattner
2002-05-09
* Clean up how PHI nodes are handled
Chris Lattner
2002-05-09
Emit:
Chris Lattner
2002-05-09
* Print structures types correctly
Chris Lattner
2002-05-09
* Continue cleanup of type printing code
Chris Lattner
2002-05-09
Gut the type printing code so there is only one copy of it instead of 3
Chris Lattner
2002-05-09
* Remove dead "constant printing" code
Chris Lattner
2002-05-09
Remove gross "Operand" instance variable
Chris Lattner
2002-05-09
Simplify and clean up function calls.
Chris Lattner
2002-05-09
* Remove dead function
Chris Lattner
2002-05-09
Make Getelementptr, load & store all work the right way.
Chris Lattner
2002-05-09
Many random fixes:
Chris Lattner
2002-05-09
Incorporate and purge function before and after printing them so unnamed values
Chris Lattner
2002-05-09
Factor out the code to print a value to ONE place.
Chris Lattner
2002-05-09
First wave of cleanups, looks like the first of many.
Chris Lattner
2002-05-08
*** empty log message ***
Sumant Kowshik
[prev]