Implement LowerReturn_64 for SPARC v9.
[oota-llvm.git] / lib /
2013-04-06 Jakob Stoklund OlesenImplement LowerReturn_64 for SPARC v9.
2013-04-06 Jakob Stoklund OlesenSPARC v9 stack pointer bias.
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-06 Hal FinkelPPC ISEL is a select and never has side effects
2013-04-06 Jakob Stoklund OlesenComplete formal arguments for the SPARC v9 64-bit ABI.
2013-04-06 Nadav Rotemtypo
2013-04-06 Rafael EspindolaRemove last use of InMemoryStruct from MachOObjectFile...
2013-04-06 Rafael EspindolaDon't use InMemoryStruct<macho::SymtabLoadCommand>.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbol64TableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbolTableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getRelocation.
2013-04-06 Manman RenDwarf: use utostr on CUID to append to SmallString.
2013-04-05 Michael GottesmanRemoved trailing whitespace.
2013-04-05 Tom StellardR600/SI: Add support for buffer stores v2
2013-04-05 Tom StellardR600/SI: Use same names for corresponding MUBUF operand...
2013-04-05 Tom StellardR600: Add RV670 processor
2013-04-05 Tom StellardR600/SI: Add processor types for each SI variant
2013-04-05 Tom StellardR600/SI: Avoid generating S_MOVs with 64-bit immediates v2
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-04-05 Hal FinkelCorrect the PPC A2 misprediction penalty
2013-04-05 Michael GottesmanAn objc_retain can serve as a use for a different pointer.
2013-04-05 Michael GottesmanProperly model precise lifetime when given an incomplet...
2013-04-05 Hal FinkelReapply r178845 with fix - Fix bug in PEI's virtual...
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
2013-04-05 Hal FinkelRevert r178845 - Fix bug in PEI's virtual-register...
2013-04-05 Jim GrosbachTidy up a bit. No functional change.
2013-04-05 Shuxin YangDisable the optimization about promoting vector-element...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix a race in the LockFileMan...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix yet another race in uniqu...
2013-04-05 Michael J. Spencer[Support][FileSystem] Fix identify_magic for big endian...
2013-04-05 Rafael EspindolaDefine versions of Section that are explicitly marked...
2013-04-05 Michael GottesmanAdded two debug logging messages to VisitInstructionsTo...
2013-04-05 Rafael EspindolaDon't use InMemoryStruct in getSection and getSection64.
2013-04-05 Michael GottesmanCleaned up whitespace and made debug logging less verbose.
2013-04-05 Renato GolinReverting 178851 as it broke buildbots
2013-04-05 Chad Rosier[ms-inline asm] Add support for numeric displacement...
2013-04-05 Reid Kleckner[Support] Disable assertion dialogs from the MSVC debug CRT
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-05 Ulrich WeigandRespect Addend when processing MCJIT relocations to...
2013-04-05 Stepan DyatkovskiyBuildbot fix for r178851: mistake was in wrong TargetRe...
2013-04-05 Stepan DyatkovskiyFix for PR14824: "Optimization arm_ldst_opt inserts...
2013-04-05 Hal FinkelAdd a SchedMachineModel for the PPC G5
2013-04-05 Hal FinkelAdd a SchedMachineModel for the PPC A2
2013-04-05 Hal FinkelFix bug in PEI's virtual-register scavenging
2013-04-05 Arnold SchwaighoferARM scheduler model: Add scheduler info to more instruc...
2013-04-05 Arnold SchwaighoferARM scheduler model: Swift has varying latencies, uops...
2013-04-05 Andrew TrickRegisterPressure heuristics currently require signed...
2013-04-05 Andrew TrickDisable DFSResult for ConvergingScheduler.
2013-04-05 Andrew TrickMachineScheduler: format DEBUG output.
2013-04-04 Arnold SchwaighoferLoopVectorizer: Pass OperandValueKind information to...
2013-04-04 Arnold SchwaighoferX86 cost model: Differentiate cost for vector shifts...
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-04-04 Manman RenDebug Info: revert 178722 for now.
2013-04-04 Adrian Prantltypo
2013-04-04 Hal FinkelRename the current PPC BCL definition to BCLalways
2013-04-04 Hal FinkelPPC: Improve code generation for mixed-precision recipr...
2013-04-04 Jyotsna VermaHexagon: Expand br_cc.
2013-04-04 Benjamin KramerReassociate: Avoid iterator invalidation.
2013-04-04 Richard Osborne[XCore] Add bru instruction.
2013-04-04 Richard Osborne[XCore] The RRegs register class is a superset of GRRegs.
2013-04-04 Jakob Stoklund OlesenAvoid high-latency false CPSR dependencies even for...
2013-04-04 Eli BenderskyFormatting
2013-04-04 Vincent LejeuneR600: Use a mask for offsets when encoding instructions
2013-04-04 Vincent LejeuneR600: Fix wrong address when substituting ENDIF
2013-04-04 Vincent LejeuneR600: Take export into account when computing cf address
2013-04-04 Jakob Stoklund OlesenAdd SPARC v9 support for select on 64-bit compares.
2013-04-04 Manman RenDebug Info: according to DWARF 2, FORM_ref_addr the...
2013-04-03 Michael GottesmanRefactored out the helper method FindPredecessorAutorel...
2013-04-03 Michael GottesmanRefactored out the helper function FindPredecessorRetai...
2013-04-03 Michael GottesmanSmall cleanups.
2013-04-03 Michael GottesmanRefactored out a part of ObjCARCOpt::OptimizeReturns...
2013-04-03 Michael GottesmanRemoved an old comment.
2013-04-03 Michael GottesmanClean up arc annotations by moving the top/bottom BB...
2013-04-03 Arnold SchwaighoferX86 cost model: Vector shifts are expensive in most...
2013-04-03 Vincent LejeuneR600: Fix last ALU of a clause being emitted in a separ...
2013-04-03 Aaron BallmanEnsuring that both bits are set, and not just a combina...
2013-04-03 Hal FinkelCleanup PPC reciprocal-estimate functionality
2013-04-03 Vincent LejeuneR600: Factorize maximum alu per clause in a single...
2013-04-03 Aaron BallmanTesting for Visual Studio 2010 SP1 or greater before...
2013-04-03 Vincent LejeuneR600: Simplify data structure and add DEBUG to R600Cont...
2013-04-03 Vincent LejeuneR600: Consider KILLGT as an ALU instruction
2013-04-03 Eli BenderskyMeasure time that IR parsing took as part of the -time...
2013-04-03 Hal FinkelPPC: Enable FRES and FRSQRTE on the default PPC64 descr...
2013-04-03 Hal FinkelPPC: Add a FIXME regarding the non-working fma+fneg...
2013-04-03 Hal FinkelRemove some obsolete PowerPC/README entries
2013-04-03 Ulrich WeigandMore direct types in PowerPC AltiVec intrinsics.
2013-04-03 Bill SchmidtFix PR15632: No support for ppcf128 floating-point...
2013-04-03 Tim NorthoverAArch64: implement ETMv4 trace system registers.
2013-04-03 Aaron BallmanSecond pass at addressing PR15351 by explicitly checkin...
2013-04-03 Timur IskhodzhanovFix SRet for thiscall in i686-pc-win32
2013-04-03 Tim NorthoverAArch64: switch patterns to be type-based rather than...
2013-04-03 Eric ChristopherFix grammar.
2013-04-03 Eric ChristopherRemove ZeroOrMore from the option description. We don...
2013-04-03 Jakob Stoklund OlesenAdd 64-bit compare + branch for SPARC v9.
2013-04-03 Hal FinkelRemove some unsupported-feature comments from PPC.td
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-03 Rafael EspindolaFix the fde encoding used by mips to match gas.
2013-04-03 Aaron BallmanRolling back the AVX support patch due to breaking...
2013-04-03 Michael GottesmanRemove an optimization where we were changing an objc_a...
2013-04-03 Michael GottesmanImproved comment. No functionality change.
next