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
/
Target
/
CBackend
/
CBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
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
*
Handle packed structs in the CBackend.
Lauro Ramos Venancio
2007-07-11
1
-1
/
+4
*
Fix PR1413
Chris Lattner
2007-05-13
1
-0
/
+5
*
revert reid's patch to fix these failures:
Chris Lattner
2007-05-03
1
-100
/
+28
*
Drop 'const'
Devang Patel
2007-05-03
1
-4
/
+4
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-4
/
+4
*
Make sign extension work correctly for unusual bit widths.
Reid Spencer
2007-05-02
1
-28
/
+100
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-2
/
+12
*
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-17
1
-2
/
+2
*
Silence VC++ warning.
Jeff Cohen
2007-04-13
1
-1
/
+1
*
Implement review feedback .. don't double search a set.
Reid Spencer
2007-04-12
1
-3
/
+1
*
Provide support for intrinsics that lower themselves to a function body.
Reid Spencer
2007-04-12
1
-2
/
+32
*
Implement Thread Local Storage (TLS) in CBackend.
Lauro Ramos Venancio
2007-04-12
1
-17
/
+27
*
For PR1146:
Reid Spencer
2007-04-11
1
-8
/
+8
*
For PR1146:
Reid Spencer
2007-04-09
1
-8
/
+13
*
MS C does have inlining after all, just uses _inline instead of inline.
Jeff Cohen
2007-03-29
1
-1
/
+1
*
Fix C Backend to generate code that works with Microsoft C for the benefit of
Jeff Cohen
2007-03-28
1
-1
/
+4
*
Make sure that when we store a value it is masked to its correct bit
Reid Spencer
2007-03-03
1
-1
/
+15
*
PR1164:
Bill Wendling
2007-02-23
1
-22
/
+52
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-9
/
+9
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+0
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-9
/
+8
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-5
/
+5
*
Implement use of new IntrinsicLowering interface.
Reid Spencer
2007-01-29
1
-4
/
+9
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-11
/
+17
*
For PR645:
Reid Spencer
2007-01-26
1
-3
/
+0
[next]