Correct partially defined variable
[oota-llvm.git] / lib / Target / AArch64 /
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-25 Tim NorthoverAArch64: fix even more JIT failures
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Craig TopperAdd const qualifier to some static arrays.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-04 Rafael EspindolaUse a OwningPtr instead of a manual delete.
2013-07-04 Rafael EspindolaFix leak. Should bring back the valgrind bot.
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
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-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-28 Tim NorthoverAArch64: clarify -help message
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-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-18 Tim NorthoverAArch64: add CMake dependency to fix very parallel...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-04 Tim NorthoverAArch64: enable MCJIT and tests now that everything...
2013-05-04 Tim NorthoverAArch64: implement first relocation required for MCJIT
2013-05-04 Tim NorthoverBuild system changes to enable MCJIT on AArch64
2013-05-04 Tim NorthoverAArch64: assert code model is small for TLS accesses
2013-05-04 Tim NorthoverAArch64: support literal pool access in large memory...
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-28 Jia LiuAArch64 InstrFormats:
2013-04-23 Tim NorthoverAArch64: remove unnecessary check that RS is valid
2013-04-20 Tim NorthoverAArch64: remove useless comment
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-11 David MajnemerFix undefined behavior in AArch64
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-04-03 Tim NorthoverAArch64: implement ETMv4 trace system registers.
2013-04-03 Tim NorthoverAArch64: switch patterns to be type-based rather than...
2013-03-28 Tim NorthoverAArch64: implement GICv3 system registers
2013-03-27 Tim NorthoverSwitch to LLVM support function abs64 to keep VS2008...
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-08 Tim NorthoverAArch64: expand sincos operations, we don't support...
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
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-24 Francois PichetTypo
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-19 Chandler CarruthRemove some unused private fields from the AArch64MCCod...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-17 Benjamin KramerAArch64: Avoid shifts by 64, that's undefined behavior.
2013-02-15 Tim NorthoverAArch64: add branch fixup pass.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-15 Tim NorthoverAArch64: refactor frame handling to use movz/movk for...
2013-02-14 Tim NorthoverAArch64: switch from neverHasSideEffects to hasSideEffects.
2013-02-14 Tim NorthoverAArch64: stop claiming that NEON registers are usable...
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-11 Tim NorthoverAArch64: fix build on some MSVC versions
2013-02-11 Tim NorthoverAArch64: Simplify logic in deciding whether bfi is...
2013-02-11 Tim NorthoverMake use of DiagnosticType to provide better AArch64...
2013-02-10 Joel JonesSpelling correction
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-06 Tim NorthoverAdd AArch64 CRC32 instructions
2013-02-06 Tim NorthoverAdd icache prefetch operations to 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 remaining StringRef abuse.
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-02-04 Tim NorthoverFix some abuses of StringRef
2013-02-04 Tim NorthoverGive explicit suffix to integer constant over 32-bits.
2013-02-01 Tim NorthoverRemove currently unused register decoder from AArch64.
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.