[PM/AA] Disable the core unsafe aspect of GlobalsModRef in the face of
[oota-llvm.git] / lib / CodeGen /
2015-07-17 Matt ArsenaultOnly do fmul (fadd x, x), c combine if the fadd only...
2015-07-17 Alex LorenzMIR Serialization: Serialize the frame setup machine...
2015-07-16 Alex LorenzMIR Serialization: Serialize the frame index machine...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-16 Matthias BraunLiveInterval: Document and enforce rules about empty...
2015-07-16 Matthias BraunDo not duplicate method name in comment, remove duplica...
2015-07-16 Cong HouRename LoopInfo::Analyze() to LoopInfo::analyze() and...
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-07-16 Mehdi AminiRedirect pointerSize query to the TargetMachine in...
2015-07-15 Alex LorenzMIR Serialization: Serialize the jump table index operands.
2015-07-15 Alex LorenzMIR Serialization: Serialize the jump table info.
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2015-07-15 Alex LorenzMIR Serialization: Serialize references from the stack...
2015-07-15 Paul RobinsonAdd a "debugger tuning" concept that allows us to fine...
2015-07-15 Cong HouRename doFunction() in BFI to calculate() and change...
2015-07-15 Bruno Cardoso LopesRevert "Refactor optimizeUncoalescable logic"
2015-07-15 Bruno Cardoso LopesRevert "Look through PHIs to find additional register...
2015-07-15 Cong HouTest commit.
2015-07-15 Adrian PrantlDebug Info: Add basic support for external types refere...
2015-07-15 Bruno Cardoso LopesLook through PHIs to find additional register sources
2015-07-15 Bruno Cardoso LopesRefactor optimizeUncoalescable logic
2015-07-15 Alexey Bataev[SDAG] Optimize unordered comparison in soft-float...
2015-07-15 Hal Finkel[MachineCombiner] Work with itineraries
2015-07-15 Pete CooperUse enum instead of unsigned. NFC.
2015-07-15 Pete CooperUse cast<> instead of dyn_cast to remove llvm_unreachab...
2015-07-15 Pete CooperUse another foreach loop. NFC
2015-07-15 Pete CooperUse getAnyExtOrTrunc helper instead of manually doing...
2015-07-15 Pete CooperUse getZExtOrTrunc helper instead of manually doing...
2015-07-15 Pete CooperUse getStoreSize() instead of getStoreSizeInBits()...
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
2015-07-14 Pete CooperAdd allnodes() iterator range to SelectionDAG. NFC.
2015-07-14 Pete CooperConstify parameters in SelectionDAG methods. NFC
2015-07-14 Pete CooperRemove unnecessary .getNode() in SelectionDAG. NFC.
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
2015-07-14 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-14 Alex LorenzMIR Printer: move the function 'printReg'. NFC.
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Matthias BraunRAGreedy: Keep track of allocated PhysRegs internally
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Matthias BraunRevert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS...
2015-07-14 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-07-14 Alex LorenzMIR Serialization: Serialize the variable sized stack...
2015-07-13 Alex LorenzMIR Serialization: Serialize the sub register indices.
2015-07-13 Reid Kleckner[WinEH] Emit the LSDA even if no lpads remain but outli...
2015-07-13 Adrian PrantlService the doxygen comments in DwarfUnit and DwarfDebug.
2015-07-13 Alex LorenzMIR Serialization: Serialize the fixed stack objects.
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-13 James Y KnightFix handling of the 'n' asm constraint with invalid...
2015-07-13 Rafael EspindolaPrint the visibility of available_externally functions.
2015-07-10 Alex LorenzMIR Serialization: Serialize the virtual register operands.
2015-07-10 Reid Kleckner[SEH] Push reloads of the SEH code past phi nodes
2015-07-10 Matt ArsenaultDAGCombiner: Assume invariant load cannot alias a store
2015-07-10 Quentin Colombet[ShrinkWrap][PEI] Do not insert epilogue for unreachabl...
2015-07-10 Fiona GlaserComputeKnownBits: be a bit smarter about ADDs
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 Reid Kleckner[WinEH] Make sure LSDA tables are 4 byte aligned
2015-07-09 Alex LorenzMIR Serialization: Serialize the virtual register defin...
2015-07-09 Reid KlecknerExpose sjlj preparation through opt for my own debuggin...
2015-07-09 Alex LorenzMIR Parser: Report an error when parsing machine functi...
2015-07-09 Sanjoy Das[ImplicitNullChecks] Fix a memory leak.
2015-07-09 Sanjoy Das[ImplicitNullChecks] Be smarter in picking the memory op.
2015-07-09 Alex LorenzMIR Serialization: Serialize the simple MachineFrameInf...
2015-07-09 Reid KlecknerRemove dead code from old 64-bit SEH lowering
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Sanjay Patelfix an invisible bug when combining repeated FP divisors
2015-07-09 Juergen Ributzka[StackMap] Use lambdas to specify the sort and erase...
2015-07-09 Juergen Ributzka[StackMap] Rename variables to be more consistent....
2015-07-09 Juergen Ributzka[StackMaps] Use emplace_back when possible. NFC.
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Pawel BylicaReapply fixed r241790: Fix shift legalization and lower...
2015-07-09 Pawel BylicaRevert r241790: Fix shift legalization and lowering...
2015-07-09 Pawel BylicaFix shift legalization and lowering for big constants.
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-08 Alex LorenzMIR Serialization: Serialize the 'undef' register machi...
2015-07-08 Matthias BraunRegisterPressure: Add PressureDiff::dump()
2015-07-08 Juergen RibutzkaRun clang-format before making changes to StackMaps...
2015-07-08 Alex LorenzMIR Parser: Remove redundant TODO comment. NFC.
2015-07-08 Alex LorenzMIR Serialization: Serialize the 'killed' register...
2015-07-08 Alex LorenzMIR Parser: Use source locations for MBB naming errors.
2015-07-08 Sanjay Patelearly exits -> less indenting; NFCI
2015-07-08 Reid Kleckner[SEH] Ensure that empty __except blocks have their...
2015-07-08 Mehdi AminiRemove IsLittleEndian from TargetLowering and redirect...
2015-07-08 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Reid Kleckner[WinEH] Make llvm.x86.seh.restoreframe work for stack...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
next