assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Target / MSIL / MSILWriter.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
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-19 Nick LewyckyRemove strange extra semicolons.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
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-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-02-26 Bill WendlingDe-tabify
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-05-06 Chris Lattneradd this back
2007-05-06 Anton KorobeynikovUpdate MSIL BE. This patch fixes most weird glitches...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-11 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-03-21 Anton KorobeynikovLet the new backend begin!