Age | Commit message (Expand) | Author |
2008-03-25 | Add explicit keywords. | Dan Gohman |
2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
2008-03-12 | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner |
2008-03-05 | gcc likes things spelled correctly | Andrew Lenharth |
2008-03-03 | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel |
2008-03-02 | add support for lvsl, fixing PR1481 | Chris Lattner |
2008-03-02 | add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. | Chris Lattner |
2008-03-02 | refactor intrinsic handling code out into its own method. | Chris Lattner |
2008-03-02 | fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/V... | Chris Lattner |
2008-03-02 | insertelement got the wrong operands. | Chris Lattner |
2008-03-02 | Several changes: | Chris Lattner |
2008-03-02 | Fix a bug I introduced in constant array and constant vector handling. | Chris Lattner |
2008-03-02 | implement shufflevector. | Chris Lattner |
2008-03-02 | implement extractelement. | Chris Lattner |
2008-03-02 | implement insertelement. | Chris Lattner |
2008-03-02 | respect isSigned for vector types, fixing sdiv of vectors etc. | Chris Lattner |
2008-03-02 | print the attribute in the right place, this fixes function returning vectors. | Chris Lattner |
2008-03-02 | vector types are simple types. This fixes div/rem of vectors. | Chris Lattner |
2008-03-02 | Print vector types appropriately. This gets basic vector code working | Chris Lattner |
2008-03-02 | rename PT -> VT for VectorTypes. | Chris Lattner |
2008-03-02 | Print i32/i64 integer constants as 1u instead of ((unsigned int)1). | Chris Lattner |
2008-02-28 | Avoid collisions in value names. | Lauro Ramos Venancio |
2008-02-22 | Split ParameterAttributes.h, putting the complicated | Dale Johannesen |
2008-02-20 | Temporarily backing out r47337. It breaks a number of CBE tests. | Evan Cheng |
2008-02-20 | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov |
2008-02-19 | fix some byval problems in the cbe. Closes PR2065 | Andrew Lenharth |
2008-02-16 | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth |
2008-02-01 | CBackend: Implement unaligned load/store. | Lauro Ramos Venancio |
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 |