Age | Commit message (Expand) | Author |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-13 | fix memleaks | Nuno Lopes |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2008-11-26 | __fastcall and __stdcall are mingw extensions to gcc for windows. Use the | Nick Lewycky |
2008-11-15 | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes |
2008-10-22 | Fix PR2907 by digging through constant expressions to find FP constants that | Chris Lattner |
2008-10-17 | add some simple hacky long double support for the CBE. This | Chris Lattner |
2008-10-14 | Fix command-line option printing to print two spaces where needed, | Dan Gohman |
2008-10-09 | Add a "loses information" return value to APFloat::convert | Dale Johannesen |
2008-10-09 | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-21 | unbreak the CBE on treeadd an many others. | Chris Lattner |
2008-08-21 | Use raw_ostream throughout the AsmPrinter. | Owen Anderson |
2008-08-17 | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen |
2008-07-24 | Avoid emitting casts in static initializer contexts. This fixes | Dan Gohman |
2008-07-23 | Use C99 aggregate literal syntax for first-class struct and array values. | Dan Gohman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-07-18 | In the CBackend, use casts to force integer add, subtract, and | Dan Gohman |
2008-06-26 | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman |
2008-06-16 | Switch from generating the int128 typedefs based on targetdata to generating | Chris Lattner |
2008-06-07 | Revert r52046. It broke cbe on x86 / Mac OS X. | Evan Cheng |
2008-06-06 | Handle assembler identifiers specially in CBE. This fixes PR2418. | Anton Korobeynikov |
2008-06-04 | Rewrite a bunch of the CBE's inline asm code, giving it the | Chris Lattner |
2008-06-02 | Implement CBE support for first-class structs and array values, | Dan Gohman |
2008-05-31 | Fix the CBE's handling of instructions whose result is an i1. Previously, | Chris Lattner |
2008-05-27 | Fix some constructs that gcc-4.4 warns about. | Duncan Sands |
2008-05-24 | Tweak how ConstantFP80Ty constants are output | Duncan Sands |
2008-05-23 | Fix another isFirstClassType that now needs to be isSingleValueType. | Dan Gohman |
2008-05-22 | fix an off-by-one error in my previous patch, don't treat the callee as a inc... | Chris Lattner |
2008-05-22 | Add support for multiple-return values in inline asm. This should | Chris Lattner |
2008-05-14 | Add CommonLinkage; currently tentative definitions | Dale Johannesen |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-23 | Initial CBE support for multiple return values. | Dan Gohman |
2008-04-02 | Suppress the 128-bit integer typedef on 32-bit targets, because | Dan Gohman |
2008-04-02 | Partial CBackend support for 128-bit integers. This is needed | Dan Gohman |
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 |