Fix ARM hasFP() semantics. It should return true whenever FP register is
[oota-llvm.git] / lib /
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-08-10 Bill WendlingUpdate CMake...sorry for the breakage.
2010-08-10 Devang PatelSimplify.
2010-08-10 Devang PatelDrop "const". It does not add value here.
2010-08-10 Bruno Cardoso LopesAdd AVX movnt{pd,ps,dq} 256-bit intrinsics
2010-08-10 Evan ChengAdd missing null check reported by Amaury Pouly.
2010-08-10 Bruno Cardoso LopesAdd AVX movmsk 256-bit intrinsics
2010-08-10 Bruno Cardoso LopesSupport AVX 256-bit load and store intrinsics
2010-08-10 Devang PatelDo not include file static variable in pubnames list.
2010-08-10 Chris Lattnerremove code setting rw locks to PTHREAD_PROCESS_PRIVATE...
2010-08-10 Bruno Cardoso LopesPatterns to match AVX cmp instructions
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-08-10 Bruno Cardoso LopesAdd matching patterns for vblend AVX intrinsics
2010-08-09 Bill WendlingMerge the OptimizeExts and OptimizeCmps passes into...
2010-08-09 Devang PatelUndo accidental commit.
2010-08-09 Devang PatelSimplify. Avoid redundant checks.
2010-08-09 Eric ChristopherWording.
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-09 Evan ChengARMBaseRegisterInfo::hasFP() has been broken for a...
2010-08-09 Bruno Cardoso LopesAdd VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY,...
2010-08-09 Devang PatelRefactor.
2010-08-09 Bruno Cardoso LopesAdd patterns to AVX conversions instructions. Do that...
2010-08-09 Nick LewyckyFix a use after free error caught by the valgrind builders.
2010-08-09 Devang PatelRefactoring. Update DbgVarible to handle queries itself.
2010-08-09 Owen AndersonAdd ConstantRange information to the debugging output.
2010-08-09 Eli FriedmanPR7853: fix a silly mistake introduced in r101899,...
2010-08-09 Oscar FuentesCMake: eliminated unnecessary target_link_libraries.
2010-08-09 Devang PatelIt is ok, and convenient, to pass descriptors by value.
2010-08-09 Jakob Stoklund OlesenA REG_SEQUENCE instruction may use the same register...
2010-08-09 Evan ChengExplicitly initialize SlowFPBrcc and Pref32BitThumb...
2010-08-09 Devang PatelRename a method.
2010-08-09 Evan ChengChange -prefer-32bit-thumb to attribute -mattr=+32bit...
2010-08-09 Bruno Cardoso LopesMemory version of vcvtdq2pd intrinsic
2010-08-09 Bruno Cardoso LopesPatterns to match vinsert, vbroadcast, vmovmask and...
2010-08-09 Evan ChengAdd an option to disable 32 -> 16-bit Thumb2 size reduc...
2010-08-09 Kalle RaiskilaHave SPU handle halfvec stores aligned by 8 bytes.
2010-08-09 Michael J. SpencerMC/MachO: Fix possible null pointer dereference.
2010-08-09 Nick LewyckyStop the JIT from refusing to work just because the...
2010-08-08 Nick LewyckyAdd optimization to Target/README.txt.
2010-08-08 Nick LewyckyReject unrepresentable pointer types in intrinsics...
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-08 Nick LewyckyDo more to modernize MergeFunctions. Refactor in respon...
2010-08-08 Eric ChristopherFix a couple of warnings.
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerKill rarely used std::sort.
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Dan GohmanMore #include cleanups.
2010-08-07 Dan GohmanOops, check in this file too.
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-07 Dale JohannesenUse sdmem and sse_load_f64 (etc.) for the vector
2010-08-07 Owen AndersonDon't attempt the PRE inline asm calls, since we don...
2010-08-06 Jakob Stoklund OlesenLazily defer duplicating the live interval we are split...
2010-08-06 Bruno Cardoso LopesPatterns to match AVX 256-bit vzero intrinsics
2010-08-06 Dan GohmanEliminate PromoteMemoryToRegisterID; just use addPreser...
2010-08-06 Bruno Cardoso LopesPatterns to match AVX 256-bit permutation intrinsics
2010-08-06 Jim GrosbachCleanup comment wording
2010-08-06 Jim GrosbachRemove empty processFunctionBeforeFrameFinalized()...
2010-08-06 Jakob Stoklund OlesenKeep the MachiuneFunctionPass pointer around. It is...
2010-08-06 Jakob Stoklund OlesenAdd LiveInterval::RenumberValues - Garbage collection...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-06 Dan GohmanBe more conservative in the face of volatile.
2010-08-06 Dan GohmanFix a comment.
2010-08-06 Jakob Stoklund OlesenAdd more verification of LiveIntervals.
2010-08-06 Jakob Stoklund OlesenFix swapped COPY operands.
2010-08-06 Jakob Stoklund OlesenDon't try to verify LiveIntervals for physical registers.
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Nick LewyckyFix uninitialized variable warning.
2010-08-06 Nick LewyckyWork in progress, cleaning up MergeFuncs.
2010-08-06 Ted KremenekUpdate CMake build.
2010-08-06 Bruno Cardoso LopesPatterns to match AVX 256-bit horizontal arithmetic...
2010-08-06 Bruno Cardoso LopesPatterns to match AVX 256-bit arithmetic intrinsics
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-08-06 Dan GohmanMove all the logic for function attributes and call...
2010-08-06 Owen AndersonFix botched revert.
2010-08-06 Devang PatelWhile emitting DBG_VALUE for registers spilled at the...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Eric ChristopherAdd an option to always emit realignment code for a...
2010-08-05 Jakob Stoklund OlesenBe more aggressive about removing joined physreg copies.
2010-08-05 Jakob Stoklund OlesenDon't verify LiveVariables if LiveIntervals is available.
2010-08-05 Dan GohmanFix 80-column violations.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-08-05 Bruno Cardoso LopesSupport very basic (doesn't include ABI support in...
2010-08-05 Dan GohmanImplement AccessesArguments checking in the two-callsit...
2010-08-05 Dan GohmanYes, we can do better, but this is not the place for it.
2010-08-05 Owen AndersonAdd the beginnings of infrastructure for range tracking.
2010-08-05 Jakob Stoklund OlesenAdd basic verification of LiveIntervals.
2010-08-05 Owen AndersonGive JumpThreading+LVI a long-form cl::opt so that...
2010-08-05 Owen AndersonSplit the tag and value members of LVILatticeVal in...
2010-08-05 Dan GohmanFix memdep's code for reasoning about dependences betwe...
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-08-05 Eric ChristopherHandle the memory barrier pseudo that goes to nothing...
2010-08-05 Eric ChristopherSet hasSideEffects on the 64-bit no-sse memory barrier.
2010-08-05 Jim GrosbachFor local variables in functions with a frame pointer...
2010-08-05 Bob WilsonFix indentation.
2010-08-05 Jakob Stoklund OlesenRemove double-def checking from MachineVerifier, so...
2010-08-05 Bob WilsonAdd an ARM RSCrr instruction for disassembly only.
next