Switching TargetMachineRegistry to use the new generic Registry.
[oota-llvm.git] / tools / llc / llc.cpp
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...
2003-07-07 Misha BrukmanFixed indentation.
2003-06-20 Chris LattnerMinor cleanups
2003-06-18 Brian Gaeketools/llc/llc.cpp: Make "-o -" work.
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-18 Chris LattnerReindent code to match the rest of the file
2003-06-05 Chris LattnerRemove duplicate pass
2003-05-27 Chris LattnerRemove ugly hack (that I put in originally) for buildin...
2003-04-28 Chris LattnerAdd a new option to disable stripping of bytecode files
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerMake sure to copy double alignment as well
2003-04-25 Chris LattnerKill using declarations
2003-04-25 Chris LattnerMake sure to add a targetdata instance to the passmanag...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-01-14 Chris LattnerRename header
2002-12-28 Chris LattnerEliminate direct access to TargetData structure
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris Lattner* Remove explicit strcmp calls
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-19 Chris LattnerIndent a comment right, add a new one
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
next