index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CWriter
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
I was wrong on the removing of those references on the last commit.
Nick Hildenbrandt
2002-10-02
1
-0
/
+3
*
Removed unneeded reference and dereferences.
Nick Hildenbrandt
2002-10-02
1
-3
/
+0
*
Cleaned up my last check-in.
Nick Hildenbrandt
2002-10-02
1
-61
/
+1
*
No longer include malloc.h. If protoypes are needed for memory functions the...
Nick Hildenbrandt
2002-10-02
1
-2
/
+61
*
Fixed to properly escape quotes in strings.
Nick Hildenbrandt
2002-09-30
1
-1
/
+6
*
Strings now handled correctly.
Nick Hildenbrandt
2002-09-25
1
-8
/
+13
*
Parenthesis are now added to casts of type array.
Nick Hildenbrandt
2002-09-23
1
-1
/
+2
*
Fix cwriter to not output FP constants in ascii, output them in hex instead.
Chris Lattner
2002-09-20
1
-5
/
+40
*
Fix bug: 2002-09-20-VarArgPrototypes.ll
Chris Lattner
2002-09-20
1
-2
/
+4
*
Fix output of typedefs to avoid syntax errors.
Chris Lattner
2002-09-20
1
-1
/
+1
*
* Add a couple of comments to the output c code
Chris Lattner
2002-09-20
1
-14
/
+21
*
Another change that doesn't affect functionality. Since we are only looking
Chris Lattner
2002-09-20
1
-29
/
+27
*
Make the StructPrinted set only take memory when it's being used.
Chris Lattner
2002-09-20
1
-12
/
+15
*
No functionality changes, primarily just changing tab indentation to space
Chris Lattner
2002-09-20
1
-29
/
+28
*
Don't print global variable definitions twice! Sun's pathetic compiler
Vikram S. Adve
2002-09-17
1
-7
/
+11
*
No longer need to sign-extend array indices to 64 bits since they
Vikram S. Adve
2002-09-15
1
-6
/
+2
*
Fixed problem with printing struct definitions in the correct order.
Nick Hildenbrandt
2002-09-14
1
-15
/
+50
*
Fix a bug introduced by the Getelementptr change
Chris Lattner
2002-09-12
1
-1
/
+1
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-2
/
+2
*
- Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll
Chris Lattner
2002-08-31
1
-19
/
+64
*
Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.ll
Chris Lattner
2002-08-26
1
-1
/
+2
*
Fix the way parens are printed around "*ptrName" so that
Vikram S. Adve
2002-08-25
1
-6
/
+19
*
Sign-extend array index expressions to work correctly on non-32 bit machines.
Vikram S. Adve
2002-08-24
1
-4
/
+9
*
Changed default value of 3rd parameter in function definition
Anand Shukla
2002-08-23
1
-1
/
+1
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-5
/
+5
*
Fix bug: 2002-08-20-UnnamedArgument.c
Chris Lattner
2002-08-20
1
-16
/
+18
*
Implement ConstantExprs in CWriter
Chris Lattner
2002-08-19
1
-39
/
+77
*
Incorporate calcTypeNameVar into CWriter class, fixing
Chris Lattner
2002-08-19
1
-89
/
+97
*
Output forward definitions of global vars to handle recursive intializers cor...
Chris Lattner
2002-08-19
1
-19
/
+38
*
- Change constant printing to be better integrated with the rest of the
Chris Lattner
2002-08-19
1
-95
/
+126
*
Remove support for NOT instruction
Chris Lattner
2002-08-14
1
-6
/
+0
*
Avoid warning message
Chris Lattner
2002-07-25
1
-0
/
+1
*
Fix anands changes
Chris Lattner
2002-06-30
1
-6
/
+4
*
added include<iostream> for cerr
Anand Shukla
2002-06-25
1
-0
/
+1
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
* Update with MegaPatch
Chris Lattner
2002-06-25
1
-139
/
+125
*
* Fix typeo
Chris Lattner
2002-05-21
1
-1
/
+2
*
Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll
Chris Lattner
2002-05-21
1
-1
/
+3
*
Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by tracking
Chris Lattner
2002-05-17
1
-2
/
+24
*
Last minor cleanups, this code still does not work for all cases, but it
Chris Lattner
2002-05-09
1
-18
/
+10
*
Two Cleanups to generated C code:
Chris Lattner
2002-05-09
1
-35
/
+65
*
* Remove CInstPrintVisitor class, incorporating it into the CWriter class
Chris Lattner
2002-05-09
1
-344
/
+300
*
Remove CLocalVars data structure entirely, instead of building stuff and
Chris Lattner
2002-05-09
1
-28
/
+3
*
Simplify code by removing InstLocalVarsVisitor, replacing it with a simple
Chris Lattner
2002-05-09
1
-62
/
+17
*
* Clean up how PHI nodes are handled
Chris Lattner
2002-05-09
1
-54
/
+73
*
Emit:
Chris Lattner
2002-05-09
1
-2
/
+13
*
* Print structures types correctly
Chris Lattner
2002-05-09
1
-42
/
+70
*
* Continue cleanup of type printing code
Chris Lattner
2002-05-09
1
-58
/
+45
*
Gut the type printing code so there is only one copy of it instead of 3
Chris Lattner
2002-05-09
1
-296
/
+92
*
* Remove dead "constant printing" code
Chris Lattner
2002-05-09
1
-48
/
+22
[prev]
[next]