Remove redundant instructions.
[oota-llvm.git] / lib /
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-19 Akira HatanakaSeparate code that modifies control flow from code...
2011-07-19 Jim GrosbachARM range checking for so_imm operands in assembly...
2011-07-19 Bob WilsonRevert "Make a provision to encode inline location...
2011-07-19 Jay FoadConvert ConstantFoldGetElementPtr to use ArrayRef.
2011-07-19 Jay FoadConvert SimplifyGEPInst to use ArrayRef.
2011-07-19 Jay FoadConvert gep_type_begin and gep_type_end to use ArrayRef.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Jay FoadUse ArrayRef in ConstantFoldInstOperands and ConstantFo...
2011-07-19 Richard OsborneAdd intrinsics for the zext / sext instructions.
2011-07-19 Richard OsborneAdd intrinsics for the testct, testwct instructions.
2011-07-19 Richard OsborneAdd intrinsics for the peek and endin instructions.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Akira HatanakaMake EmitAtomic functions return the correct MachineBas...
2011-07-19 Akira HatanakaDo not insert instructions in reverse order.
2011-07-19 Devang PatelMake a provision to encode inline location in a variabl...
2011-07-19 Devang PatelRevert r135423.
2011-07-19 Bill WendlingMicro-opt: Only emit compact unwind if there is a compa...
2011-07-19 Bill WendlingUse the CompactUnwindEncoding from the Frame, if it...
2011-07-19 Bill WendlingAdd a frame with the compact unwind encoding if it...
2011-07-19 Bill WendlingAdd a method to set compact unwind encoding information...
2011-07-19 Bill WendlingRename CompactEncoding to CompactUnwindEncoding.
2011-07-19 Sean CallananFixed a bug where the MC subtarget information
2011-07-18 Bill WendlingMove the compact encoding from the target-specific...
2011-07-18 Owen AndersonRevamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
2011-07-18 Evan ChengEliminate TargetAsmInfo::getCompactUnwindEncoding....
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Owen AndersonMark the Darwin assembler workout as isCodeGenOnly...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Andrew TrickCompiler warning.
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Andrew Trickindvars: LinearFunctionTestReplace for non-canonical...
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-07-18 Owen AndersonRe-apply r135319 with a fix for the constant island...
2011-07-18 Jakob Stoklund OlesenFix a crash when building 177.mesa for armv6.
2011-07-18 Andrew Trickindvars: Added verification that LFTR and other indvars...
2011-07-18 Andrew Trickindvars: Added isHighCostExpansion. Avoid generating...
2011-07-18 Bruno Cardoso LopesBe more smart with VCVTSS2SD. Also place the patterns...
2011-07-18 Bruno Cardoso LopesAdd AVX 128-bit sqrt versions
2011-07-18 Akira HatanakaChange destination register operands of SC instructions...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Jakob Stoklund OlesenFix PR10387.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-18 Chris Lattnerfix a warning in TinyPtrVector, adopt it in SSAUpdater...
2011-07-18 Benjamin KramerSimplify & microoptimize code. No intended functionalit...
2011-07-17 Nadav RotemMinor code cleanups
2011-07-17 Chris Lattnertidy up
2011-07-16 Benjamin KramerSilence compiler warnings.
2011-07-16 Jakub StaszakRemove unused LoopRanges from RegAllocGreedy.
2011-07-16 Jakub StaszakRemove "LoopInfo.h" include from BranchProbabilityInfo.h.
2011-07-16 Jakub StaszakAdd MachineBlockFrequency analysis.
2011-07-16 Owen AndersonRevert r135319 in an attempt to get to unbreak testers.
2011-07-16 Matt Beaumont-GaySilence unused variable warning
2011-07-16 Andrew Trickindvars: fix a pass-sensitivity issue that would hit...
2011-07-16 Andrew Trickindvars: remove ExprToIVMap because it won't be needed...
2011-07-16 Andrew TrickFix SCEVEXpander to handle arbitrary phi expansion...
2011-07-16 Bruno Cardoso LopesAdd AVX 128-bit patterns for sint_to_fp
2011-07-16 Jakob Stoklund OlesenHe said *before* the last split point.
2011-07-15 Chris Lattnerfix rdar://9776316 - type remapping needed for inline...
2011-07-15 Chris Lattnerdeconstify getType()'s.
2011-07-15 Dan GohmanLegalizeDAG doesn't need its own copy of this enum.
2011-07-15 Owen AndersonGet rid of the separate opcodes for the Darwin versions...
2011-07-15 Dan GohmanDelete LegalizeDAG's own version of isTypeLegal and...
2011-07-15 Bruno Cardoso LopesFix a couple of things:
2011-07-15 Bruno Cardoso LopesAdd a few patterns for 256-bit bitcasts. No testcases...
2011-07-15 Dan GohmanDelete an unused variable and a redundant assert.
2011-07-15 Jakob Stoklund OlesenExtract parts of RAGreedy::splitAroundRegion as SplitKi...
2011-07-15 Dan GohmanModernize comments.
2011-07-15 Eli FriedmanPR10370: Make sure we know how to relax push correctly...
2011-07-15 Devang PatelUse DebugLoc directly to map inlined functions' instruc...
2011-07-15 Jakub StaszakFix pointer heuristic. Check whether predicator is...
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-15 Benjamin KramerObjectFile: Add a method to check whether a section...
2011-07-15 Chad RosierDisable loop idiom recognition of memset/memcpy if...
2011-07-15 Owen AndersonRemove unnecessary duplicate instruction definitions...
2011-07-15 Benjamin KramerMachOObjectFile: Get symbol functions ready for 64...
2011-07-15 Frits van BommelNo need to explicitly invoke the ArrayRef constructor...
2011-07-15 Devang PatelEliminate redundant map.
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-15 Frits van BommelIn Twine::str(), if the Twine stores only a std::string...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 Chandler CarruthExplicitly cast the second argument to unsigned in...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-15 Evan ChengReverting r135232. It's causing infinite looping in...
2011-07-15 Chris Lattnerremove the old and dangerous uncheckedReplaceAllUsesWit...
2011-07-15 Chris Lattnerdevirtualize Constant::isNullValue:
2011-07-15 Chris Lattnerstart using the new helper methods a bit.
2011-07-15 Chris Lattneradd CFP::isNegative() and ConstnatInt::isNegative(...
2011-07-15 Chris Lattnerbump pointer allocate LLVM IR types, since they are...
2011-07-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
2011-07-15 Chandler CarruthRemove an unnecessary header from this file. I don...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-15 Bill WendlingRemove setting the bit for personality function. It...
2011-07-15 Chandler CarruthMajor update to CMake build to reflect changes in r1352...
2011-07-15 Devang PatelDo not get confused by multiple empty lexical scopes...
2011-07-15 Benjamin KramerOutput MachO section names in the form SEGMENT,section.
2011-07-15 Benjamin KramerAdd support for 64 bit objects to MachOObjectFile.
2011-07-15 Benjamin KramerMachOObjectFile: Change isSectionText to return true...
next