Straighten out any triple strings passed on the command line before
[oota-llvm.git] / tools / llc / llc.cpp
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-18 Dan GohmanEliminate some redundancy by relying on raw_fd_ostream...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-08 Michael J. Spencerllc: Fix help typo as pointed out by Nick Lewycky.
2010-08-06 Michael J. Spencerllc: Clarify -mc-relax-all description.
2010-07-31 Michael J. Spencerllc: Add -mc-relax-all.
2010-05-27 Dan GohmanAvoid calling outs() and fouts() when the stream isn...
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-05-06 Chris Lattnermake -filetype=obj default to emitting its output to...
2010-04-29 Daniel DunbarRemove dead option.
2010-04-05 Chris Lattneradd .o file writing for inline asm in llc. Here's...
2010-03-24 Dan GohmanTrim #includes.
2010-03-22 Dan Gohmanllc doesn't need LinkAllVMCore.
2010-03-01 Dan GohmanMake llc opt into the addPassesToEmitFile verify pass.
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-02 Chris LattnerHook up -filetype=obj through the MachO streamer. ...
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-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-05 David GreeneEnable debug buffering.
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-09-16 Dan GohmanNow that llc can read .ll files directly, teach it...
2009-09-03 Daniel DunbarTweak comment.
2009-09-02 Dan GohmanSwitch llc from ParseBitcodeFile to ParseIRFile. This...
2009-08-25 Dan GohmanDelete some unnecessary flushes.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-03 Daniel DunbarProvide target data from the module if the target machi...
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 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-16 Daniel DunbarMake sure targets are initialized before we do anything...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
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 Dan GohmanUse errs() instead of std::cerr.
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
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-17 Chris Lattnerswitch to using llvm/Target/TargetSelect.h
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-05-04 Evan ChengDefault llc / lli optimization to "Default", which...
2009-04-30 Bill WendlingRemove unused flags.
2009-04-29 Bill WendlingError out with bad optimization level specified.
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 WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2008-12-31 Misha BrukmanFix spacing to be uniform for parameters.
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
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-17 Anton KorobeynikovLink GC metadata printers by default to llc
2008-04-23 Anton KorobeynikovFirst step of implementing PR1538: move llvm2cpp logic...
2008-04-16 Dan GohmanFix a memory leak in llc.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneruse an auto_ptr to avoid an explicit delete
2007-05-06 Chris Lattneradd bitcode reading support. Remove EH cruft.
2007-03-26 Reid SpencerFor PR1277:
2007-02-08 Bill WendlingThe new version of how to add passes to emit files...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerRemove use of target::getName()
2006-08-23 Nate BegemanMake sure that both non-asm file types are marked as...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-01 Chris LattnerFix the build on case-sensitive filesystems :(
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-06-07 Reid SpencerFor PR780:
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-04 Chris LattnerAdjust to use proper TargetData copy ctor
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-18 Chris LattnerAdd a warning.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-01-23 Chris LattnerRemove dead #include
2006-01-23 Chris LattnerIt doesn't make sense to give llc a list of passes...
2006-01-05 Chris Lattnerremove unused header
next