R600: Add stack size to .AMDGPUcsdata section
[oota-llvm.git] / lib /
2014-01-22 Tom StellardR600: Add stack size to .AMDGPUcsdata section
2014-01-22 Matt ArsenaultHandle an addrspacecast case in memcpyopt
2014-01-22 Matt ArsenaultGet right cost for addrspacecast in cost model
2014-01-22 Rafael EspindolaFix pr18515.
2014-01-22 Tom StellardR600: MOVA is vector only
2014-01-22 Tom StellardR600: Take alignment into account when calculating...
2014-01-22 Tom StellardR600: Add support for global addresses with constant...
2014-01-22 Tom StellardR600: Begin private memory at the second GPR.
2014-01-22 Tom StellardR600/SI: Add support for i8 and i16 private loads/stores
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-22 Benjamin KramerRemove param doxygen comment for non-existing parameter.
2014-01-22 Rafael EspindolaPass the computed magic to createBinary and createObjec...
2014-01-22 David Woodhouse[x86] Silence unused diReg variable warning in non...
2014-01-22 David Woodhouse[x86] Fix uninitialized variable warning in translate...
2014-01-22 David Woodhouse[x86] Remove now-unused isSrcOp() and isDstOp() from...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse]x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for SCAS{8,16,32...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 Tim NorthoverLoop strength reduce: fix function name.
2014-01-22 Elena DemikhovskyAVX512: combining setcc and zext is wrong on AVX512
2014-01-22 James MolloyMachineCopyPropagation has special logic for removing...
2014-01-22 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-22 Andrew TrickReformat a loop for basic hygeine. Self review.
2014-01-22 Venkatraman Govind... [Sparc] Add support for inline assembly constraints...
2014-01-22 Matt ArsenaultFix typo
2014-01-22 Venkatraman Govind... [Sparc] Add support for inline assembly constraint...
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-22 Venkatraman Govind... [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address...
2014-01-21 Chandler Carruth[SROA] Fix a bug which could cause the common type...
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-21 Duncan P. N. Exon... CodeGen: Stop treating vectors as aggregates
2014-01-21 Andrew TrickFix PR18572 - llc crash during GenericScheduler::initPo...
2014-01-21 Hal FinkelFix pointer info on PPC byval stores
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-21 Daniel Sanders[mips][sched] Split IILoad into II_L[BHWD], II_L[BHW...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M...
2014-01-21 Daniel Sanders[mips][sched] Split IIFStore into II_S[WD]C1, and II_S...
2014-01-21 Justin Holewinski[NVPTX] Add missing patterns for div.approx with immedi...
2014-01-21 Daniel Sanders[mips][sched] Split IIFLoad into II_L[WD]C1, and II_L...
2014-01-21 Daniel Sanders[mips][sched] Removed IIFrecipFsqrtStep. No instruction...
2014-01-21 Daniel Sanders[mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble...
2014-01-21 Daniel Sanders[mips][sched] Renamed II_FdivSingle and II_FdivDouble...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmulDouble into II_MUL_D, II_MADD...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmulSingle into II_MUL_S, II_MADD...
2014-01-21 Daniel Sanders[mips][sched] Split IIFadd into II_ADD_[DS], II_SUB_[DS]
2014-01-21 Daniel Sanders[mips][sched] Split IIFcmp into II_C_CC_[SD]
2014-01-21 Daniel Sanders[mips][sched] Split IIFmove into II_C[FT]C1, II_MOV...
2014-01-21 Daniel Sanders[mips][sched] Split IIFcvt into II_(ROUND|TRUNC|CEIL...
2014-01-21 Daniel Sanders[mips][sched] Split IIslt into II_SLT_SLTU, II_SLTI_SLTIU
2014-01-21 Renato GolinChecked return warning from coverity
2014-01-21 Saleem AbdulrasoolARM IAS: add support for .unwind_raw directive
2014-01-21 Saleem AbdulrasoolARM IAS: support .personalityindex
2014-01-21 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-21 Kevin EnderbyTweak the MCExternalSymbolizer to not use the SymbolLoo...
2014-01-21 Kevin EnderbyTo allow the X86 verbose assembly to print its informat...
2014-01-20 Hal FinkelUpdate StackProtector when coloring merges stack slots
2014-01-20 Andrea Di Biagio[X86] Teach how to combine a vselect into a movss/movsd
2014-01-20 Adrian PrantlDebug info: On ARM ensure that all __TEXT sections...
2014-01-20 Adrian PrantlRevert "Debug info: On ARM ensure that the data section...
2014-01-20 Owen AndersonAllow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on...
2014-01-20 James MolloyRemove the useless pseudo instructions VDUPfdf and...
2014-01-20 Hal FinkelUpdate IR when merging slots in stack coloring
2014-01-20 Hal FinkelTrack multiple stores per object when using AA in Sched...
2014-01-20 David Woodhouse[x86] Fix disassembly of MOV16ao16 et al.
2014-01-20 David Woodhouse[x86] Fix 16-bit disassembly of JCXZ/JECXZ
2014-01-20 David Woodhouse[x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL...
2014-01-20 David Woodhouse[x86] Fix disassembly of callw instruction
2014-01-20 David Woodhouse[x86] Fix 16-bit handling of OpSize bit
2014-01-20 David Woodhouse[x86] Infer disassembler mode from SubtargetInfo featur...
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-20 NAKAMURA Takumi[CMake] llvm_process_sources: Introduce a parameter...
2014-01-20 Artyom Skrobov[ARM] Do not generate Tag_DIV_use=AllowDIVExt when...
2014-01-20 Chandler CarruthRevert r199628: "[AArch64 NEON] Fix a bug caused by...
2014-01-20 Chandler CarruthFix a DenseMap iterator invalidation bug causing lots...
2014-01-20 Owen AndersonFix all the remaining lost-fast-math-flags bugs I've...
2014-01-20 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-20 Kevin Qin[AArch64 NEON] Accept both #0.0 and #0 for comparing...
2014-01-19 Michael GottesmanMove the retrieval of VT after all of the early exits...
2014-01-19 Benjamin KramerInstCombine: Modernize a bunch of cast combines.
2014-01-19 Benjamin KramerInstCombine: Hoist 3 copies of AddOne/SubOne into a...
2014-01-19 Benjamin KramerInstCombine: Replace a hand-rolled version of isKnownTo...
2014-01-19 Benjamin KramerInstCombine: Teach most integer add/sub/mul/div combine...
2014-01-19 Benjamin KramerInstCombine: Refactor fmul/fdiv combines to handle...
2014-01-19 Chandler CarruthFix a really nasty SROA bug with how we handled out...
2014-01-19 Saleem AbdulrasoolARM ELF: ensure that the tag types are corrected
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-19 Saleem AbdulrasoolARM IAS: remove unnecessary special case
2014-01-19 Arnold SchwaighoferLoopVectorizer: A reduction that has multiple uses...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Eli BenderskySupport AddrSpaceCast in ConstantExpr::getAsInstruction.
next