Add a pointer to the owning LLVMContext to Module. This requires threading LLVMConte...
[oota-llvm.git] / tools / llc / llc.cpp
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
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-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-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-12 Misha Brukman* Tabs to spaces
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean and simple code...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-03-16 Brian GaekeAdd a better head-of-file comment.
2004-03-11 Misha BrukmanSparcV8 removed until it grows up becomes a mature...
2004-02-28 Chris LattnerAdd a hook to run with the V8 target, though it doesn...
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-15 Chris LattnerWhen the user runs 'llc foo.bc -march=c', write the...
2004-02-13 Chris LattnerAdd support for -march=c
2004-02-02 Brian GaekeAdd a -march=powerpc option. Automatically select it...
2003-12-28 Chris LattnerPass extra arguments around n stuph
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
2003-08-28 John CriswellAdded code to avoid checking for .bc when the filename...
2003-08-24 Chris LattnerTargets now configure themselves with the module, not...
2003-08-24 Chris LattnerAdd support for modules with "any" pointersize/endianness
2003-07-30 Misha BrukmanRevert change: default architecture is never set, it...
2003-07-18 Misha BrukmanInitialize the target architecture based on compiler...
next