oota-llvm.git
2013-02-22 Bill WendlingAdd a bitmask for NoBuiltin. This should *not* be used.
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-21 Cameron ZwarichStop relying on physical register kill flags in isKille...
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-21 David BlaikieLimit cast machinery to preserve const and not accept...
2013-02-21 Renato GolinAllow GlobalValues to vectorize with AliasAnalysis
2013-02-21 Lang HamesRe-apply r175688, with the changes suggested by Jakob...
2013-02-21 Chad RosierRemove dead code and whitespace.
2013-02-21 Pedro ArtigasClear the whole table including the tombstones, since...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-21 Bill WendlingDon't assert on empty attributes.
2013-02-21 Anshuman DasguptaHexagon: Expand cttz, ctlz, and ctpop for now.
2013-02-21 Jakob Stoklund... Make RAFast::UsedInInstr indexed by register units.
2013-02-21 Evan ChengRadar numbers don't belong in source code.
2013-02-21 Bill SchmidtTrivial cleanup
2013-02-21 Paul Redmondadd missing space which prevented the llvm.loop code...
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-21 Lang HamesRevert r175688 - It broke a test case (see PR15320).
2013-02-21 Eli BenderskygetX86SubSuperRegister has a special mode with High...
2013-02-21 Benjamin KramerDAGCombiner: Make the post-legalize vector op optimizat...
2013-02-21 Christian KonigR600/SI: inline V_ADD|SUB_F32 patterns
2013-02-21 Christian KonigR600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
2013-02-21 Christian KonigR600/SI: replace SI_V_CNDLT with a pattern
2013-02-21 Christian KonigR600/SI: use patterns for clamp, fabs, fneg
2013-02-21 Christian KonigR600/SI: add all the other missing asm operands v2
2013-02-21 Christian KonigR600/SI: add the missing M*BUF|IMG asm operands
2013-02-21 Christian KonigR600/SI: add the missing S_* asm operands
2013-02-21 Christian KonigR600/SI: rework VOP3 classes
2013-02-21 Christian KonigR600/SI: simplify VOPC_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP2_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP1_* patterns v2
2013-02-21 Christian KonigR600/SI: add constant for inline zero operand
2013-02-21 Christian KonigR600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
2013-02-21 Tom StellardR600: Fix for Unigine when MachineSched is enabled
2013-02-21 Bill SchmidtCode review cleanup for r175697
2013-02-21 Michel DanzerR600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
2013-02-21 Cameron ZwarichDon't rely on the isDead() MachineOperand flag when...
2013-02-21 Cameron ZwarichUse getInterval() instead of getOrCreateInterval().
2013-02-21 David BlaikieOnly include move-related Optional<T> tests when rvalue...
2013-02-21 David BlaikieAdd move ctor/assignment to Optional<T>
2013-02-21 Cameron ZwarichMake another kill check LiveIntervals-aware.
2013-02-21 Cameron ZwarichSplit part of isKilled() into a separate function for...
2013-02-21 David BlaikieCorrect spelling of 'enumerator'.
2013-02-21 David BlaikieMake Optional<T>'s operator bool 'explicit' in C++11
2013-02-21 Cameron ZwarichUpdate isKilledAt in TwoAddressInstructionPass.cpp...
2013-02-21 Reed KotlerExpand the sel pseudo/macro. This generates basic block...
2013-02-21 NAKAMURA TakumiADT/Optional.h: Appease msvc. It reapplies r175626.
2013-02-21 Michael J.... [objdump] Add PT_PHDR.
2013-02-21 Jack CarterMips specific standalone assembler addressing mode...
2013-02-21 Bill SchmidtPPCDAGToDAGISel::PostprocessISelDAG()
2013-02-21 David BlaikieProvide a "None" value for convenience when using Optio...
2013-02-21 Bill SchmidtRelocation enablement for PPC DAG postprocessing pass
2013-02-20 Chad RosierFormatting.
2013-02-20 Jakob Stoklund... Don't allocate memory in LiveInterval::join().
2013-02-20 Lang HamesKill of TransferDeadFlag - Dead copies and subreg-to...
2013-02-20 Pedro Artigasas the allocator is reset zero out the number of bytes...
2013-02-20 Jack CarterELF symbol table field st_other support,
2013-02-20 Jakob Stoklund... Copy single reaching defs directly into the LiveInterval.
2013-02-20 Bill WendlingAdd and remove the attribute from the correct slot.
2013-02-20 Bill SchmidtStabilize vec_constants.ll
2013-02-20 Erik VerbruggenFix accidental concatenation for "outputuntil" in the...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 Cameron ZwarichOnly use LiveIntervals in TwoAddressInstructionPass...
2013-02-20 Cameron ZwarichFind anchoring end points for repairIntervalsInRange...
2013-02-20 Cameron ZwarichMake repairIntervalsInRange() more robust. There are...
2013-02-20 Arnold SchwaighoferDAGCombiner: Fold pointless truncate, bitcast, buildvec...
2013-02-20 Jim GrosbachR600: Update for name changes from r175667.
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-20 Bill SchmidtAdditional fixes for bug 15155.
2013-02-20 Michael J.... [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
2013-02-20 Chad RosierUpdate a comment that looks to have been accidentally...
2013-02-20 Dan GohmanRewrite comments.
2013-02-20 Krzysztof ParzyszekAdd comment in Memory.inc explaining r175646.
2013-02-20 Dan GohmanSIGQUIT is a "kill" signal, rather than an "int" signal...
2013-02-20 Andrew KaylorFormatting, grammar
2013-02-20 Krzysztof ParzyszekOn PowerPC, the cache-flush instructions dcbf and icbi...
2013-02-20 Jakob Stoklund... Use LiveRangeUpdater instead of mergeIntervalRanges.
2013-02-20 Jakob Stoklund... Add a LiveRangeUpdater class.
2013-02-20 Andrew KaylorAdding support for absolute relocations. This occurs...
2013-02-20 Michael LiaoFix PR15267
2013-02-20 Chad Rosier[ms-inline asm] Make the comment a bit more verbose.
2013-02-20 Jakob Stoklund... Add a default constructor for LiveRange.
2013-02-20 Bill SchmidtFix bug 14779 for passing anonymous aggregates [patch...
2013-02-20 Jyotsna VermaHexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC...
2013-02-20 NAKAMURA TakumiRevert r175626, "ADT/Optional.h: Appease msvc."
2013-02-20 Bill SchmidtFix PR15155: lost vadd/vsplat optimization.
2013-02-20 NAKAMURA TakumiWhitespace.
2013-02-20 NAKAMURA TakumiADT/Optional.h: Appease msvc.
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-20 Kostya Serebryany[asan] instrument invoke insns with noreturn attribute...
2013-02-20 Logan ChienFix thumbv5e frame lowering assertion failure.
2013-02-20 Bill WendlingUse the attribute group reference instead of the attrib...
2013-02-20 David BlaikieFully qualify llvm::next to avoid ambiguity when buildi...
2013-02-20 David BlaikieFix the (clang -Werror) build by removing an unused...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-20 Cameron ZwarichAdd support to the two-address pass for updating LiveIn...
2013-02-20 Cameron ZwarichMove the computation of the IsEarlyClobber flag into...
2013-02-20 Cameron ZwarichModify LiveInterval::addRange() to match the comment...
2013-02-20 Cameron ZwarichAdd SlotIndexes::repairIndexesInRange(), which repairs...
next