use a real associative container for type association instead of using
[oota-llvm.git] / lib /
2008-06-16 Chris Lattneruse a real associative container for type association...
2008-06-16 Evan Chengmpsadbw is commutable.
2008-06-16 Chris Lattnerbail out sooner if we have two concrete but different...
2008-06-16 Chris Lattnersimplify some code.
2008-06-16 Chris LattnerApply a patch from Nathan Keynes, which speeds up llvm...
2008-06-16 Owen AndersonRemove special case handling of empty MBBs now that...
2008-06-16 Chris Lattnerhandle vectors. Any integers that got here would neces...
2008-06-16 Chris LattnerSimplify ResolveTypes by pulling the null case out...
2008-06-16 Evan ChengIterating over SmallPtrSet is not deterministic.
2008-06-16 Chris Lattnersimplify RecursiveResolveTypes and ResolveTypes by...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-06-16 Chris LattnerAdd support for icache invalidation on non-darwin ppc...
2008-06-16 Owen AndersonRe-enable empty block indexing by default, since it...
2008-06-16 Matthijs KooijmanMake BuildSubAggregate use FindInsertedElement again...
2008-06-16 Matthijs KooijmanMake the InsertBefore argument to FindInsertedValue...
2008-06-16 Matthijs KooijmanPass around Instruction* instead of Instruction& in...
2008-06-16 Matthijs Kooijman80 column fixes.
2008-06-16 Matthijs KooijmanMove FindScalarValue from InstructionCombining.cpp...
2008-06-16 Argyrios KyrtzidisMinor comment fix.
2008-06-16 Duncan SandsAllow these transforms for types like i256 while
2008-06-16 Evan ChengFix read after free found by valgrind.
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-06-16 Owen AndersonMake indexing empty basic blocks an option for the...
2008-06-16 Chris Lattnersimplify some code by using a helper function. This...
2008-06-16 Chris Lattnermove a bunch of predicates up into their own section
2008-06-16 Chris LattnerOther parts of this code treat noalias arguments as...
2008-06-16 Chris LattnerIf we are checking to see if the result of a call aliases a
2008-06-16 Owen AndersonAssign indices to empty basic blocks. This will be...
2008-06-16 Chris LattnerRefactor basicaa's main alias function somethin' fierce.
2008-06-16 Chris LattnerSwitch from generating the int128 typedefs based on...
2008-06-16 Chris LattnerFix the crash on SimplifyLibCalls/2005-05-20-sprintf...
2008-06-16 Chris Lattnerfix pr2460
2008-06-15 Duncan SandsThe transforms in visitEXTRACT_VECTOR_ELT are
2008-06-15 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT with
2008-06-15 Wojciech MatyjewiczFix PR2434. When scanning for exising binary operator...
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-06-15 Argyrios KyrtzidisFix the environment block that is passed to the CreateP...
2008-06-14 Duncan SandsRemove a redundant AfterLegalize check. Turn
2008-06-14 Wojciech MatyjewiczChange 'while' loop to 'do' loop.
2008-06-14 Andrew Lenharthadd missing atomic intrinsic from gcc
2008-06-14 Chris LattnerFix a case where tailcallelim wouldn't set the changed...
2008-06-13 Evan ChengTeach the spiller to commute instructions in order...
2008-06-13 Eli FriedmanDon't skip over instructions other than loads that...
2008-06-13 Dan GohmanProtect ChangeCompareStride from situations in which...
2008-06-13 Eli FriedmanMake sure SimplifyStoreAtEndOfBlock doesn't mess with...
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-13 Wojciech MatyjewiczUse recently added getTruncateOrZeroExtend method to...
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-06-12 Gabor Greiffix a minor deviation from the original in my previous...
2008-06-12 Gabor Greifop_iterator-ify some loops, low hanging fruit only...
2008-06-12 Evan ChengDo not speculatively execute an instruction by hoisting...
2008-06-12 Evan ChengRevert 52223.
2008-06-12 Owen AndersonSwitch GVN to use ScopedHashTable.
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-06-11 Gabor Greifop_iterator-ify some loops, fix 80col violations
2008-06-11 Anton KorobeynikovProperly lower DYNAMIC_STACKALLOC - bracket all black...
2008-06-11 Evan ChengFor now, avoid generating FP select instructions in...
2008-06-11 Evan ChengAvoid duplicating loop header which leads to unnatural...
2008-06-11 Matthijs KooijmanTeach instruction combining about the extractvalue...
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-06-11 Gordon HenriksenBetter test for availability of __gnu_cxx::stdio_filebuf.
2008-06-11 Matthijs KooijmanClarify a comment.
2008-06-10 Gabor Greifop_iterator-ify loops
2008-06-09 Dan GohmanTeach isGAPlusOffset to respect a GlobalAddressSDNode...
2008-06-09 Dan GohmanRe-apply 52002, allowing the verifier to accept non...
2008-06-09 Dan GohmanCodeGen support for aggregate-value function arguments.
2008-06-09 Duncan SandsVarious tweaks related to apint codegen. No functionality
2008-06-09 Dan GohmanHandle empty aggregate values.
2008-06-09 Dan GohmanAsmParser support for immediate constant aggregate...
2008-06-09 Dan GohmanCPPBackend support for extractvalue and insertvalue.
2008-06-09 Dan GohmanAbort on an unrecognized opcode.
2008-06-09 Dan GohmanUpdate the CPP backend for the ConstantFP::get API...
2008-06-09 Duncan SandsRemove some DAG combiner assumptions about sizes
2008-06-09 Rafael Espindolaadd support for PIC on linux x86-64
2008-06-09 Chris Lattnerlower calls to abs to inline code, PR2337
2008-06-09 Chris LattnerFix PR2411, where ip constant prop would propagate the
2008-06-09 Chris Lattneruse 'continue' to make the function linker simpler...
2008-06-09 Chris Lattnerminor changes to short circuit the 'no linkage' case...
2008-06-09 Chris Lattnersimplify function visibility handling.
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-08 Chris LattnerLimit the icmp+phi merging optimization to the cases...
2008-06-08 Bruno Cardoso LopesAdded FP instruction formats.
2008-06-08 Bill WendlingTemporarily reverting r52056. It's causing PPC to fail...
2008-06-07 Bruno Cardoso LopesAdded support for FP Registers
2008-06-07 Evan ChengSpeculatively execute a block when the the block is...
2008-06-07 Evan ChengRevert r52046. It broke cbe on x86 / Mac OS X.
2008-06-07 Dan GohmanCodeGen support for insertvalue and extractvalue, and...
2008-06-07 Owen AndersonConnect successors before creating the DAG node for...
2008-06-06 Gabor Greifget rid of ExtractValueInst::init's Value argument...
2008-06-06 Evan ChengTypo.
2008-06-06 Gabor Greifmake ExtractValueInst derived from UnaryInstruction
2008-06-06 Evan ChengEnable stack coloring by default.
2008-06-06 Evan ChengPPC preferred loop alignment is 16.
2008-06-06 Devang PatelLoopSimplify preserves AA.
2008-06-06 Devang PatelPrint debug message only if there are dead passes.
2008-06-06 Anton KorobeynikovHandle assembler identifiers specially in CBE. This...
2008-06-06 Duncan SandsTighten up the abstraction slightly.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
next