After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
[oota-llvm.git] / tools / llc /
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-11-04 Oscar FuentesCMakeLists: removed asmprinter component from
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
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-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
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 LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-04 Chris Lattnerrearrange targets to satisfy dependencies. Too bad...
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-03 Chris LattnerNow that SparcV9 is gone, this logical can be simplifie...
2006-08-01 Chris LattnerFix the build on case-sensitive filesystems :(
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-07-21 Devang PatelFix MacOSX build failures. (pr841)
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-20 Andrew LenharthFix linking on Alpha
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerOops, llc needs libTarget.a not Target.o
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend
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-20 Chris LattnerNever link in sparcv9
2006-04-18 Chris LattnerAdd a warning.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-02-16 Chris Lattnerremove support for the skeleton target
2006-02-05 Chris LattnerSparcV8 -> Sparc
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
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyAdding MachineDebugInfo as a immutable pass.
2005-12-30 Duraid Madinadon't need this anymore
2005-12-30 Duraid Madinadelete file portably
2005-12-28 Duraid Madinabehold my standards-compliant humps!
2005-12-28 Duraid MadinaWAKEY WAKEY
2005-12-16 Chris Lattnerrename option for consistency with -mcpu -mattr etc
2005-12-16 Chris Lattnerprovide an option to override the target triple in...
2005-11-08 Chris LattnerAdd a new -fast option, which generates code quickly.
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-25 Chris Lattnertransforms before analyses
2005-10-24 Chris Lattnerpull in the archive version of this lib to reduce exe...
2005-10-23 Chris LattnerShrinkify to make --help output look better
2005-10-23 Chris Lattnershrinkify the option name a bit
2005-10-22 Chris Lattnerdocument this as experimental
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-28 Reid SpencerRun the verifier pass after all the other passes rather...
2005-07-28 Reid SpencerMake the verifier pass run (in debug mode) in llc....
2005-06-25 Chris Lattneradd a new -filetype argument to llc.
2005-06-25 Chris Lattnerminor cleanups, use copy ctor instead of manually doing it.
2005-06-25 Chris Lattnerrefactor this interface
2005-06-08 Andrew Lenharthmake SparcV8 and V9 seperately configurable
2005-04-23 Reid SpencerMake the CBackend actually get included in llc by using...
2005-04-23 Chris LattnerAlways enable the C backend. This fixes a *vast* numbe...
2005-04-22 Reid SpencerDon't always build CBackend and Skeleton. Make use...
2005-04-22 Reid SpencerImplement the --enable-targets= feature of the configur...
next