After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
[oota-llvm.git] / tools / lto /
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.
2009-01-26 Nick LewyckyBuild libLTO on any platform so long as PIC is enabled.
2009-01-03 Bill WendlingSetting BUILD_ARCHIVE to 0 has the same effect as defin...
2008-11-30 Nick LewyckyRemove warning about declaration does not declare anyth...
2008-11-29 Nick LewyckyAdd protected visibility to libLTO.
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-04 Devang PatelOn darwin, 32-bit x86 target is i386-apple-darwin...
2008-08-21 Dan GohmanDon't silently ignore errors when opening output streams.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-07-19 Nick Kledziktentative definitions are default visibility
2008-07-18 Devang Pateltypo.
2008-07-16 Devang PatelName string length is end position marker - begin posit...
2008-07-16 Devang PatelDo not forget global definitions from inline asm code...
2008-07-15 Devang PatelLinkOnce definitions have default scope, like weak...
2008-07-08 Nick Kledzikfix dangling pointer and argv off by one errors. Add...
2008-07-07 Nick Kledzikadd _lto_codegen_debug_options so that linker can use it
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-06-30 Devang PatelRename new lto2 tool as lto.
2008-06-30 Devang PatelRemove old LTO interface.
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2008-04-22 Owen AndersonMove MemCpyOpt after GVN.
2008-04-22 Owen AndersonAdd MemCpyOpt to LTO.
2008-04-21 Owen AndersonUse GVN in LTO instead of GCSE+LoadVN.
2008-04-02 Dale JohannesenMake EH work with unnamed functions. Reenable running
2008-02-07 Devang PatelBegin setting features for target based on target tripl...
2008-02-04 Devang PatelDo not set time out, lets assume assembler will do...
2008-02-02 Devang PatelDo not strip symbols when EH is ON.
2008-01-30 Devang PatelSupply appropriate arch info to darwin assembler.
2008-01-30 Devang PatelEnable exception handling if it is supported.
2008-01-15 Devang Patel- Introduces versioning macro LLVM_LTO_VERSION
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-20 Devang PatelRevert my previous check-in.
2007-12-20 Devang PatelAdd lto version check mechanism.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-07-18 Reid SpencerFix a sys::Path API error caught by a gcc 4.2 warning.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattnerbitcodify
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-08 Bill WendlingAvoid assert() in lto. Let linker handle all failures...
2007-02-08 Bill WendlingThe new version of how to add passes to emit files...
2007-02-05 Reid SpencerFor PR411:
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2007-02-01 Devang PatelInclude Makefile.config before testing OS.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-08 Devang PatelModules are consumed when they are merged together...
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2007-01-06 Chris LattnerAdd C wrappers for the LTO library (PR1081). Patch...
2007-01-06 Chris Lattnerfix typo
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-25 Devang PatelSupply alignment info to linker through LLVMSymbol.
2006-10-24 Devang PatelInstead of hard coding global prefix, use TargetAsmInfo.
2006-10-23 Devang PatelFix typo. Add more comment. Avoid extra hash_map search.
2006-10-23 Devang PatelAdd removeModule().
2006-10-09 Devang PatelUse FindProgramByName instead of FindExecutable.
next