TBAA: update tbaa format from scalar format to struct-path aware format.
[oota-llvm.git] / test / CodeGen / X86 /
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Andrea Di BiagioRemove superfluous comment accidentally checked-in.
2013-09-27 Andrea Di BiagioRe-apply the change from r191393 with fix for pr17380.
2013-09-26 Andrea Di BiagioRevert r191393 since it caused pr17380.
2013-09-25 Josh MageeTest commit. Removed trailing whitespace.
2013-09-25 Andrea Di BiagioTeach DAGCombiner how to canonicalize dags according...
2013-09-24 Eli FriedmanAdd missing check to SETCC optimization.
2013-09-24 Michael Gottesman[stackprotector] Forgot to add in PR number to test...
2013-09-24 Michael Gottesman[stackprotector] Allow for copies from vreg -> vreg...
2013-09-24 Bill WendlingSelecting the address from a very long chain of GEPs...
2013-09-23 Ben LangmuirAdd sha intrinsic tests
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-21 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-09-21 Juergen Ributzka[X86] Emulate AVX 256bit MIN/MAX support by splitting...
2013-09-21 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 Kai NackeRevert PR16726: extend rol/ror matching
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 Bill WendlingAdd testcase to make sure we don't generate too many...
2013-09-19 Benjamin KramerDAGCombiner: Don't fold vector muls with constants...
2013-09-19 Tim NorthoverX86: FrameIndex addressing modes do have a base register.
2013-09-18 Preston GurdAttempt to fix llvm-ppc64-linux2 buildbot failure by...
2013-09-18 Preston GurdVerify that llvm can generate the prefetchw instruction...
2013-09-18 Craig TopperLift alignment restrictions for load/store folding...
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-16 Preston GurdAdd Atom Silvermont (slm) tests
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-09-11 Bill WendlingTry to fix the atom buildbots by adding an explicit...
2013-09-09 Bill WendlingAnother attempt to fix windows buildbots.
2013-09-09 Bill WendlingAttempt to fix buildbots by giving an explicit output...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-06 Tim NorthoverSelectionDAG: create correct BooleanContent constants
2013-09-05 Juergen Ributzka[X86] Perform VSELECT DAG combines also before DAG...
2013-09-04 Andrew Trickmi-sched: Force bottom up scheduling for generic targets.
2013-09-02 NAKAMURA TakumiFileCheck-ize three tests of llvm/test/CodeGen/X86...
2013-09-02 NAKAMURA Takumillvm/test/CodeGen/X86: Update tests with -mattr=-bmi...
2013-09-02 Craig TopperCreate BEXTR instructions for (and ((sra or srl) x...
2013-09-02 Elena DemikhovskyAVX-512: gather-scatter tests; added foldable instructions;
2013-09-01 Elena DemikhovskyAVX-512: Added GATHER and SCATTER instructions.
2013-08-30 Craig TopperTeach X86 backend to create BMI2 BZHI instructions...
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-29 Elena DemikhovskyAVX-512: added extend and truncate instructions.
2013-08-28 Elena DemikhovskyAVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP1...
2013-08-27 Eric ChristopherMove some debug testcases to the debug info directory.
2013-08-27 Elena DemikhovskyAVX-512: added conversion instructions.
2013-08-27 Tim NorthoverDAGCombiner: make sure or/shl/srl really has zero high...
2013-08-27 Elena DemikhovskyAVX-512: Added FMA instructions.
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Elena DemikhovskyAVX-512: Added shuffle instructions -
2013-08-25 Elena DemikhovskyAVX-512: added UNPACK instructions and tests for all...
2013-08-23 Rafael EspindolaUpdate test to use rdrnd instead of rdrand.
2013-08-23 Rafael EspindolaUpdate tests to use sse4.2 instead of sse42.
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-08-23 Rafael EspindolaUpdate a test that I missed in the previous commit.
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2013-08-22 Bill WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-08-22 Bill WendlingFix some tests. The 'false' version just omits the...
2013-08-22 Manman Ren[Debug Info Tests] Update testing cases.
2013-08-22 Michael Gottesman[stackprotector] When finding the split point to splice...
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-21 Juergen RibutzkaTeach BaseIndexOffset::match to identify base pointers...
2013-08-21 Joey GoulyAdd -mcpu to two X86 tests.
2013-08-21 Elena DemikhovskyAVX-512: Added SHIFT instructions.
2013-08-20 Elena DemikhovskyAVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD...
2013-08-19 Paul RedmondImprove the widening of integral binary vector operations
2013-08-19 Elena DemikhovskyAVX-512: added arithmetic and logical operations.
2013-08-18 Elena DemikhovskyAVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions.
2013-08-16 Daniel Dunbar[tests] Another attempt to workaround broken misched...
2013-08-16 Craig TopperDon't use v16i32 for load pattern matching. All 512...
2013-08-16 Daniel Dunbar[tests] Add a hack to eliminate some dangling .s files...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Craig TopperRevert r188449 as it turns out we're just missing the...
2013-08-15 Craig TopperDon't let isPermImmMask handle v16i32 since VPERMI...
2013-08-14 NAKAMURA Takumillvm/test/CodeGen/X86/setcc-sentinals.ll: Relax express...
2013-08-13 Jim GrosbachDAG: Combine (and (setne X, 0), (setne X, -1)) -> ...
2013-08-13 Elena DemikhovskyAVX-512: Added CMP and BLEND instructions.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-12 Tim NorthoverAllow compatible extension attributes for tail calls
2013-08-11 Elena DemikhovskyAVX-512: Added more tests for BROADCAST
2013-08-11 Elena DemikhovskyAVX-512: Added VPERM* instructons and MOV* zmm-to-zmm...
2013-08-09 Michael Gottesman[stackprotector] Simplify SP Pass so that we emit diffe...
2013-08-09 Stephen LinCHECK-LABEL-ify tests
2013-08-09 Craig TopperAdd missing 'v' prefix in front of palignr on one of...
2013-08-09 Hal FinkelSet ISD::FROUND to Expand by default for all types
2013-08-08 Arnold SchwaighoferRevert "Reapply r185872 now that the address sanitizer...
2013-08-08 Andrea Di Biagiotest commit.
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-08-07 Elena DemikhovskyAVX-512 set: Added BROADCAST instructions
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: specify CPU on new test to fix atom buildbot
next