llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-13 Chris Lattnerfix CBE & MSIL backends to not use the mangler for...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-06-26 Owen AndersonPrivatize some variables.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-18 Dale JohannesenIt looks like nobody is working on PR 4158, so I'm
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-04 Dan GohmanFix an erroneous check for isFNeg; the FNeg case is...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-19 Dale JohannesenSpacing fix.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-17 Chris LattnerFix some failures in targets on available_externally...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-13 Nuno Lopesfix memleaks
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-26 Nick Lewycky__fastcall and __stdcall are mingw extensions to gcc...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
2008-10-17 Chris Lattneradd some simple hacky long double support for the CBE...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-25 Devang Patel Large mechanical patch.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-21 Chris Lattnerunbreak the CBE on treeadd an many others.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-07-24 Dan GohmanAvoid emitting casts in static initializer contexts...
2008-07-23 Dan GohmanUse C99 aggregate literal syntax for first-class struct...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-16 Chris LattnerSwitch from generating the int128 typedefs based on...
2008-06-07 Evan ChengRevert r52046. It broke cbe on x86 / Mac OS X.
2008-06-06 Anton KorobeynikovHandle assembler identifiers specially in CBE. This...
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-27 Duncan SandsFix some constructs that gcc-4.4 warns about.
2008-05-24 Duncan SandsTweak how ConstantFP80Ty constants are output
2008-05-23 Dan GohmanFix another isFirstClassType that now needs to be isSin...
2008-05-22 Chris Lattnerfix an off-by-one error in my previous patch, don't...
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-23 Dan GohmanInitial CBE support for multiple return values.
2008-04-02 Dan GohmanSuppress the 128-bit integer typedef on 32-bit targets...
2008-04-02 Dan GohmanPartial CBackend support for 128-bit integers. This...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-05 Andrew Lenharthgcc likes things spelled correctly
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-02 Chris Lattneradd support for lvsl, fixing PR1481
2008-03-02 Chris Lattneradd support for the sse.cmp.* intrinsics, which fixes...
2008-03-02 Chris Lattnerrefactor intrinsic handling code out into its own method.
2008-03-02 Chris Lattnerfix printing of undef vectors, this fixes "simple"...
2008-03-02 Chris Lattnerinsertelement got the wrong operands.
2008-03-02 Chris LattnerSeveral changes:
2008-03-02 Chris LattnerFix a bug I introduced in constant array and constant...
2008-03-02 Chris Lattnerimplement shufflevector.
2008-03-02 Chris Lattnerimplement extractelement.
2008-03-02 Chris Lattnerimplement insertelement.
2008-03-02 Chris Lattnerrespect isSigned for vector types, fixing sdiv of vecto...
2008-03-02 Chris Lattnerprint the attribute in the right place, this fixes...
2008-03-02 Chris Lattnervector types are simple types. This fixes div/rem...
2008-03-02 Chris LattnerPrint vector types appropriately. This gets basic...
2008-03-02 Chris Lattnerrename PT -> VT for VectorTypes.
2008-03-02 Chris LattnerPrint i32/i64 integer constants as 1u instead of (...
2008-02-28 Lauro Ramos VenancioAvoid collisions in value names.
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-20 Evan ChengTemporarily backing out r47337. It breaks a number...
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-19 Andrew Lenharthfix some byval problems in the cbe. Closes PR2065
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-01 Lauro Ramos VenancioCBackend: Implement unaligned load/store.
2008-01-12 Evan ChengIndirect call with byval parameter requires a cast...
2008-01-12 Chris LattnerAdd support for NetBSD, patch by Krister Walfridsson!
2008-01-11 Evan ChengMore cbe byval fixes.
2008-01-11 Evan ChengSome C backend ByVal parameter attribute support. Not...
2008-01-11 Evan ChengA couple of obvious off-by-one bugs.
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-21 Anton KorobeynikovFix silly typo in the FP CEP handling.
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-28 Chris LattnerWork around a GCC bug, producing this code:
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-15 Dale JohannesenHandle PPC long double in CBackend.
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
next