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
...
*
Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE
Chris Lattner
2003-07-23
1
-1
/
+2
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
1
-3
/
+1
*
Eliminated dead code.
Misha Brukman
2003-07-21
1
-1
/
+1
*
Some beautification changes (tabs to spaces, removed extra blank lines);
Misha Brukman
2003-07-09
1
-6
/
+4
*
Removed size_t from the parameter list of the malloc() prototype in generated C
John Criswell
2003-07-08
1
-1
/
+1
*
jmp_buf is really a pointer type that is passed around...
Chris Lattner
2003-06-28
1
-2
/
+2
*
Add support for the Invoke instruction!
Chris Lattner
2003-06-28
1
-9
/
+48
*
Preserve compatibility with non-gcc compilers
Chris Lattner
2003-06-28
1
-4
/
+14
*
Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
Chris Lattner
2003-06-28
1
-0
/
+2
*
- Fixed name mangling conditions to handle 'linkonce' linkage type. In
Joel Stanley
2003-06-25
1
-30
/
+44
*
It seems likely that floats would need a cast too, because they are
Brian Gaeke
2003-06-25
1
-1
/
+2
*
Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better
Brian Gaeke
2003-06-23
1
-0
/
+14
*
lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here
Brian Gaeke
2003-06-17
1
-4
/
+30
*
Fairly major change: emit fixed sized allocas in the entry block as a variable,
Chris Lattner
2003-06-17
1
-6
/
+26
*
Don't include alloca.h on FreeBSD.
Brian Gaeke
2003-06-16
1
-0
/
+2
*
Fix typeo
Chris Lattner
2003-06-16
1
-2
/
+2
*
Fix bug: CBackend/2003-06-11-HexConstant.ll
Chris Lattner
2003-06-16
1
-5
/
+17
*
Don't output explicit initializers for globals that are zero initialized
Chris Lattner
2003-06-06
1
-4
/
+4
*
Fix bug: CBackend/2003-06-01-NullPointerType.ll
Chris Lattner
2003-06-02
1
-4
/
+5
*
Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...
Chris Lattner
2003-06-01
1
-1
/
+7
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
1
-2
/
+2
*
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
[prev]
[next]