Fix a problem exposed by my previous commit and noticed by a release-asserts
[oota-llvm.git] / tools / lto /
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.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-26 Evan ChengIndentation.
2009-06-24 Chris Lattnerremove dead makefile flags.
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-06-01 Nick Kledzikupdate comments about .objc_ symbols being generated
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-05-30 Evan ChengUntabify.
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2009-04-29 Bill WendlingRemove LTO optimization level.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingDon't use 'false' for 'fast isel' here.
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-04-01 Evan ChengRecognize arm triplets.
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-26 Nick LewyckyAdd the function attributes pass during LTO time.
2009-02-23 Nick LewyckyIf nobody minds, I'm using LTO to produce faster binari...
2009-02-17 Devang PatelRemove changes that were accidently included in previou...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-02-06 Nick LewyckyCorrect strange whitespace.
next