Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
[oota-llvm.git] / tools / lto / LTOCodeGenerator.cpp
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-11 Cameron ZwarichFix LTO after the recent MC subtarget refactoring.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-05-22 Chris Lattnerswitch bugpoint and liblto to PassManagerBuilder.
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-18 Rafael EspindolaUse lazy parsing in LTO. Unfortunately this is only...
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-24 Rafael EspindolaSwitch LTO to use MC. This takes the linking of libxul...
2011-02-20 Rafael EspindolaFix some memory leaks and avoid looking in the hash...
2011-02-12 Rafael EspindolaPreserve aliases if needed.
2011-02-12 Rafael EspindolaFix a silly bug I introduced when dropping std::string.
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Michael J. SpencerMore code not compiled by CMake. :(.
2010-12-06 Devang PatelDo not try luck by using given name to create temporary...
2010-12-03 Devang PatelDo not try luck by using given name to create temporary...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-10-07 Dan GohmanThis file needs ToolOutputFile.h too.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-05-27 Dan GohmanEliminate some unnessary Path::exists() calls.
2010-05-27 Dan GohmanWhen handling raw_ostream errors manually, use clear_er...
2010-05-11 Bill WendlingThe getDefaultSubtargetFeatures method of SubtargetFeat...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-27 Bill Wendlingr98363 deleted a '!' when cleaning up whitespace. This...
2010-04-17 Dan GohmanFix more -Wcast-qual warnings.
2010-03-24 Dan GohmanTrim #includes.
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Chris Lattnerremove dead code, we're requesting TargetMachine::Assem...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerremove use of getMangledName.
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-08-25 Dan GohmanDelete some unnecessary flushes.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Dan GohmanSimplify this code so that it doesn't depend on raw_ost...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-03 Nick LewyckyRemove the GCC path from libLTO. This has been superced...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-07-26 Nick LewyckyFix libLTO:
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarSwitch some obvious clients to using the new TargetRegi...
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 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-26 Evan ChengIndentation.
2009-06-22 Bob WilsonRecognize and handle ARM v7 target triples for Darwin.
2009-06-17 Chris Lattnerswitch to using llvm/Target/TargetSelect.h
2009-06-17 Nick LewyckyFix libLTO by #include'ing the initializers for all...
2009-06-09 Rafael EspindolaBug fix:
2009-06-04 Nick Kledzik<rdar://problem/6944342> libLTO for darwin should add...
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-06-03 Nick Kledzik<rdar://problem/6941517> C++ static constructors not...
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2009-04-29 Bill WendlingRemove LTO optimization level.
next