oota-llvm.git
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-31 Andrew TrickUnit test for SCEV fix r182989, PR16130.
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 Richard SandifordAdd links to the System z architecture manual and ABI
2013-05-31 Andrew TrickFix ScalarEvolution::ComputeExitLimitFromCond for ...
2013-05-31 Akira Hatanaka[mips] Big-endian code generation for atomic instructions.
2013-05-31 Matt ArsenaultFix wrong comment. Null is not acceptable.
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 Rafael EspindolaRemove unused member.
2013-05-30 Eric ChristopherFix a couple of typos and 80-col.
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 Paul RedmondFix warning and resulting formatting issue.
2013-05-30 Paul RedmondRevise llvm.vectorizer.width documentation
2013-05-30 Rafael EspindolaDon't use fast isel on this test.
2013-05-30 Benjamin KramerForce a triple so we don't get bitten by windows' diffe...
2013-05-30 Benjamin KramerForce fragile test to the atom scheduler model.
2013-05-30 Ashok ThirumurthiAdded a sub-project status update section to the releas...
2013-05-30 Tim NorthoverX86: allow registers 8-15 in test
2013-05-30 Tim NorthoverX86: use sub-register sequences for MOV*r0 operations
2013-05-30 Sergey MatveevFix incorrect parameter name in LIT docs.
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 Daniel JasperFix warning on varialbe unused in opt builds.
2013-05-30 Galina KistanovaFixed bug when tests in executable partially used absol...
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-30 Eric ChristopherAdd a comment and some tests including the NULL byte.
2013-05-30 Bill WendlingThis testcase tests command line attributes which we...
2013-05-30 Rafael EspindolaRemove dead return.
2013-05-30 Michael GottesmanAdded a unittest for APFloat::getSmallestNormalized.
2013-05-30 Michael GottesmanAdded code to the unittest for APFloat::getSmallest...
2013-05-29 Michael GottesmanAdd a unittest for APFloat::getSmallest.
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 Arnaud A. de... Add colored diagnostics when building LLVM with cmake...
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] Two tests missing from previous commit
2013-05-29 Richard Sandiford[SystemZ] Immediate compare-and-branch support
2013-05-29 Benjamin KramerMove test that depends on the X86 backend into the...
2013-05-29 Patrik HagglundTemporary fix to get rid of gcc warning.
2013-05-29 Evgeniy StepanovAllow overriding the location of C/C++ compilers in...
2013-05-29 Venkatraman... [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-29 David BlaikieDebug Info: Update documentation to match recent (...
2013-05-29 David BlaikieDebug Info: Reorder accessor to match field order.
2013-05-28 Jack CarterMips assembler: Improve set register alias handling
2013-05-28 Tim NorthoverAArch64: clarify -help message
2013-05-28 Simon Atanasyan[Mips] Add Mips specific dynamic table entry tags.
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 Chad RosierRemove the MCRegAliasIterator tables and compute the...
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 Renato GolinTypo
2013-05-28 Richard Sandiford[SystemZ] Register compare-and-branch support
2013-05-28 Renato GolinLinking ReleaseProcess doc with the world
2013-05-28 Richard Sandiford[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
2013-05-28 Alexey SamsonovRevert r182715 and r182758
2013-05-28 Renato GolinAdding ReleaseProcess doc
2013-05-28 Alexey SamsonovFixup for r182715: provide correct arg to --gtest-filter
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 Rafael EspindolaAdd a cpu to try to bring back the atom bots.
2013-05-27 Hal FinkelPPC: Add a isConsecutiveLS utility function
2013-05-27 NAKAMURA Takumillvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
2013-05-26 Hal FinkelPrefer to duplicate PPC Altivec loads when expanding...
2013-05-26 Kai NackeAdd LDC compiler to list of external OS projects using...
next