Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / lib / CodeGen /
2015-07-30 Mehdi AminiAdd a TargetMachine hook that verifies DataLayout compa...
2015-07-30 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-29 Pete CooperReapply "Add reverse(ContainerTy) range adapter."
2015-07-29 Alex LorenzMIR Serialization: Serialize the frame info's save...
2015-07-29 Alex LorenzMIR Parser: Extract the code that parses MBB references...
2015-07-29 Pete CooperRevert "Add reverse(ContainerTy) range adapter."
2015-07-29 Pete CooperAdd reverse(ContainerTy) range adapter.
2015-07-29 Jingyue WuRoll forward r242871
2015-07-29 Alex LorenzMIR Serialization: Serialize the '.cfi_def_cfa' CFI...
2015-07-29 Alex LorenzMIR Parser: Parse multiple LHS register machine operands.
2015-07-29 Sanjay Patelmove DAGCombiner's allowableAlignment() helper function...
2015-07-29 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-29 Jingyue WuTemporarily revert r242871
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-28 Sanjay Patelignore duplicate divisor uses when transforming into...
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Alex LorenzMIR Serialization: Serialize the target index machine...
2015-07-28 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-28 Alex LorenzMIR Serialization: Serialize the block address machine...
2015-07-28 Alex LorenzMIR Parser: Extract the method 'parseGlobalValue'....
2015-07-28 Alex LorenzMIR Parser: Move the function 'lexName'. NFC.
2015-07-28 Alex LorenzMIR Printer: Remove an outdated TODO comment and assert...
2015-07-28 Alex LorenzMIR Parser: Remove redundant parameters. NFC.
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Puyan LotfiChanges for MachineBasicBlock to use SortedVector for...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-27 Alex LorenzMIR Serialization: Serialize the unnamed basic block...
2015-07-27 Alex LorenzMIR Serialization: Serialize the '.cfi_def_cfa_register...
2015-07-27 Alex LorenzMIR Parser: Rename the standalone parsing methods....
2015-07-27 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-27 Sanjay Patelmove combineRepeatedFPDivisors logic into a helper...
2015-07-27 Alex LorenzReset the virtual registers in liveins when clearing...
2015-07-27 Alex LorenzMIR Serialization: Serialize the machine function's...
2015-07-27 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N. Exon... AsmPrinter: Use DICompositeType in updateAcceleratorTab...
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-24 Duncan P. N. Exon... DI: Clarify isUnsignedDIType(), NFC
2015-07-24 Duncan P. N. Exon... DI: Strengthen block-byref cast to DIDerivedType, NFC
2015-07-24 Duncan P. N. Exon... DI: Only DICompositeType has getElements(), NFC
2015-07-24 Alex LorenzMIR Parser: Run the machine verifier after initializing...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 NAKAMURA TakumiMIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo...
2015-07-24 NAKAMURA TakumiReorder alphabetically.
2015-07-23 Alex LorenzMIR Serialization: Serialize the '.cfi_offset' CFI...
2015-07-23 Sanjay Patelfix crash in machine trace metrics due to processing...
2015-07-22 Bruno Cardoso Lopes[PeepholeOptimizer] Refactor optimizeUncoalescable...
2015-07-22 Alex LorenzMIR Serialization: Serialize the machine instruction...
2015-07-22 Alex LorenzMIR Parser: Extract the MDNode parsing code into a...
2015-07-22 Alex LorenzMIR Serialization: Serialize the metadata machine operands.
2015-07-22 Chandler Carruth[PM/AA] Remove all of the dead AliasAnalysis pointers...
2015-07-22 Jingyue Wu[BranchFolding] do not iterate the aliases of virtual...
2015-07-21 Alex LorenzMIR Serialization: Start serializing the CFI operands...
2015-07-21 Bruno Cardoso Lopes[AsmPrinter] Check for valid constants in handleIndirec...
2015-07-21 Alex LorenzMIR Parser: Reuse the function 'lexName' when lexing...
2015-07-21 Alex LorenzMIR Serialization: Serialize the external symbol machin...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Matthias BraunMachineScheduler: Restrict macroop fusion to data-depen...
2015-07-20 Alex LorenzMIR Serialization: Initial serialization of machine...
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-20 Alex LorenzMIR Parser: Add support for quoted named global value...
2015-07-19 Simon Pilgrim[DAGCombiner] Fixed minor typo that was missed in D9097.
2015-07-19 Simon PilgrimRemove TargetInstrInfo::canFoldMemoryOperand
2015-07-19 Simon PilgrimUse SDValue bool check. NFCI.
2015-07-18 Benjamin Kramer[AggressiveAntiDepBreaker] Use range loops for multimap...
2015-07-17 Quentin Colombet[RAGreedy] Add an experimental deferred spilling feature.
2015-07-17 Alex LorenzMIR Parser: Allow the dollar characters in all of the...
2015-07-17 Matthias BraunUse llvm_unreachable() instead of report_fatal_error...
2015-07-17 John BrawnMake global aliases have symbol size equal to their...
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.
next