Change NULL to 0.
[oota-llvm.git] / lib / Target /
2013-03-18 Hal FinkelFix PPC unaligned 64-bit loads and stores
2013-03-18 Arnold SchwaighoferARM cost model: Make some vector integer to float casts...
2013-03-18 Arnold SchwaighoferARM cost model: Correct cost for some cheap float to...
2013-03-18 Jakob Stoklund OlesenAdd SchedRW annotations to most of X86InstrSSE.td.
2013-03-18 Jakob Stoklund OlesenAnnotate X86 arithmetic instructions with SchedRW lists.
2013-03-18 Hal FinkelFix 80-col. violations in PPCCTRLoops
2013-03-18 Hal FinkelFix large count and negative constant count handling...
2013-03-18 Hal FinkelCleanup initial-value constants in PPCCTRLoops
2013-03-18 Christian KonigR600/SI: implement indirect adressing for SI
2013-03-18 Christian KonigR600/SI: add float vector types
2013-03-18 Christian KonigR600/SI: add shl pattern
2013-03-18 Christian KonigR600/SI: add BUFFER_LOAD_DWORD pattern
2013-03-18 Christian KonigR600/SI: implement SI.load.const intrinsic
2013-03-18 Christian KonigR600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
2013-03-18 Christian KonigR600/SI: fix inserting waits for all defines
2013-03-18 Anton KorobeynikovTLS support for MinGW targets.
2013-03-18 Craig TopperPost process ADC/SBB and use a shorter encoding if...
2013-03-18 Craig TopperRefactor some duplicated code into helper functions.
2013-03-17 Sylvestre LedruTo avoid symbol clash, undefine PPC here. PPC may be...
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-16 Hal FinkelRemove PPC avoidWriteAfterWrite callback
2013-03-16 Craig TopperAdd X86 code emitter support AVX encoded MRMDestReg...
2013-03-16 Jakob Stoklund OlesenDefine more SchedWrites for annotating X86 instructions.
2013-03-15 Arnold SchwaighoferARM cost model: Fix costs for some vector selects
2013-03-15 Silviu BarangaAdding an A15 specific optimization pass for interactio...
2013-03-15 Benjamin KramerARM: Fix an old refacto.
2013-03-15 Hal FinkelEnable unaligned memory access on PPC for scalar types
2013-03-15 Arnold SchwaighoferARM cost model: Fix cost of fptrunc and fpext instructions
2013-03-15 Hal FinkelProtect PPC Altivec patterns with a predicate
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-14 Nadav RotemUnaligned loads should use the VMOVUPS opcode.
2013-03-14 David BlaikieRemove some unused variables to clean the Clang -Werror...
2013-03-14 Akira Hatanaka[mips] Set isAllocatable bit of unallocatable register...
2013-03-14 Jakob Stoklund OlesenPrepare for adding InstrSchedModel annotations to X86...
2013-03-14 Reed KotlerAdd a new method which enables one to change register...
2013-03-14 Chad Rosier[fast-isel] The X86FastISel::FastLowerArguments functio...
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelUse frame-index scavenging for PPC register spilling
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-14 Akira Hatanaka[mips] Fix filename in comment and delete unnecessary...
2013-03-14 Jyotsna VermaHexagon: Removed asserts regarding alignment and offset.
2013-03-14 Akira HatanakaAdd back lines which were accidentally deleted in CMake...
2013-03-14 Akira Hatanaka[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
2013-03-14 Hal FinkelAdd a comment about overlapping PPC frame offsets
2013-03-14 Akira Hatanaka[mips] Rename functions and variables to start with...
2013-03-14 Akira HatanakaAdd header file MipsISelDAGToDAG.h.
2013-03-14 Akira Hatanaka[mips] Define two subclasses of MipsDAGToDAGISel. Mips1...
2013-03-14 Vincent LejeuneR600: Factorize code handling Const Read Port limitation
2013-03-14 Craig TopperFix the name of a variable to match its declaration...
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
2013-03-14 Craig TopperTeach X86 MC instruction lowering that VMOVAPSrr and...
2013-03-14 Michael LiaoFix PR15309
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-13 Vincent LejeuneR600: Remove unused Outputs variable
2013-03-13 Benjamin KramerAdd one more overload to make VS2008's debug mody happy.
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...
2013-03-12 Arnold SchwaighoferARM cost model: Increase the cost for vector casts...
2013-03-12 Hal FinkelDon't reserve R2 on Darwin/PPC
2013-03-12 Hal FinkelPPC should always use the register scavenger for CR...
2013-03-12 Akira Hatanaka[mips] Rename function and variable names to start...
2013-03-11 Kevin EnderbyFixes disassembler crashes on 2013 Haswell RTM instruct...
2013-03-11 Vincent LejeuneR600: Fix JUMP handling so that MachineInstr verificati...
2013-03-11 NAKAMURA TakumiR600MachineScheduler.cpp: Fix use cases of dbgs()....
2013-03-10 Nick LewyckyCorrect this error message, and most importantly make...
2013-03-10 Jakub StaszakCleanup #includes.
2013-03-09 Lang HamesDon't glue users to extract_subreg when selecting the...
2013-03-09 Benjamin KramerTLI: Microoptimize calls to strlen+memcmp to strncmp.
2013-03-08 Tom StellardR600: Optimize another selectcc case
2013-03-08 Tom StellardR600: Improve custom lowering of select_cc
2013-03-08 Tom StellardR600: Change operation action from Custom to Expand...
2013-03-08 Tom StellardR600: Change operation action from Custom to Expand...
2013-03-08 Tom StellardR600: Set BooleanContents to ZeroOrNegativeOneBooleanCo...
2013-03-08 Tom StellardDAGCombiner: Use correct value type for checking legali...
2013-03-08 Jyotsna VermaHexagon: Add patterns for zero extended loads from...
2013-03-08 Tim NorthoverAArch64: expand sincos operations, we don't support...
2013-03-08 Michel DanzerR600/SI: Use source scheduler
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-03-07 Jyotsna VermaHexagon: Handle i8, i16 and i1 Var Args.
2013-03-07 Jyotsna VermaHexagon: Add support to lower block address.
2013-03-07 Benjamin KramerX86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into...
2013-03-07 Christian KonigR600/SI: rework input interpolation v2
2013-03-07 Christian KonigR600/SI: remove SI_vs_load_buffer_index
2013-03-07 Christian KonigR600/SI: remove SGPR address space v2
2013-03-07 Christian KonigR600/SI: add proper formal parameter handling for SI
2013-03-07 Christian KonigR600/SI: remove shader type intrinsic
2013-03-07 Christian KonigR600/SI: switch types of SGPRs to v*i8
2013-03-07 Christian KonigR600/SI: fix unused variable warning
2013-03-07 Michael LiaoFix two remaining issue after fixing PR15355 when CMOV...
2013-03-06 Akira Hatanaka[mips] Custom-legalize BR_JT.
2013-03-06 Michael LiaoFix PR15355
2013-03-05 Akira Hatanaka[mips] Remove android calling convention.
2013-03-05 Akira Hatanaka[mips] Fix MipsCC::analyzeReturn so that, in soft-float...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCallResult and...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCall to pass fp128...
2013-03-05 Akira Hatanaka[mips] Correct handling of fp128 (long double) formals...
2013-03-05 Meador IngeAdd more functions to the TLI.
2013-03-05 Jyotsna Vermareverting patch 176508.
next