oota-llvm.git
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerNow that all libraries are built in either .o or .a...
2005-10-24 Chris Lattneronly build .a version of this library
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris LattnerThere is no need to build an archive version of this...
2005-10-24 Chris LattnerThis file is hopelessly out of date
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris Lattneruse archives when possible
2005-10-24 Chris LattnerMake sure that anything using the ADCE pass pulls in...
2005-10-24 Chris Lattnerpull in the .a version of scalaropts lib to reduce...
2005-10-24 Chris Lattnerpull in the archive version of this lib to reduce exe...
2005-10-24 Chris LattnerPull in the archive versions of these libs to reduce...
2005-10-24 Chris Lattnerdon't bother building the archive version of this library
2005-10-24 Chris LattnerLink in datastructure as a relinked o file
2005-10-24 Chris LattnerLink to archive versions of libraries instead of the...
2005-10-24 Chris Lattnerexpose a ctor
2005-10-24 Chris Lattneradd a proto
2005-10-24 Chris LattnerUse the new LinkAllAnalyses.h header instead of forcing...
2005-10-24 Chris Lattnernew header
2005-10-24 Chris Lattnerimplement some prototypes
2005-10-24 Chris Lattneradd some prototypes
2005-10-24 Chris Lattnermove this to the analyze tool
2005-10-24 Chris LattnerDon't invade the system namespace
2005-10-24 Chris LattnerUse archive versions of these libraries, using the...
2005-10-24 Chris LattnerThere is no need for this to be VC++ only
2005-10-23 Chris LattnerFix a nasty bug that was causing miscompilation of...
2005-10-23 Chris LattnerShrinkify to match llc
2005-10-23 Chris LattnerShrinkify to make --help output look better
2005-10-23 Chris Lattnershrinkify the option name a bit
2005-10-23 Chris LattnerSimplify this, matching changes in the tblgen emitter
2005-10-23 Chris LattnerSimplify this due to changes in the tblgen side
2005-10-23 Chris LattnerAdd the needed #include, emit enums with the sizes...
2005-10-23 Chris Lattnermark this as beta
2005-10-23 Chris LattnerIf a user requests help, give them help on both feature...
2005-10-23 Chris LattnerAutogen subtarget information from .td files.
2005-10-23 Chris LattnerAdd subtarget feature/processor defns to the .td file
2005-10-23 Chris Lattnerrearrange things a bit so that instructions can use...
2005-10-23 Chris Lattneradd a marker
2005-10-23 Chris Lattneradd a note that Nate mentioned last week
2005-10-23 Chris LattnerPut some of my random notes somewhere public
2005-10-23 Jeff CohenWork around GCC's dislike of attributes on function...
2005-10-23 Jeff CohenRemove deleted files from Visual Studio.
2005-10-23 Chris LattnerRemove the obsolete instr selector emitter
2005-10-23 Chris LattnerImprove help output.
2005-10-23 Chris Lattnerimprove -help output
2005-10-23 Chris LattnerMove static functions from .h file, reduce #includes...
2005-10-23 Chris LattnerMove static functions to .cpp file, reduce #includes...
2005-10-23 Jeff CohenRemove redundant flag.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-23 Andrew LenharthAdd several things.
2005-10-23 Andrew Lenharthadd TargetExternalSymbol
2005-10-23 Jeff CohenAdd new files to Visual Studio.
2005-10-22 Andrew LenharthWell, the Constant matching pattern works. Can't say...
2005-10-22 Chris Lattnerdocument this as experimental
2005-10-22 Chris LattnerThis file is entirely ifdef'd out
2005-10-22 Chris LattnerBuildSDIV and BuildUDIV only work for i32/i64, but...
2005-10-22 Jim LaskeyAdd g3 back to the mix and reorder to irritate them...
2005-10-22 Jim LaskeySort the features and processor lists for the sake...
2005-10-21 Chris Lattner64-bit reg support should not be enabled by default...
2005-10-21 Chris Lattneradd a case missing from the dag combiner that exposed...
2005-10-21 Chris LattnerInstead of aborting if not a case we can handle special...
2005-10-21 Chris LattnerNew testcase that crashes the ppc backend
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-21 Jim LaskeyNew TableGen backends for subtarget information. Only...
2005-10-21 Chris Lattnersilence a release mode warning
2005-10-21 Chris Lattneradd missing prototype
2005-10-21 Chris LattnerMake the coallescer a bit smarter, allowing it to join...
2005-10-21 Chris LattnerFix LiveInterval::getOverlapingRanges to take things...
2005-10-21 Nate BegemanMatch rotate. This does actually match the rotates...
2005-10-21 Chris LattnerMy previous patch was too conservative. Reject FP...
2005-10-21 Nate BegemanDon't generate operations that aren't yet supported
2005-10-21 Nate BegemanKill some now-dead code.
2005-10-21 Nate BegemanFix a typo in the dag combiner, so that this can work...
2005-10-21 Andrew Lenharthbyte zap not immediate goodness
2005-10-21 Chris LattnerMake tblgen emit:
2005-10-21 Nate BegemanInvert the TargetLowering flag that controls divide...
2005-10-20 Andrew LenharthInst cleanup. As a bonus, operands are in the correct...
2005-10-20 Chris LattnerUse a literal to define ineg instead of immzero
2005-10-20 Chris LattnerFix a conditional so we don't access past the end of...
2005-10-20 Andrew Lenharthadded a few 1 operand form stuff. Seems to break regal...
2005-10-20 Andrew Lenharthadd cttz and ctpop
2005-10-20 Nate BegemanFix a couple bugs in the const div stuff where we'd...
2005-10-20 Chris Lattnerdon't use llabs with apparently VC++ doesn't have
2005-10-20 Chris LattnerFix order of eval problem from when I refactored this...
2005-10-20 Andrew LenharthSounds good, finish the intop conversion.
2005-10-20 Nate BegemanAdd some more patterns for i64 on ppc
2005-10-20 Chris Lattneradd a new method, play around with some code.
2005-10-20 Chris Lattneradd a new method
2005-10-20 Chris LattnerRefactor some code, pulling it out into a function...
2005-10-20 Chris LattnerDo NOT touch FP ops with LSR. This fixes a testcase...
2005-10-20 Chris LattnerAdd some pattern fragments to simplify the repetitive...
2005-10-20 Chris Lattnersimplify this a bit by using immediates
2005-10-20 Nate BegemanMove the target constant divide optimization up into...
2005-10-20 Nate BegemanEnable targets to say that integer divide is expensive...
2005-10-20 Andrew Lenharthforgot this one
2005-10-20 Andrew Lenharthret 0; works, not much else
2005-10-19 John CriswellThis fixes PR638:
2005-10-19 Jim LaskeyAdded InstrSchedClass to each of the PowerPC Instructions.
2005-10-19 John CriswellMoved to Regression/Codegen/Generic.
next