Sparc: Combine add/or/sethi instruction with restore if possible.
[oota-llvm.git] / lib /
2013-06-02 Venkatraman Govind... Sparc: Combine add/or/sethi instruction with restore...
2013-06-02 Venkatraman Govind... Sparc: Perform leaf procedure optimization by default
2013-06-01 Nick LewyckyWhen determining the new index for an insertelement...
2013-06-01 Venkatraman Govind... Sparc: Mark functions calling llvm.vastart and llvm...
2013-06-01 David MajnemerSimplifyCFG: Fix typo in comment for ComputeSpeculationCost
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-06-01 Benjamin KramerMove object construction into [] so the temporary can...
2013-06-01 Benjamin KramerAPInt: Simplify code. No functionality change.
2013-06-01 Benjamin KramerAPFloat: Use isDenormal instead of hand-rolled code...
2013-06-01 Tim NorthoverRevert r183069: "TMP: LEA64_32r fixing"
2013-06-01 Tim NorthoverTMP: LEA64_32r fixing
2013-06-01 Tim NorthoverX86: change MOV64ri64i32 into MOV32ri64
2013-06-01 Venkatraman Govind... [Sparc] Generate correct code for leaf functions with...
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Andrew TrickPrevent loop-unroll from making assumptions about undef...
2013-05-31 Eric ChristopherTemporarily Revert "X86: change MOV64ri64i32 into MOV32...
2013-05-31 Eric ChristopherConst-ify some printing and dumping code for DIEValues.
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherConvert more unsigned char -> uint8_t.
2013-05-31 Eric ChristopherFix comment.
2013-05-31 Eric ChristopherMove "unsigned char" -> "uint8_t".
2013-05-31 Arnold SchwaighoferLoopVectorize: Change API call to get the backedge...
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaDon't allocate temporary string for section data.
2013-05-31 Arnold SchwaighoferLoopVectorize: PHIs with only outside users should...
2013-05-31 Benjamin KramerNVPTX: Don't even create a regalloc if we're not going...
2013-05-31 Quentin ColombetModify how the formulae are rated in Loop Strength...
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-31 Kai NackeRemove useless code from transitioning to new EH scheme
2013-05-31 Tim NorthoverARM: permit upper-case BE/LE on setend instruction
2013-05-31 Tim NorthoverARM: add fstmx and fldmx instructions for assembly
2013-05-31 Rafael EspindolaSimplify multiplications by vectors whose elements...
2013-05-31 Tim NorthoverARM: fix VEXT encoding corner case
2013-05-31 Richard Sandiford[SystemZ] Don't use LOAD and STORE REVERSED for volatil...
2013-05-31 Justin Holewinski[NVPTX] Re-enable support for virtual registers in...
2013-05-31 Evgeniy Stepanov[msan] Handle mixed track-origins and keep-going settin...
2013-05-31 Tim NorthoverX86: change MOV64ri64i32 into MOV32ri64
2013-05-31 Andrew TrickFix ScalarEvolution::ComputeExitLimitFromCond for ...
2013-05-31 Akira Hatanaka[mips] Big-endian code generation for atomic instructions.
2013-05-31 Nick LewyckyReapply with r182909 with a fix to the calculation...
2013-05-30 Ahmed BougachaRemove debug print added in r182949.
2013-05-30 Rafael EspindolaRevert r182937 and r182877.
2013-05-30 Bill WendlingUse the const_cast only where necessary.
2013-05-30 Ahmed BougachaMCObjectSymbolizer: Switch from IntervalMap to sorted...
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-30 Tim NorthoverX86: use sub-register sequences for MOV*r0 operations
2013-05-30 Tim NorthoverFix rematerialization into physical registers.
2013-05-30 Justin Holewinski[NVPTX] Fix case where a sext load of an i1 type may...
2013-05-30 Tim NorthoverX86: change zext moves to use sub-register infrastructure.
2013-05-30 Richard Sandiford[SystemZ] Enable unaligned accesses
2013-05-30 Evgeniy StepanovRevert r182909.
2013-05-30 Nick LewyckySwizzle vector inputs if it helps us eliminate shuffles.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-30 Eric ChristopherRename variable to be more descriptive.
2013-05-30 Eric ChristopherFormatting.
2013-05-30 Eric ChristopherReformat comments here.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-29 Ahmed BougachaX86: Fix Defs/Uses for insts that imp-def/imp-use both...
2013-05-29 Chad RosierDon't assume the registers will be enumerated sequentially.
2013-05-29 JF BastienEnable FastISel on ARM for Linux and NaCl
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-29 Tim NorthoverTeach ReMaterialization to be more cunning about subreg...
2013-05-29 Adrian PrantlSimplify logic by using the appropriate functions.
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-29 JF BastienTidy some register classes for ARM and Thumb
2013-05-29 NAKAMURA TakumiSparcFrameLowering.cpp: Mark verifyLeafProcRegUse(...
2013-05-29 Richard Sandiford[SystemZ] Immediate compare-and-branch support
2013-05-29 Patrik HagglundTemporary fix to get rid of gcc warning.
2013-05-29 Venkatraman Govind... [Sparc] Add support for leaf functions in sparc backend.
2013-05-29 NAKAMURA TakumiLoopVectorize.cpp: Fix abuse of StringRef on Twine...
2013-05-29 NAKAMURA TakumiWhitespace.
2013-05-28 Jack CarterMips assembler: Improve set register alias handling
2013-05-28 Tim NorthoverAArch64: clarify -help message
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-05-28 Tim NorthoverARM: use pristine object file while processing relocations
2013-05-28 Manman RenLTO+Debug Info: correctly emit inlined_subroutine when...
2013-05-28 Jyotsna VermaHexagon: Typo fix.
2013-05-28 Benjamin KramerSimplify code. No functionality change.
2013-05-28 Benjamin KramerRemove double semicolons.
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2013-05-28 Evgeniy Stepanov[msan] Fix argument shadow alignment.
2013-05-28 Richard Sandiford[SystemZ] Register compare-and-branch support
2013-05-28 Richard Sandiford[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-05-27 Rafael EspindolaMake it explicit that GlobalAlias are ok in llvm.used.
2013-05-27 Rafael EspindolaMake helper functions static.
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...
2013-05-27 Hal FinkelPPC: Add a isConsecutiveLS utility function
2013-05-26 Hal FinkelPrefer to duplicate PPC Altivec loads when expanding...
2013-05-26 Andrew TrickFix PR16143: Insert DEBUG_VALUE before terminator.
2013-05-25 Cameron ZwarichAdd support for DWARF line number table entries for...
2013-05-25 Hal FinkelPPC: Combine duplicate (offset) lvsl Altivec intrinsics
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 1/4.
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-24 Hal FinkelPPC: Initial support for permutation-based unaligned...
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
next