Regen configure
[oota-llvm.git] / tools / lto /
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-20 Rafael EspindolaRecord sysbols created by aliases. Fixes PR8414.
2010-10-15 Daniel Dunbarlto: Respect LLVM_VERSION_INFO make variable, since...
2010-10-07 Dan GohmanThis file needs ToolOutputFile.h too.
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
2010-09-27 Bill WendlingThe "linker_private_weak*" linkages should set the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-26 Devang PatelFix prototypes.
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
2010-08-25 Dan GohmanFix a few missing entries in lto.exports.
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-11 Daniel Dunbarlto: Fix an inverted conditional which prevented the...
2010-08-11 Daniel Dunbarlto: Fix gratuitous memory leaks.
2010-08-10 Daniel Dunbarlto: Reduce nesting.
2010-08-10 Daniel DunbarLTOModule.cpp: Fix numerous style issues.
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-16 Daniel Dunbarbuild/Darwin: Add an LLVM_LTO_VERSION_OFFSET make varia...
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-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
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-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-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 calls to dead methods.
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-12-23 Douglas GregorFix another -Wmismatched-tags warning
2009-12-23 Douglas GregorFix struct/class mismatch for LTOModule and LTOCodeGene...
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-09-23 Gabor Greifpretty mechanical changes to match coding guidelines...
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-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
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-28 Nick LewyckyRemove memory corruption bug. string.c_str() was return...
2009-07-26 Nick LewyckyFix libLTO:
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
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-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Nick LewyckyDon't create undefined symbols for aliases.
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-03 Duncan SandsAdd newline at end of file.
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-02 John Mosbyfix ld error with -no-undefined switch, which is undefi...
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.
next