Remove initialized but otherwise unused variables.
[oota-llvm.git] / lib / Target / MSIL /
2010-06-07 Bill WendlingCreate new accessors to get arguments for call/invoke...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-16 Chris Lattnerthis doesn't need the mangler.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-18 Eric ChristopherFix typo.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
2009-08-03 Daniel DunbarChange C, CBE, MSIL to not provide target data via...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-26 Nick LewyckyMove MSILModule and MSILWriter into the 'llvm' namespac...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Daniel DunbarFix build for GCC 4.0?
2009-07-24 Daniel DunbarFix compile with 4.4 (I hope?); PR4617.
2009-07-21 Daniel DunbarAdd missing include.
2009-07-21 Daniel DunbarSwitch this API to StringRef.
2009-07-18 Daniel DunbarAdd some missing includes.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-16 Chris Lattnerfix some casts that I improperly refactored, patch...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-14 Chris Lattnerfix David's merge conflict
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Bill WendlingMark as fall through.
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Anton KorobeynikovAdd extra sign extension to the same bit width before...
2009-07-14 Anton KorobeynikovAdd missing break. Patch by Artur Pietrek!
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-13 Chris Lattnerfix CBE & MSIL backends to not use the mangler for...
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
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
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-26 Oscar FuentesCMake: Builds all targets.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
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-22 Bill WendlingRemove another tab.
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-29 Chris Lattnerremove attribution from lib Makefiles.
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:
next