oota-llvm.git
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 KramerDenseMap: Move the key into place when we use the move...
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 NorthoverDisable new legacy JIT test on ARM.
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... [Sparc] Generate correct code for leaf functions with...
2013-06-01 Michael GottesmanRemoved a comment above an include which is unnecessary...
2013-06-01 Michael GottesmanAdded method comments for getZero,getInf.
2013-06-01 Michael GottesmanUpdated APFloat's comments to fit the LLVM style guide.
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 EspindolaUse just a ArrayRef<uint8_t> to store both hex string...
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaRemove union to fix build in c++03.
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 Michael Gottesman[APFloat] Added a unittest for APFloat::getZero.
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 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.
next