Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT.
[oota-llvm.git] / lib /
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.
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Craig TopperTeach DAG combine to handle vector logical operations...
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-08 Benjamin KramerSimplify code. Sort includes. No functionality change.
2012-12-08 Shuxin YangFix an inadvertent typo error.
2012-12-08 Chandler CarruthFix a use-after-free bug found by ASan. You can't assig...
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 Eli BenderskyMake the contents of encoded sections SmallVector<char...
2012-12-07 Nadav RotemWhen we use the BLEND instruction that uses the MSB...
2012-12-07 Matthew CurtisIn hexagon convertToHardwareLoop, don't deref end(...
2012-12-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-07 Nadav RotemX86: Prefer using VPSHUFD over VPERMIL because it has...
2012-12-07 Eli BenderskyAdd separate statistics for Data and Inst fragments...
2012-12-07 Eli BenderskySome common functionality from WinCOFFStreamer::EmitAss...
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-07 Logan ChienSplit MCELFStreamer into a header file.
2012-12-07 Evgeniy Stepanov[msan] Remove readonly/readnone attributes from all...
2012-12-07 Jakob Stoklund OlesenUse the new MIBundleBuilder class in the Mips target.
2012-12-07 Jakob Stoklund OlesenAdd higher-level API for dealing with bundled MachineIn...
2012-12-07 Akira Hatanaka[mips] Delete nodes and instructions for dynamic alloca...
2012-12-07 Akira Hatanaka[mips] Shorten predicate name.
2012-12-07 Akira Hatanaka[mips] Delete unused sub-target features.
2012-12-07 Akira Hatanaka[mips] Remove unnecessary predicates.
2012-12-07 Chandler CarruthAdd support to ValueTracking for determining that a...
2012-12-06 Matt Beaumont-GayAdd a 'using' declaration to suppress GCC's -Woverloade...
2012-12-06 Pedro Artigasfixed valgrind issues of prior commit, this change...
2012-12-06 Jakub StaszakRemove unused field.
2012-12-06 Jakub StaszakRemove trailing spaces.
2012-12-06 Evan ChengReplace r169459 with something safer. Rather than havin...
2012-12-06 Jakub StaszakRemove unneeded function, since PR8156 was fixed over...
2012-12-06 Jakub StaszakSimplify code.
2012-12-06 Nadav RotemFix a bug in the code that merges consecutive stores...
2012-12-06 NAKAMURA TakumiMemorySanitizer.cpp: Suppress a warning. [-Wunused...
2012-12-06 Evgeniy Stepanov[msan] Fix a typo in a comment.
2012-12-06 Evgeniy Stepanov[msan] Do not store origin for clean values.
2012-12-06 Bill Wendlings/getLowerBoundDefault/getDefaultLowerBound/ for consis...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-06 Craig TopperRemove intrinsic specific instructions for (V)MOVQUmr...
2012-12-06 Craig TopperMark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ...
2012-12-06 NAKAMURA TakumiRevert r169456, "change MCContext to work on the doInit...
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-06 Pedro Artigaschange MCContext to work on the doInitialization/doFina...
2012-12-06 Bill WendlingSet the 'MadeChange' variable if we are deleting blocks.
2012-12-06 Michael IlsemanHave CannotBeNegativeZero() be aware of the nsz fast...
2012-12-05 Andrew TrickRegPressureTracker::dump(): Remove unnecessary argument.
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-05 Jyotsna VermaDefine new-value store instructions with base+immediate...
2012-12-05 Bill WendlingFix name. The array is unboundED.
next