* llvm.spec.in: update blurb
[oota-llvm.git] / tools / llc /
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...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-17 Chris Lattnerstatically link ia64 into llc
2005-02-15 Andrew Lenharthadd Alpha to llc
2005-01-07 Chris LattnerX86 BE requires SelectionDAG
2004-12-30 Reid SpencerFor PR351:
2004-12-16 Tanya LattnerLinking in all of ScalarOpts.
2004-12-16 Chris LattnerNo targets actually use this library
2004-12-10 Brian GaekeLink V8 backend into llc.
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerFix named of a library.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanUse the SparcV9-marked instr scheduling library
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-05 Chris Lattnerwhile we're at it, make the libraries be on separate...
2004-08-05 Misha BrukmanLines need to end with \ to make sure they're actually...
2004-08-05 Misha Brukman* Add PowerPC library to LLC
2004-08-04 Brian Gaekelibsparcv9select is history
2004-07-16 Chris LattnerBuild skeleton target
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 LattnerUhh, that doesn't exist.
2004-05-27 Chris LattnerHeader file moved
2004-03-16 Brian GaekeAdd a better head-of-file comment.
next