Add APFloat::getExactInverse.
[oota-llvm.git] / lib /
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-03-30 Jakob Stoklund OlesenTreat clones the same as their origin.
2011-03-30 Bill WendlingRemove dead code.
2011-03-29 Bill WendlingSet the unnamed_addr only when we're creating a new...
2011-03-29 Bill WendlingRevert r128501. It caused test failures.
2011-03-29 Jim GrosbachTidy up. 80 columns and trailing whitespace.
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Bill WendlingWe need to copy over the unnamed_addr attribute.
2011-03-29 Benjamin KramerInstCombine: Add a few missing combines for ANDs and...
2011-03-29 Cameron ZwarichAdd Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16...
2011-03-29 Jakob Stoklund OlesenRecompute register class and hint for registers created...
2011-03-29 Kevin EnderbyAdded support symbolic floating point constants in...
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-29 Benjamin KramerDSE: Remove an early exit optimization that depended...
2011-03-29 Owen AndersonCheck early if this is an unsupported opcode, so that...
2011-03-29 Johnny ChenA8.6.188 STC, STC2
2011-03-29 Jakob Stoklund OlesenRemember to use the correct register when rematerializi...
2011-03-29 Jakob Stoklund OlesenRun dead code elimination immediately after remateriali...
2011-03-29 Owen AndersonAdd safety check that didn't show up in testing.
2011-03-29 Bill WendlingInline check that's used only once.
2011-03-29 Owen AndersonGet rid of the non-writeback versions VLDMDB and VSTMDB...
2011-03-29 Bill WendlingRework the logic (and removing the bad check for an...
2011-03-29 Cameron ZwarichDo some simple copy propagation through integer loads...
2011-03-29 Bill WendlingDon't try to add stack protector logic to a dead basic...
2011-03-29 Bill WendlingSpruce up the error output.
2011-03-29 Jakob Stoklund OlesenHandle the special case when all uses follow the last...
2011-03-29 Jakob Stoklund OlesenProperly enable rematerialization when spilling after...
2011-03-29 Evan ChengOptimizing (zext A + zext B) * C, to (VMULL A, C) ...
2011-03-29 Francois PichetFix the MSVC build.
2011-03-28 Bill WendlingIn some cases, the "fail BB dominator" may be null...
2011-03-28 Daniel DunbarIntegrated-As: Add support for setting the AllowTempora...
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-28 Ted KremenekUnbreak CMake build.
2011-03-28 Johnny ChenFix ARM disassembly for PLD/PLDW/PLI which suffers...
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-28 Nick LewyckyRemove tabs I accidentally added.
2011-03-28 Jay FoadMake more use of PHINode::getNumIncomingValues().
2011-03-28 Che-Liang Chiouptx: clean up branch code a bit
2011-03-27 Frits van BommelAdd some debug output when -instcombine uses RAUW....
2011-03-27 Jakob Stoklund OlesenAmend debug output.
2011-03-27 Jakob Stoklund OlesenDrop interference reassignment in favor of eviction.
2011-03-27 Nick LewyckyTeach the transformation that moves binary operators...
2011-03-27 Benjamin KramerUse APInt's umul_ov instead of rolling our own overflow...
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-27 Nick LewyckyAdd a small missed optimization: turn X == C ? X :...
2011-03-27 NAKAMURA TakumiFix whitespace.
2011-03-26 Jakob Stoklund OlesenUse individual register classes when spilling snippets.
2011-03-26 Benjamin KramerTurn SelectionDAGBuilder::GetRegistersForValue into...
2011-03-26 Benjamin KramerMake helper static.
2011-03-26 Bill WendlingSimplification noticed by Frits.
2011-03-26 Bill WendlingRework the logic that determines if a store completely...
2011-03-26 Cameron ZwarichFix a typo and add a test.
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-26 Johnny ChenFixed the t2PLD and friends disassembly and add two...
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2011-03-26 Bill WendlingPR9561: A store with a negative offset (via GEP) could...
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...
2011-03-25 Johnny ChenFix DisassembleThumb2DPReg()'s handling of RegClass...
2011-03-25 Johnny ChenDisassembleThumb2LdSt() did not handle t2LDRs correctly...
2011-03-25 Johnny ChenModify DisassembleThumb2LdStEx() to be more robust...
2011-03-25 Daniel DunbarMC: Improve some diagnostics on uses of '.' pseudo...
2011-03-25 Daniel DunbarTidyness.
2011-03-25 Benjamin KramerAdd a note.
2011-03-25 Johnny ChenInstruction formats of SWP/SWPB were changed from LdStE...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-25 Johnny ChenAlso need to handle invalid imod values for CPS2p.
2011-03-25 Andrew TrickFix for -pre-RA-sched=source.
2011-03-25 Nick LewyckyNo functionality change, just adjust some whitespace...
2011-03-25 Nick LewyckyNo functionality change. Fix up some whitespace and...
2011-03-25 Jakob Stoklund OlesenIgnore special ARM allocation hints for unexpected...
2011-03-25 Johnny ChenModify the wrong logic in the assert of DisassembleThum...
2011-03-24 Matt Beaumont-GaySuppress an unused variable warning in -asserts builds
2011-03-24 Johnny ChenHandle the added VBICiv*i* NEON instructions, too.
2011-03-24 Johnny ChenPlug a leak by ThumbDisassembler::getInstruction()...
2011-03-24 Johnny ChenT2 Load/Store Multiple:
2011-03-24 Benjamin KramerPlug a leak in the arm disassembler and put the tests...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-24 Johnny ChenThe r118201 added support for VORR (immediate). Update...
2011-03-24 Johnny ChenAdd comments to the handling of opcode CPS3p to reject...
2011-03-24 Andrew Trickrevert r128199 until it can be made to work with Fronte...
2011-03-24 Cameron ZwarichDebug intrinsics must be skipped at the beginning and...
2011-03-24 Cameron ZwarichIt is enough for the CallInst to have no uses to be...
2011-03-24 Devang Patels/UpdateDT/ModifiedDT/g
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
2011-03-24 Evan ChengNasty bug in ARMBaseInstrInfo::produceSameValue()....
2011-03-24 Michael J. SpencerRemove all uses of PATH_MAX and MAXPATHLEN from PathV2.
2011-03-24 Cameron ZwarichDo early taildup of ret in CodeGenPrepare for potential...
2011-03-24 Cameron ZwarichUse an early return instead of a long if block.
2011-03-24 Cameron ZwarichWhen UpdateDT is set, DT is invalid, which could cause...
2011-03-24 Cameron ZwarichCheck for TLI so that -codegenprepare can be used from...
2011-03-24 Johnny ChenCPS3p: Let's reject impossible imod values by returning...
2011-03-24 Johnny ChenLoad/Store Multiple:
2011-03-24 Johnny ChenSTRT and STRBT was incorrectly tagged as IndexModeNone...
2011-03-24 Johnny ChenThe r128103 fix to cope with the removal of addressing...
next