Makefile.sphinx: reST conversion is complete!
[oota-llvm.git] / lib /
2012-12-12 Michael IlsemanRestore the PHI optimization I accidently removed
2012-12-12 Michael IlsemanRemove trailing whitespace
2012-12-12 Benjamin KramerFix the build on case sensitive file systems.
2012-12-12 David MajnemerSimplify negated bit test
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-12 Evan ChengFix a logic bug in inline expansion of memcpy / memset...
2012-12-12 Akira Hatanaka[mips] Fix a memory leak bug report by NAKAMURA Takumi.
2012-12-12 Eli BenderskyMake naming consistent, add comments and sanity asserts
2012-12-12 Nadav RotemFix indentation.
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Bill WendlingKerning.
2012-12-12 Rafael EspindolaThe TargetData is not used for the isPowerOfTwo determi...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-12 Rafael EspindolaRemove some dead code.
2012-12-12 NAKAMURA Takumi[CMake] Fixup R600.
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Nadav RotemFix the ascii drawing that was ruined when I split...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Nadav Rotemfix a typo.
2012-12-12 Manman RenDAGCombine: clamp hi bit in APInt::getBitsSet to avoid...
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-12 Michael IlsemanHave SimplifyBinOp call the new FAdd/FSub/FMul helpers...
2012-12-12 Shuxin Yang- Fix a problematic way in creating all-the-1 APInt.
2012-12-12 Michael IlsemanRemove redunant optimizations from InstCombine, instead...
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-12-11 Jim GrosbachTrim unneeded header #include.
2012-12-11 Jim GrosbachARM: Remove old testing option.
2012-12-11 Jim GrosbachARM: Remove old testing options.
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Nadav RotemPR14574. Fix a bug in the code that calculates the...
2012-12-11 Tom StellardAdd R600 backend
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-11 Eric ChristopherUpdate some comments.
2012-12-11 Nadav RotemLoop Vectorize: optimize the vectorization of trunc...
2012-12-11 Eli BenderskyRemove the RelaxAll overrule in MCAssembler::fixupNeeds...
2012-12-11 Rafael EspindolaUse an ArrayRef instead of a std::vector&.
2012-12-11 Joel JonesAdd comment for load folding
2012-12-11 Evgeniy Stepanov[msan] Use explicitely aligned stores and loads with...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Chandler CarruthHolding my nose and moving the accumulation routine...
2012-12-11 Chandler CarruthHoist the GEP constant address offset computation to...
2012-12-11 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-11 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-11 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-11 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-11 Jyotsna VermaUse multiclass for new-value store instructions with...
2012-12-11 Nadav RotemFix PR14565. Don't if-convert loops that have switch...
2012-12-11 Evan ChengStylistic tweak.
2012-12-11 Chandler CarruthFix a miscompile in the DAG combiner. Previously, we...
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-10 Arnold SchwaighoferOptimistically analyse Phi cycles
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
2012-12-10 Eric ChristopherRearrange vars and make comments more obvious.
2012-12-10 Eric ChristopherRemove blank line at top of file.
2012-12-10 Eric ChristopherFix a coding style nit.
2012-12-10 Nadav RotemEnable the loop vectorizer only on O2 and above. (Still...
2012-12-10 Tom StellardLegalizeDAG: Allow type promotion of scalar loads
2012-12-10 Tom StellardLegalizeDAG: Allow type promotion for scalar stores
2012-12-10 Nadav RotemSplit the LoopVectorizer into H and CPP.
2012-12-10 Eli BenderskyCleanup formatting, comments and naming.
2012-12-10 Akira Hatanaka[mips] Set HWEncoding field of registers. Use delete...
2012-12-10 Eric ChristopherUse the somewhat semantic term "split dwarf" it more...
2012-12-10 Eric ChristopherDelete the FissionCU.
2012-12-10 Eric ChristopherReorder fission variables.
2012-12-10 Bill WendlingDon't use a red zone for code coverage if the user...
2012-12-10 Nadav RotemAdd support for reverse induction variables. For example:
2012-12-10 Eli BenderskyThis patch adds statistics for other non-DWARF fragment...
2012-12-10 Hal FinkelUse GetUnderlyingObjects in misched
2012-12-10 Chandler CarruthRevert "Make '-mtune=x86_64' assume fast unaligned...
2012-12-10 Chandler CarruthMake '-mtune=x86_64' assume fast unaligned memory accesses.
2012-12-10 Chandler CarruthFix a typo in my previous commit -- bloomfield is 0x1A...
2012-12-10 Chandler CarruthAddress a FIXME and update the fast unaligned memory...
2012-12-10 Chandler CarruthAdd a new visitor for walking the uses of a pointer...
2012-12-10 Craig TopperTeach DAG combine to handle vector add/sub with vectors...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-10 Chandler CarruthFix PR14548: SROA was crashing on a mixture of i1 and...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-09 Michael IlsemanHave the bitcode reader/writer just use FPMathOperator...
2012-12-09 Paul Redmondtest commit.
2012-12-09 Jakub StaszakUse m_OneUse pattern instead of hasOneUse() method.
2012-12-09 Jakub StaszakRemove trailing spaces.
2012-12-09 Chandler CarruthSwitch SROA to pop Uses off the back of its visitors...
2012-12-09 Craig TopperRemove extra blank line.
next