Revert r185595-185596 which broke buildbots.
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelLowering.cpp
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-04 Tim NorthoverAArch64: assert code model is small for TLS accesses
2013-05-04 Tim NorthoverAArch64: support large code model for jump-tables
2013-05-04 Tim NorthoverAArch64: implement support for blockaddress in large...
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-03-08 Tim NorthoverAArch64: expand sincos operations, we don't support...
2013-02-28 Tim NorthoverAArch64: be more careful resorting to inefficient addre...
2013-02-28 Tim NorthoverAArch64: don't drop GlobalAddress offset when handling...
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-17 Benjamin KramerAArch64: Avoid shifts by 64, that's undefined behavior.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-14 Tim NorthoverAArch64: stop claiming that NEON registers are usable...
2013-02-10 Joel JonesSpelling correction
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to AArch64 return instructions.
2013-02-05 Tim NorthoverFix signed-unsigned comparison warning.
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.