Refactor basicaa's main alias function somethin' fierce.
[oota-llvm.git] / lib /
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
2008-06-06 Zhou ShengAs Chris suggested, handle the situation if ShAmt large...
2008-06-06 Evan ChengRefine stack slot interval weight computation.
2008-06-06 Anton KorobeynikovTurn stdout into binary mode during bitcode emission.
2008-06-06 Anton KorobeynikovProvide hooks for libgcc symbols' address resolution...
2008-06-06 Bruno Cardoso LopesAdded custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI...
2008-06-06 Bruno Cardoso LopesAdded custom SELECT_CC lowering
2008-06-05 Dan GohmanRevert 52002.
2008-06-05 Chris LattnerExpose a public interface to this pass.
2008-06-05 Chris LattnerLet libcall semantics decide whether it knows about...
2008-06-05 Evan ChengDon't break strict aliasing.
2008-06-05 Owen AndersonRemove debugging code.
2008-06-05 Owen AndersonUse the newly created helper on LiveIntervals.
2008-06-05 Owen AndersonAdd a helper for constructing new live ranges that...
2008-06-05 Zhou ShengIf BitWidth equals to ShtAmt, the RHSKnownZero[BitWidth...
2008-06-05 Matthijs KooijmanChange the Verifier to support returning first class...
2008-06-05 Zhou ShengAs comments said, for negative value, the arithmetic
2008-06-05 Matthijs KooijmanLearn ScalarReplAggregrates how stores and loads of...
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if all if its users are...
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if it's users are really...
2008-06-05 Matthijs KooijmanUse use_iterator::getOperandNo instead of CallSite...
2008-06-05 Matthijs Kooijman * Make CallSite::hasArgument const and let it take...
2008-06-05 Matthijs KooijmanUpdate comments and documentation to reflect that GCSE...
2008-06-04 Evan ChengFix a memcpy lowering bug. Even though the memcpy align...
2008-06-04 Owen AndersonRemove unneeded #include.
2008-06-04 Evan ChengOops. Should not be enabled by default.
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-04 Owen AndersonCorrectly construct live intervals for the copies we...
2008-06-04 Evan ChengRevert this.
next