[DebugInfo] Add debug locations to constant SD nodes
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelDAGToDAG.cpp
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-17 Ahmed Bougacha[AArch64] Don't force MVT::Untyped when selecting LD1LA...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2015-03-23 Daniel Sanders[aarch64] Distinguish the 'Q' and 'm' inline assembly...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-03-07 Eric ChristopherTypo.
2015-02-25 Matthias BraunAArch64: Add debug message for large shift constants.
2015-02-24 Matthias BraunAArch64: Relax assert about large shift sizes.
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-14 Duncan P. N. Exon... AArch64: Canonicalize access to function attributes...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-01-30 Eric ChristopherAvoid using the cast and use the templated accessor...
2015-01-30 Eric ChristopherClean up some uses of getSubtarget in AArch64.
2014-12-02 Tim NorthoverAArch64: strengthen Darwin ABI alignment assumptions
2014-12-02 Tim NorthoverAArch64: don't be too greedy when folding :lo12: access...
2014-10-14 Hao Liu[AArch64]Select wide immediate offset into [Base+XReg...
2014-09-02 David XuMerge Extend and Shift into a UBFX
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-06-30 Chad Rosier[AArch64] Unsized types don't specify an alignment.
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-16 Tilmann Scheller[AArch64] Remove dead code.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2013-12-18 Kevin Qin[AArch64 NEON]Implment loading vector constant form...
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-14 NAKAMURA TakumiAArch64DAGToDAGISel::SelectVTBL(): Fix a warning. ...
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-11 Tim NorthoverAArch64: refactor vector list creation to be more uniform
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-07-25 Tim NorthoverAArch64: fix even more JIT failures
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-04 Tim NorthoverAArch64: support literal pool access in large memory...
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.