TBAA: update tbaa format from scalar format to struct-path aware format.
[oota-llvm.git] / test / CodeGen /
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-28 Tom StellardR600: Fix handling of NAN in comparison instructions
2013-09-28 Akira Hatanaka[mips] Make sure loads from lazy-binding entries do...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-27 Richard Sandiford[SystemZ] Rein back the use of block operations
2013-09-27 Richard Sandiford[SystemZ] Improve handling of PC-relative addresses
2013-09-27 Daniel Sanders[mips][msa] Implemented insert.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented fill.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented copy_[us].d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented insert_vector_elt for v4f32...
2013-09-27 Daniel Sanders[mips][msa] Implemented extract_vector_elt for v4f32...
2013-09-27 Andrea Di BiagioRemove superfluous comment accidentally checked-in.
2013-09-27 Daniel Sanders[mips][msa] Added support for MSA registers to copyPhysReg
2013-09-27 Daniel Sanders[mips][msa] Added support for matching splati from...
2013-09-27 Andrea Di BiagioRe-apply the change from r191393 with fix for pr17380.
2013-09-27 Daniel Sanders[mips][msa] MSA requires FR=1 mode (64-bit FPU register...
2013-09-27 Daniel Sanders[mips][msa] Expand all truncstores and loadexts for...
2013-09-27 Daniel Sanders[mips][msa] Added missing check in performSRACombine
2013-09-26 Weiming ZhaoFix PR 17372: Emitting PLD for stack address for ARM...
2013-09-26 Bill Schmidt[PowerPC] Fix PR17354: Generate nop after local calls...
2013-09-26 Andrea Di BiagioRevert r191393 since it caused pr17380.
2013-09-26 Venkatraman Govind... [Sparc] Implements exception handling in SPARC with...
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-09-25 Weiming ZhaoFix PR 17368: disable vector mul distribution for squar...
2013-09-25 Josh MageeTest commit. Removed trailing whitespace.
2013-09-25 Reed KotlerFix a bad typo in the inline assembly code for mips16...
2013-09-25 Andrea Di BiagioTeach DAGCombiner how to canonicalize dags according...
2013-09-25 Quentin Colombet[PR16882] Ignore noreturn definitions when setting...
2013-09-25 Andrew TrickCriticalAntiDepBreaker is no longer needed for armv7...
2013-09-24 Eli FriedmanAdd missing check to SETCC optimization.
2013-09-24 Daniel Sanders[mips][msa] Added support for matching pckev, and pckod...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching ilv[lr], ilvod...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching shf from normal...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching vshf from normal...
2013-09-24 Daniel Sanders[mips][msa] Remove the VSPLAT and VSPLATD nodes in...
2013-09-24 Daniel Sanders[mips][msa] Non-constant BUILD_VECTOR's should be expan...
2013-09-24 Daniel Sanders[mips][msa] Added partial support for matching fmax_a...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching andi, ori, nori...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching max, maxi, min...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching bsel and bseli...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching comparisons...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching slli, srai,...
2013-09-24 NAKAMURA Takumillvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
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 Reed KotlerMake nomips16 mask not repeat if it ends with a '.'.
2013-09-23 Ben LangmuirAdd sha intrinsic tests
2013-09-23 Daniel Sanders[mips][msa] Added support for matching addvi, and subvi...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching pcnt from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching nor from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching and, or, and...
2013-09-23 Daniel Sanders[mips][msa] Implemented build_vector using ldi, fill...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-09-22 Venkatraman Govind... [SPARC] Make functions with GLOBAL_OFFSET_TABLE access...
2013-09-22 Venkatraman Govind... [Sparc] Emit .register directive to declare the use...
2013-09-21 Venkatraman Govind... [Sparc] Fix lowering FABS on fp128 (long double) on...
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-21 NAKAMURA TakumiInitialize BSSSection explicitly in InitMachOMCObjectFi...
2013-09-21 Reed KotlerSet .reorder for the stub so that gas takes care of...
2013-09-20 NAKAMURA Takumillvm/test: Mark 3 tests as XFAIL:msvc.
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 Justin Holewinski[NVPTX] Make constant vector test case endian-independent
2013-09-19 Justin Holewinski[NVPTX] Support constant vector globals
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-19 Tim NorthoverX86: FrameIndex addressing modes do have a base register.
2013-09-18 Reed KotlerFix two issues regarding Got pointer (GP) setup.
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 Richard Sandiford[SystemZ] Add unsigned compare-and-branch instructions
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-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-17 Quentin Colombet[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
2013-09-16 Preston GurdAdd Atom Silvermont (slm) tests
2013-09-16 Richard Sandiford[SystemZ] Improve extload handling
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelPrevent assert in CombinerGlobalAA with null values
2013-09-15 Reed KotlerExpand the mask capability for deciding which functions...
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-13 Joey Gouly[ARMv8] Emit the proper .fpu directive.
2013-09-13 Richard Sandiford[SystemZ] Try to fold shifts into TMxx
2013-09-12 Vincent LejeuneR600: Move code handling literal folding into R600ISelL...
2013-09-12 Vincent LejeuneR600: Move fabs/fneg/sel folding logic into PostProcessIsel
next