summaryrefslogtreecommitdiff
path: root/lib/Target/MSIL/MSILWriter.cpp
Commit message (Expand)AuthorAge
* remove the MSIL backend. It isn't maintained, is buggy, has no testcasesChris Lattner2010-08-28
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* use ArgOperand API (found by my previous commit)Gabor Greif2010-07-02
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-07
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-16
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-11
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-29
* Add a flag to addPassesToEmit* to disable the Verifier pass runDan Gohman2010-02-28
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-02
* this doesn't need the mangler.Chris Lattner2010-01-16
* Remove dead variable.Bill Wendling2009-12-28
* Fix typo.Eric Christopher2009-12-18
* Previously, all operands to Constant were themselves constant.Chris Lattner2009-10-28
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Remove some unused variables and methods warned about byDuncan Sands2009-09-06
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Remove now unused Module argument to createTargetMachine.Daniel Dunbar2009-08-04
* Change C, CBE, MSIL to not provide target data via getTargetData().Daniel Dunbar2009-08-03
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL'Nick Lewycky2009-07-26
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Fix build for GCC 4.0?Daniel Dunbar2009-07-24
* Switch this API to StringRef.Daniel Dunbar2009-07-21
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* fix some casts that I improperly refactored, patch by Artur Pietrek!Chris Lattner2009-07-16
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-16
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Mark as fall through.Bill Wendling2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-14
* Add extra sign extension to the same bit width before int signAnton Korobeynikov2009-07-14
* Add missing break. Patch by Artur Pietrek!Anton Korobeynikov2009-07-14
* Rename getValueName -> getMangledName.Chris Lattner2009-07-14
* fix CBE & MSIL backends to not use the mangler for non-global symbols.Chris Lattner2009-07-13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-23
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16