oota-llvm.git
2009-05-12 Sanjiv GuptaWe do not need to create a label for external defs...
2009-05-12 Daniel DunbarSet svn:ignore on a slew of +Coverage directories
2009-05-12 Daniel DunbarRefactor dependency generation for .ll files.
2009-05-12 Daniel DunbarRemove obsolete Makefile magic for calling llvm-upgrade
2009-05-12 Daniel DunbarInstall bytecode libraries with a .bca suffix, otherwis...
2009-05-12 Sanjiv GuptaMark mayLoad, mayStore for insns correctly and use...
2009-05-12 Bob WilsonFix pr4195: When iterating through predecessor blocks...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-12 Dan GohmanWhen forgetting SCEVs for loop PHIs, don't forget SCEVU...
2009-05-12 Dan GohmanFix GetMinTrailingZeros for SCEVSignExtend and SCEVZero...
2009-05-12 Evan ChengAvoid unneeded SIB byte encoding. Patch by Zoltan Varga.
2009-05-12 Bill Wendling- Record that the debug info is actually used so that...
2009-05-11 Lang HamesFixed PR4090.
2009-05-11 Evan ChengTeach LSR to optimize more loop exit compares, i.e...
2009-05-11 Mike StumpAdd DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
2009-05-11 Dale JohannesenFix PR4188. TailMerging can't tolerate inexact
2009-05-11 Evan ChengApply patch review feedback.
2009-05-11 Jay FoadDon't #include DerivedTypes.h from TargetData.h.
2009-05-11 Dan GohmanAdd a comment about the special meaning of VoidTy in...
2009-05-11 Dan GohmanFix two wording errors that Duncan spotted.
2009-05-11 Dan GohmanMake this grep line a little more specific so that...
2009-05-11 Evan ChengUnbreak non-debug build.
2009-05-11 Evan ChengEliminate a compiler warning.
2009-05-11 Dan GohmanWhen scalarizing a vector BITCAST, check whether the...
2009-05-11 Dan GohmanLLVM has unaligned loads and stores now.
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-11 Dan GohmanUpgrade this example to new-style syntax.
2009-05-11 Dan GohmanConvert a subtract into a negate and an add when it...
2009-05-11 Dan GohmanAdd an svn:ignore.
2009-05-11 Chris Lattnerremove some done things: we have nocapture and SROA...
2009-05-11 Chris Lattneradd a note
2009-05-11 Dale JohannesenReverse a loop that is counting up to a maximum to
2009-05-11 John MosbyShrink wrapping in PEI:
2009-05-11 Jay FoadDon't generate redundant casts of constant values when...
2009-05-11 Jay FoadChange TargetData::getIntPtrType() to return an Integer...
2009-05-11 Sanjiv GuptaFix more naming issues.
2009-05-11 Sanjiv GuptaDetect calls to compiler intrinsics and emit an extern...
2009-05-10 Bill WendlingNeeded #includes. Thanks Fritz van Bommel!
2009-05-10 Bill WendlingThis is a large rewrite of how Dwarf info for inlined...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-10 Sanjiv GuptaModule iterator contains list of filescope functions...
2009-05-10 Anton KorobeynikovAdd imm-reg and imm-mem patters for cmp on msp430
2009-05-10 Anton KorobeynikovAdd MSP430 test for PR4136
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
2009-05-10 Bill Wendling--- Reverse-merging r71370 into '.':
2009-05-09 Bill WendlingA debug function start was not being recorded when...
2009-05-09 Evan ChengOops. Don't forget to align single bb loops.
2009-05-09 Chris Lattnerfix typo
2009-05-09 Eli FriedmanAllow scalar evolution to compute iteration counts...
2009-05-09 Eli FriedmanRemove a completed optimization. Add a potential optim...
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...
next