Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / lib / Target / ARM /
2013-01-07 Tim NorthoverAdd LICENSE.TXT covering contributions made by ARM.
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-24 Benjamin KramerUse a std::string rather than a dynamically allocated...
2012-12-21 Benjamin KramerCleanup compiler warnings on discarding type qualifiers...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Quentin ColombetAdd ARM cortex-r5 subtarget.
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenMachineInstrBuilderize ARM.
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-20 Renato GolinAdding support for llvm.arm.neon.vaddl[su].* and
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Jakob Stoklund OlesenRemove the explicit MachineInstrBuilder(MI) constructor.
2012-12-19 Evan ChengLLVM sdisel normalize bit extraction of the form:
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-18 Quentin ColombetDisable ARM partial flag dependency optimization at -Oz
2012-12-18 Jakob Stoklund OlesenRepair bundles that were broken by removing and reinser...
2012-12-18 Jakob Stoklund OlesenExtract a method, no functional change intended.
2012-12-17 Chad Rosier[arm fast-isel] Minor cleanup. No functional change...
2012-12-17 Chad Rosier[arm fast-isel] Fast-isel only handles simple VTs,...
2012-12-17 Patrik HagglundRevert/correct some FastISel changes in r170104 (EVT...
2012-12-14 Kevin EnderbyMake sure the alternate PC+imm syntax of LDR instructio...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-11 Jim GrosbachTrim unneeded header #include.
2012-12-11 Jim GrosbachARM: Remove old testing option.
2012-12-11 Jim GrosbachARM: Remove old testing options.
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Evan ChengStylistic tweak.
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-08 Benjamin KramerSimplify code. Sort includes. No functionality change.
2012-12-08 Chandler CarruthFix a use-after-free bug found by ASan. You can't assig...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-06 Matt Beaumont-GayAdd a 'using' declaration to suppress GCC's -Woverloade...
2012-12-06 Evan ChengReplace r169459 with something safer. Rather than havin...
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Matt Beaumont-GayAppease GCC's -Wparentheses.
2012-12-04 Evan ChengARM custom lower ctpop for vector types. Patch by Pete...
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Jakob Stoklund OlesenRemove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-03 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getRegAllocationHints().
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Sebastian PopCodegen failure for vmull with small vectors
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-29 Quentin ColombetAdd cortex-a5 subtarget to the supported ARM architectures
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-24 Benjamin KramerARM: Share applyFixup between ELF and Darwin.
2012-11-17 Eli FriedmanMark FP_EXTEND form v2f32 to v2f64 as "expand" for...
2012-11-17 Weiming ZhaoRename methods like PairSRegs() to createSRegpairNode...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-16 Anton KorobeynikovMake sure FABS on v2f32 and v4f32 is legal on ARM NEON
2012-11-15 Eli FriedmanMark FP_ROUND for converting NEON v2f64 to v2f32 as...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Craig TopperRevert changing FNEG of v4f32 to Expand. It's legal.
2012-11-15 Craig TopperMake FNEG and FABS of v4f32 Expand.
2012-11-15 Craig TopperAdd llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint...
2012-11-14 Nadav RotemThe code pattern "imm0_255_neg" is used for checking...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-11-09 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-09 Chad RosierAdd support for -mstrict-align compiler option for...
2012-11-08 Amara EmersonRecommit modified r167540.
2012-11-07 Amara EmersonRevert r167540 until regression tests are updated.
2012-11-07 Amara EmersonImprove ARM build attribute emission for architectures...
2012-11-07 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-06 Chad RosierMark the Int_eh_sjlj_dispatchsetup pseudo instruction...
2012-11-02 Quentin ColombetVext Lowering was missing opportunities
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-10-29 Kevin EnderbyFix ARM's b.w instruction for thumb 2 and the encoding...
next