Make sure to initialize the fpm in the ocaml tutorial.
[oota-llvm.git] / lib / Target / Alpha /
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-16 Dan GohmanDelete an unused field.
2009-08-15 Dan GohmanSimplify a few more things, eliminating a few more...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-11 Chris Lattnersplit "JumpTableDirective" (an existing hack) into...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-09 Benjamin KramerUse abs64 instead abs; some platforms don't have a...
2009-08-08 Andrew Lenharthmove this fp select into a pattern
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-07 Andrew Lenharthavoid this libcall with long inline expansion
2009-08-07 Andrew LenharthThese should be expanded
2009-08-05 Andrew LenharthUse elf Object File directly
2009-08-05 Devang PatelRemove dead code. MDNode and MDString are not Constant...
2009-08-05 Andrew LenharthAlpha: Get section directives right
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Chris Lattneralpha TAI doesn't need TM.
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattnergive alpha its readonly section. This optimizes alpha...
2009-08-01 Chris Lattnerno need to override the default with the default.
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerApparently alpha doesn't use ElfTargetAsmInfo (?)
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
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-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Chris Lattneralpha doesn't need to redefine this: it only supports...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-19 Daniel DunbarUnbreak build
2009-07-19 Eli FriedmanSwitch Alpha over to the new call lowering style. ...
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Jeffrey Yasskinr76102 added the MachineCodeEmitter::processDebugLoc...
2009-07-17 Eli FriedmanSet an operation expansion, noticed while running
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Chris Lattnermove createAlphaLLRPPass out of addAssemblyEmitter...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
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 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
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 Torok Edwineliminate extra space.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-03 Duncan SandsSilence warnings when assertions are turned off.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-26 Owen AndersonCommitted the wrong version in my last commit.
2009-06-26 Owen AndersonPrivatize a static variable.
2009-06-25 Owen AndersonPrivatize this map.
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
next