oota-llvm.git
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-09 Sanjiv GuptaUse 16 bit arithmetic while retrieving the address...
2009-05-09 Evan ChengFactor out code that optimize loop terminating condition.
2009-05-09 Dan GohmanDon't attempt to handle unsized types in ScalarEvolutio...
2009-05-08 Evan ChengEnable loop bb placement optimization.
2009-05-08 Dan GohmanFix bogus overflow checks by replacing them with actual
2009-05-08 Evan ChengPPC::B and PPC::BCC's target operand may be an immediate.
2009-05-08 Mike StumpIn non-pic builds, we can use -mdynamic-no-pic for...
2009-05-08 Dan GohmanUse .td for tablegen files, not .ll.
2009-05-08 Mike StumpAvoid warning in release-asserts build.
2009-05-08 Bill WendlingMirror how Fast ISel determines if a region.end intrins...
2009-05-08 Dan GohmanFold trunc casts into add-recurrence expressions, allow...
2009-05-08 Bill WendlingCompute the offsets of the compile units. We need this...
2009-05-08 Dan GohmanFix another bug in r71252. This code supports GetElementPtr
2009-05-08 Bill WendlingFix typo.
2009-05-08 Dan GohmanAdd memoization for getSCEVAtScope results for instructions
2009-05-08 Dan GohmanMake the SCEV* form of getSCEVAtScope public, to allow...
2009-05-08 Bill WendlingMinor clean ups. No functionality change.
2009-05-08 Dan GohmanFix an error from r71252.
2009-05-08 Bill WendlingPrint out nicer dump info for DIDescriptor.
2009-05-08 Dan GohmanFactor out the code for creating SCEVs for GEPs into a
2009-05-08 Dan GohmanImplement several new SCEV folding rules for UDiv SCEVs.
2009-05-08 Dan GohmanAdd a getExitBlock utility function to LoopInfo which...
2009-05-08 Evan ChengDon't align loop header unless the loop back edge is...
2009-05-08 Anton KorobeynikovFactor out cycle-finder code and make it generic.
2009-05-08 Anton KorobeynikovDo not emit bit tests if target does not support native...
2009-05-08 Anton KorobeynikovAllow 8 bit select in custom inserter
2009-05-08 Anton KorobeynikovProperly expand libcalls for urem / srem. Also make...
2009-05-08 Anton KorobeynikovTypo
2009-05-08 Anton KorobeynikovExpand UREM / SREM into libcalls
2009-05-08 Anton KorobeynikovAdd 8 bit select
2009-05-08 Chris LattnerFix PR4152: asm constraint validation happens before...
2009-05-08 Duncan SandsAdd some examples to show the difference between
2009-05-08 Chris LattnerChange 'make install' to install tblgen, for better...
2009-05-08 Chris Lattnerfix RewriteStoreUserOfWholeAlloca to use the correct...
2009-05-08 Evan ChengReverse branch condition only when there is a condition...
2009-05-08 Nick LewyckyAdd explicit braces to disambiguate nested if/else...
2009-05-08 Nick LewyckyThis transform requires valid TargetData info. Wrap...
2009-05-08 Evan ChengOptimize code placement in loop to eliminate unconditio...
2009-05-08 Nick LewyckyAdd missing #include for "strlen" which is used inline...
2009-05-08 Sanjiv GuptaMoved pic16 naming functions to correct place.
2009-05-08 Eli FriedmanPR4123: don't crash when inlining a call which uses...
2009-05-07 Bob WilsonFix pr4100. Do not remove no-op copies when they are...
2009-05-07 Bob WilsonFix a comment (again).
2009-05-07 Bob WilsonFix a comment.
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Dan GohmanPerform constant folding on operands of instructions...
2009-05-07 Dan GohmanSCEVComplexityCompare's new code was missing SCEVUDivEx...
2009-05-07 Duncan SandsRevert r70876 and add a testcase (@c7) showing the...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Dan GohmanMake ScalarEvolution's GroupByComplexity more thorough...
2009-05-07 Dan GohmanTrim unnecessary headers. Code in Analysis shouldn...
2009-05-07 Dan GohmanConstant-fold ptrtoint+add+inttoptr to gep when the...
2009-05-07 Dan GohmanFactor out a common base class between SCEVCommutativeE...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-05-07 Evan ChengCode refactoring.
2009-05-07 Evan ChengRename "loop aligner" pass to "code placement optimizat...
2009-05-07 Evan ChengEliminate compiler warnings.
2009-05-07 Jakob Stoklund... Add const modifiers.
2009-05-07 Bill WendlingTHis doesn't fail.
2009-05-07 Bill WendlingJust turn aggressive stack coloring off at -O3.
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-07 Argyrios KyrtzidisMake DwarfWriter::RecordInlinedFnStart more like the...
2009-05-06 Dan GohmanUse stable_sort instead of plain sort to avoid the...
2009-05-06 Bill Wendling- Move some debug fields to coincide with how GCC emits...
2009-05-06 Oscar FuentesCMake: Use pthread library when requested and available.
2009-05-06 Oscar FuentesCMake: Updated lib/Target/PIC16/CMakeLists.txt.
2009-05-06 Dale JohannesenUse X86AddrNumOperands instead of magic constant one
2009-05-06 Evan ChengDo not use register as base ptr of pre- and post- inc...
2009-05-06 Evan ChengUnbreak the build.
2009-05-06 David GreeneMake sure to use signed arithmetic in APInt to fix...
2009-05-06 Dan GohmanSimplify code by using SmallVector's pop_back_val(...
2009-05-06 Dan GohmanAdd simplify_type specializations to allow WeakVH,...
2009-05-06 Oscar FuentesCMake: Updated lib/CodeGen/CMakeLists.txt.
2009-05-06 Oscar FuentesCMake: Detects libpthread and sets HAVE_LIBPTHREAD.
2009-05-06 Oscar FuentesCMake: Added cmakedefine for HAVE_PTHREAD_H.
2009-05-06 Duncan SandsNounwind is not valid for function return values.
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-05-06 Duncan SandsAdd generic expansion of SUB when ADD and XOR
2009-05-06 Duncan SandsFix PR3754: don't mark functions that wrap MallocInst...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2009-05-06 Mikhail GlushenkovA better error message.
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...
2009-05-06 Mikhail GlushenkovRegenerate documentation.
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-05-05 Dan GohmanFix a copy+pasto in a comment.
2009-05-05 Dan GohmanDelete a FIXME which is no longer relevant, and add...
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-05-05 Bill WendlingAdd dump method to DIDescriptor.
2009-05-05 Dan GohmanAdd an explicit keyword.
2009-05-05 Dan GohmanIf a MachineBasicBlock has multiple ways of reaching...
2009-05-05 Evan ChengForgot this in the last commit.
2009-05-05 Bill WendlingTemporarily reverting r71008. It was causing this failure:
2009-05-05 Dan GohmanAdd some more documentation for x86 special address...
2009-05-05 Evan ChengEnable stack coloring with regs at -O3.
2009-05-05 David GreeneHandle overflow of 64-bit loop conditions.
2009-05-05 Chris LattnerAdd basic support for code generation of
2009-05-05 Evan Chengbugpoint for jit should just ignore GCC arguments.
2009-05-05 Evan ChengRevert part of 70929 that has to do with determining...
next