index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CBackend
/
CBackend.cpp
Age
Commit message (
Expand
)
Author
2008-01-12
Indirect call with byval parameter requires a cast first.
Evan Cheng
2008-01-12
Add support for NetBSD, patch by Krister Walfridsson!
Chris Lattner
2008-01-11
More cbe byval fixes.
Evan Cheng
2008-01-11
Some C backend ByVal parameter attribute support. Not yet complete.
Evan Cheng
2008-01-11
A couple of obvious off-by-one bugs.
Evan Cheng
2008-01-07
Enabling the target-independent garbage collection infrastructure by hooking it
Gordon Henriksen
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-21
Fix silly typo in the FP CEP handling.
Anton Korobeynikov
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-11-28
Work around a GCC bug, producing this code:
Chris Lattner
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-15
Handle PPC long double in CBackend.
Dale Johannesen
2007-10-02
Rewrite sqrt and powi to use anyfloat. By popular demand.
Dale Johannesen
2007-09-26
Make temporaries explicit to avoid premature
Dale Johannesen
2007-09-22
Fix PR1679, by printing GEP indices as signed values instead of unsigned.
Chris Lattner
2007-09-17
Implement x86 long double (uses host long double,
Dale Johannesen
2007-09-15
Fix PR1666, SPASS with the CBE and 254.gap with the CBE.
Chris Lattner
2007-09-14
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-12
Revise previous patch per review comments.
Dale Johannesen
2007-09-11
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-07
Apply feedback from previous patch.
Dale Johannesen
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-07-11
Handle packed structs in the CBackend.
Lauro Ramos Venancio
2007-05-13
Fix PR1413
Chris Lattner
2007-05-03
revert reid's patch to fix these failures:
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Make sign extension work correctly for unusual bit widths.
Reid Spencer
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-17
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-13
Silence VC++ warning.
Jeff Cohen
2007-04-12
Implement review feedback .. don't double search a set.
Reid Spencer
2007-04-12
Provide support for intrinsics that lower themselves to a function body.
Reid Spencer
2007-04-12
Implement Thread Local Storage (TLS) in CBackend.
Lauro Ramos Venancio
2007-04-11
For PR1146:
Reid Spencer
2007-04-09
For PR1146:
Reid Spencer
2007-03-29
MS C does have inlining after all, just uses _inline instead of inline.
Jeff Cohen
2007-03-28
Fix C Backend to generate code that works with Microsoft C for the benefit of
Jeff Cohen
2007-03-03
Make sure that when we store a value it is masked to its correct bit
Reid Spencer
2007-02-23
PR1164:
Bill Wendling
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Implement use of new IntrinsicLowering interface.
Reid Spencer
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
For PR645:
Reid Spencer
2007-01-16
Fix SMG2000 with the CBE: opaque types need names too.
Chris Lattner
[next]