Now that we have atomics support properly detected by configure,
[oota-llvm.git] / lib /
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 GohmanFix two wording errors that Duncan spotted.
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 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 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 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 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 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 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 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 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: 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 Oscar FuentesCMake: Updated lib/CodeGen/CMakeLists.txt.
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 Lang HamesRenamed Spiller classes (plus uses and related files...
next