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
...
*
vector types are simple types. This fixes div/rem of vectors.
Chris Lattner
2008-03-02
1
-10
/
+11
*
Print vector types appropriately. This gets basic vector code working
Chris Lattner
2008-03-02
1
-2
/
+6
*
rename PT -> VT for VectorTypes.
Chris Lattner
2008-03-02
1
-8
/
+7
*
Print i32/i64 integer constants as 1u instead of ((unsigned int)1).
Chris Lattner
2008-03-02
1
-21
/
+22
*
Avoid collisions in value names.
Lauro Ramos Venancio
2008-02-28
1
-3
/
+5
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-1
/
+1
*
Temporarily backing out r47337. It breaks a number of CBE tests.
Evan Cheng
2008-02-20
1
-5
/
+7
*
Remove bunch of gcc 4.3-related warnings from Target
Anton Korobeynikov
2008-02-20
1
-1
/
+1
*
fix some byval problems in the cbe. Closes PR2065
Andrew Lenharth
2008-02-19
1
-7
/
+5
*
I cannot find a libgcc function for this builtin. Therefor expanding it to a...
Andrew Lenharth
2008-02-16
1
-0
/
+4
*
CBackend: Implement unaligned load/store.
Lauro Ramos Venancio
2008-02-01
1
-14
/
+35
*
Indirect call with byval parameter requires a cast first.
Evan Cheng
2008-01-12
1
-6
/
+17
*
Add support for NetBSD, patch by Krister Walfridsson!
Chris Lattner
2008-01-12
1
-1
/
+1
*
More cbe byval fixes.
Evan Cheng
2008-01-11
1
-13
/
+25
*
Some C backend ByVal parameter attribute support. Not yet complete.
Evan Cheng
2008-01-11
1
-3
/
+30
*
A couple of obvious off-by-one bugs.
Evan Cheng
2008-01-11
1
-4
/
+7
*
Enabling the target-independent garbage collection infrastructure by hooking it
Gordon Henriksen
2008-01-07
1
-1
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
2
-4
/
+4
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix silly typo in the FP CEP handling.
Anton Korobeynikov
2007-12-21
1
-0
/
+1
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-1
/
+1
*
Work around a GCC bug, producing this code:
Chris Lattner
2007-11-28
1
-0
/
+6
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-21
/
+21
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
1
-1
/
+1
*
Handle PPC long double in CBackend.
Dale Johannesen
2007-10-15
1
-0
/
+9
*
Rewrite sqrt and powi to use anyfloat. By popular demand.
Dale Johannesen
2007-10-02
1
-4
/
+2
*
Make temporaries explicit to avoid premature
Dale Johannesen
2007-09-26
1
-1
/
+3
*
Fix PR1679, by printing GEP indices as signed values instead of unsigned.
Chris Lattner
2007-09-22
1
-1
/
+2
*
Implement x86 long double (uses host long double,
Dale Johannesen
2007-09-17
1
-5
/
+30
*
Fix PR1666, SPASS with the CBE and 254.gap with the CBE.
Chris Lattner
2007-09-15
1
-45
/
+27
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-0
/
+3
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
1
-3
/
+3
*
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
1
-2
/
+5
*
Apply feedback from previous patch.
Dale Johannesen
2007-09-07
1
-10
/
+0
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-14
/
+20
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
3
-0
/
+2985
[prev]