oota-llvm.git
2013-02-25 David BlaikieDIBuilder: support structs with vtable pointers in...
2013-02-24 Reed Kotler Make psuedo FEXT_T8I816_ins into a custom emitter.
2013-02-24 Bill SchmidtFix PR14364.
2013-02-24 Benjamin KramerCVP: If we have a PHI with an incoming select, try...
2013-02-24 Benjamin KramerFix invalid IR in test, missing incoming value for...
2013-02-24 Francois PichetTypo
2013-02-24 Nadav RotemRevert r169638 because it broke Mesa llvmpipe tests.
2013-02-24 Reed KotlerMake psuedo FEXT_T8I816_ins a custom inserter. It shoul...
2013-02-24 Cameron ZwarichAdd a use of an otherwise unused variable to remove...
2013-02-24 Cameron ZwarichTwoAddressInstructionPass::tryInstructionTransform...
2013-02-24 Cameron ZwarichTwoAddrInstructionPass::tryInstructionTransform() has...
2013-02-23 Reed KotlerAdd new base instruction def for cmpi, cmp, slt and...
2013-02-23 Cameron ZwarichTargetInstrInfo::commuteInstruction() doesn't actually...
2013-02-23 Renato GolinAdd global structure vectorization to docs
2013-02-23 Renato GolinSome more tests for the global structure vectorizer
2013-02-23 Benjamin KramerX86: Disable cmov-memory patterns on subtargets without...
2013-02-23 Cameron ZwarichMake some fixes for LiveInterval repair with debug...
2013-02-23 Cameron ZwarichFix a bug with the LiveIntervals updating in the two...
2013-02-23 Cameron ZwarichMake TwoAddressInstructionPass::sink3AddrInstruction...
2013-02-23 Cameron ZwarichMake rescheduleMIBelowKill() and rescheduleKillAboveMI...
2013-02-23 Reed KotlerExpand pseudos/macros for Selt. This is the last of...
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-23 Michael GottesmanFixed a careless mistake.
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-22 Eric ChristopherAdd a TODO and explain when we can get rid of the isMai...
2013-02-22 Eric ChristopherFormatting.
2013-02-22 Nadav RotemSelectionDAG compile time improvement.
2013-02-22 Akira Hatanaka[mips] Emit call16 operator instead of got_disp. The...
2013-02-22 Peter CollingbourneFix test by matching movaps instead of AVX-only vmovaps
2013-02-22 Peter Collingbournex86_64: designate most general purpose and SSE register...
2013-02-22 Peter CollingbourneRevert "Test commit"
2013-02-22 Peter CollingbourneTest commit
2013-02-22 Benjamin KramerAn Optional<T> is pod-like if the inner type is.
2013-02-22 Pete CooperRemove unused CHECK lines copied from another test
2013-02-22 Renato GolinMore tests to global struct vectorizer
2013-02-22 Pekka JaaskelainenMade it more explicit that the self-referential llvm...
2013-02-22 Michel DanzerR600/SI: Add pattern for sign extension of i1 to i32.
2013-02-22 Michel DanzerR600/SI: Add pattern for logical or of i1 values.
2013-02-22 Michel DanzerR600/SI: Add pattern for fceil.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-22 Reed KotlerFix a nomenclature mistake. Slt->Slti in the functions...
2013-02-22 Reed KotlerExpand mips16 SelT form pseudso/macros.
2013-02-22 Pete CooperFix isa<> check which could never be true.
2013-02-22 Andrew TrickRemove code copied from GenRegisterInfo.inc.
2013-02-22 Eli BenderskyCode cleanup: pass Offset by pointer to parseInstructio...
2013-02-22 Bill WendlingRemove warning about default covering no cases.
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
next