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
*
A couple of minor code cleanups.
Chris Lattner
2003-10-05
1
-21
/
+16
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-1
/
+1
*
Fix problems with programs that prototype printf to something unusual
Chris Lattner
2003-09-15
1
-2
/
+4
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-4
/
+4
*
Remove a bunch of warnings from the CBE generated C code
Chris Lattner
2003-09-10
1
-2
/
+2
*
"the one true solution for compatibility with GCC 3.3+"
Chris Lattner
2003-09-10
1
-3
/
+3
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
1
-13
/
+0
*
Add support for the unwind instruction
Chris Lattner
2003-09-08
1
-0
/
+14
*
Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking
Chris Lattner
2003-08-28
1
-2
/
+5
*
Simplify code
Chris Lattner
2003-08-24
1
-3
/
+1
*
Implement support for the unwind intrinsic in the CBE
Chris Lattner
2003-08-24
1
-0
/
+13
*
Add support for the sig(set|long)jmp intrinsics
Chris Lattner
2003-08-18
1
-1
/
+4
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-2
/
+2
*
Stop annoying warnings about mismatched types with the argument of a free
Chris Lattner
2003-08-14
1
-8
/
+24
*
The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded
Chris Lattner
2003-08-06
1
-23
/
+6
*
Unbreak the CBE output
Chris Lattner
2003-07-31
1
-2
/
+0
*
Modified the code so that it generates (0) for setjmp() and abort() for
John Criswell
2003-07-31
1
-0
/
+18
*
Don't include llvm/SlotCalculator.h, or <set>.
Brian Gaeke
2003-07-25
1
-3
/
+1
*
Use unified CWriter-X86/Printer name mangler. Do not bother using
Brian Gaeke
2003-07-24
1
-71
/
+21
*
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
[next]