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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement support for the unwind intrinsic in the CBE
Chris Lattner
2003-08-24
2
-0
/
+26
*
Add support for the sig(set|long)jmp intrinsics
Chris Lattner
2003-08-18
2
-2
/
+8
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
2
-4
/
+4
*
Stop annoying warnings about mismatched types with the argument of a free
Chris Lattner
2003-08-14
2
-16
/
+48
*
The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded
Chris Lattner
2003-08-06
2
-46
/
+12
*
Unbreak the CBE output
Chris Lattner
2003-07-31
2
-4
/
+0
*
Modified the code so that it generates (0) for setjmp() and abort() for
John Criswell
2003-07-31
2
-0
/
+36
*
Don't include llvm/SlotCalculator.h, or <set>.
Brian Gaeke
2003-07-25
2
-6
/
+2
*
Use unified CWriter-X86/Printer name mangler. Do not bother using
Brian Gaeke
2003-07-24
2
-142
/
+42
*
Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE
Chris Lattner
2003-07-23
2
-2
/
+4
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
2
-6
/
+2
*
Eliminated dead code.
Misha Brukman
2003-07-21
2
-2
/
+2
*
Some beautification changes (tabs to spaces, removed extra blank lines);
Misha Brukman
2003-07-09
2
-12
/
+8
*
Removed size_t from the parameter list of the malloc() prototype in generated C
John Criswell
2003-07-08
2
-2
/
+2
*
jmp_buf is really a pointer type that is passed around...
Chris Lattner
2003-06-28
2
-4
/
+4
*
Add support for the Invoke instruction!
Chris Lattner
2003-06-28
2
-18
/
+96
*
Preserve compatibility with non-gcc compilers
Chris Lattner
2003-06-28
2
-8
/
+28
*
Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
Chris Lattner
2003-06-28
2
-0
/
+4
*
- Fixed name mangling conditions to handle 'linkonce' linkage type. In
Joel Stanley
2003-06-25
2
-60
/
+88
*
It seems likely that floats would need a cast too, because they are
Brian Gaeke
2003-06-25
2
-2
/
+4
*
Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better
Brian Gaeke
2003-06-23
2
-0
/
+28
*
lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here
Brian Gaeke
2003-06-17
2
-8
/
+60
*
Fairly major change: emit fixed sized allocas in the entry block as a variable,
Chris Lattner
2003-06-17
2
-12
/
+52
*
Don't include alloca.h on FreeBSD.
Brian Gaeke
2003-06-16
2
-0
/
+4
*
Fix typeo
Chris Lattner
2003-06-16
2
-4
/
+4
*
Fix bug: CBackend/2003-06-11-HexConstant.ll
Chris Lattner
2003-06-16
2
-10
/
+34
*
Don't output explicit initializers for globals that are zero initialized
Chris Lattner
2003-06-06
2
-8
/
+8
*
Fix bug: CBackend/2003-06-01-NullPointerType.ll
Chris Lattner
2003-06-02
2
-8
/
+10
*
Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...
Chris Lattner
2003-06-01
2
-2
/
+14
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
2
-4
/
+4
*
Add support for setjmp/longjmp primitives
Chris Lattner
2003-05-17
2
-2
/
+28
*
Casts are now unnecessary
Chris Lattner
2003-05-14
2
-12
/
+12
*
Fix bug: CBackend/2003-05-13-VarArgFunction.ll
Chris Lattner
2003-05-13
2
-4
/
+6
*
Fix bug: CWriter/2003-05-12-IntegerSizeWarning.c
Chris Lattner
2003-05-12
2
-2
/
+14
*
Add support for variable argument functions!
Chris Lattner
2003-05-08
2
-10
/
+88
*
Fix bug: UnitTests/2003-05-02-DependantPHI.c
Chris Lattner
2003-05-03
2
-6
/
+36
*
* Eliminate using decls
Chris Lattner
2003-05-03
2
-74
/
+68
*
Fix problem where labels were being incorrectly elided, and fix problem
Chris Lattner
2003-04-23
2
-6
/
+8
*
Fix the super obnoxious "cast to pointer from integer of different size" warn...
Chris Lattner
2003-04-23
2
-16
/
+18
*
Remove unneccesary &*
Chris Lattner
2003-04-23
2
-2
/
+2
*
Add support for the switch instruction to the CWriter
Chris Lattner
2003-04-22
2
-14
/
+46
*
Fixed alloca declaration problem on sun.
Joel Stanley
2003-02-12
2
-16
/
+38
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
2
-14
/
+12
*
*** empty log message ***
Nick Hildenbrandt
2002-11-18
2
-8
/
+16
*
*** empty log message ***
Nick Hildenbrandt
2002-11-18
2
-84
/
+92
*
_REALLY_ fix the float constant problem
Chris Lattner
2002-11-07
2
-6
/
+8
*
Print out 'float' constants correctly
Chris Lattner
2002-11-07
2
-6
/
+24
*
Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200...
Nick Hildenbrandt
2002-11-06
2
-4
/
+4
*
Loads and stores can't be inlined. This fixes test/Singlesource/matrixTranspose
Nick Hildenbrandt
2002-11-06
2
-2
/
+4
*
Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll
Nick Hildenbrandt
2002-11-01
2
-2
/
+2
[prev]
[next]