index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CBackend
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for setjmp/longjmp primitives
Chris Lattner
2003-05-17
1
-1
/
+14
*
Casts are now unnecessary
Chris Lattner
2003-05-14
1
-6
/
+6
*
Fix bug: CBackend/2003-05-13-VarArgFunction.ll
Chris Lattner
2003-05-13
1
-2
/
+3
*
Fix bug: CWriter/2003-05-12-IntegerSizeWarning.c
Chris Lattner
2003-05-12
1
-1
/
+7
*
Add support for variable argument functions!
Chris Lattner
2003-05-08
1
-5
/
+44
*
Fix bug: UnitTests/2003-05-02-DependantPHI.c
Chris Lattner
2003-05-03
1
-3
/
+18
*
* Eliminate using decls
Chris Lattner
2003-05-03
1
-37
/
+34
*
Fix problem where labels were being incorrectly elided, and fix problem
Chris Lattner
2003-04-23
1
-3
/
+4
*
Fix the super obnoxious "cast to pointer from integer of different size" warn...
Chris Lattner
2003-04-23
1
-8
/
+9
*
Remove unneccesary &*
Chris Lattner
2003-04-23
1
-1
/
+1
*
Add support for the switch instruction to the CWriter
Chris Lattner
2003-04-22
1
-7
/
+23
*
Fixed alloca declaration problem on sun.
Joel Stanley
2003-02-12
1
-8
/
+19
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-7
/
+6
*
*** empty log message ***
Nick Hildenbrandt
2002-11-18
1
-4
/
+8
*
*** empty log message ***
Nick Hildenbrandt
2002-11-18
1
-42
/
+46
*
_REALLY_ fix the float constant problem
Chris Lattner
2002-11-07
1
-3
/
+4
*
Print out 'float' constants correctly
Chris Lattner
2002-11-07
1
-3
/
+12
*
Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200...
Nick Hildenbrandt
2002-11-06
1
-2
/
+2
*
Loads and stores can't be inlined. This fixes test/Singlesource/matrixTranspose
Nick Hildenbrandt
2002-11-06
1
-1
/
+2
*
Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll
Nick Hildenbrandt
2002-11-01
1
-1
/
+1
*
Casting NULL can cause problems so lets just not cast NULL to anything.
Nick Hildenbrandt
2002-10-28
1
-3
/
+1
*
*** empty log message ***
Nick Hildenbrandt
2002-10-28
1
-1
/
+14
*
Malloc prototyping now works even if the original file had its own prototype ...
Nick Hildenbrandt
2002-10-23
1
-3
/
+13
*
Fix bug: CBackend/2002-10-16-External.ll
Chris Lattner
2002-10-16
1
-7
/
+6
*
Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll
Chris Lattner
2002-10-16
1
-2
/
+10
*
Instead of adding stdlib we just prototype malloc correctly.
Nick Hildenbrandt
2002-10-11
1
-1
/
+3
*
Sun requires you to include stdlib to use malloc
Nick Hildenbrandt
2002-10-11
1
-1
/
+1
*
Bug fix: In preventing static global variables from being printed twice,
Vikram S. Adve
2002-10-05
1
-3
/
+2
*
Add parens around constant calls to getelemptr to properly associate the refe...
Nick Hildenbrandt
2002-10-03
1
-2
/
+2
*
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
[next]