Merging r261039:
[oota-llvm.git] / test / CodeGen / MIR /
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2015-12-21 Adrian PrantlConvert the CodeGen/ARM/sched-it-debug-nodes.ll testcas...
2015-12-21 Adrian PrantlTeach ARMLoadStoreOptimizer to ignore DBG_VALUE instruc...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-09 Matthias BraunMachineVerifier: Add missing linebreak
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-09-10 Alex LorenzFix PR 24724 - The implicit register verifier shouldn...
2015-09-09 Alex LorenzFix PR 24633 - Handle undef values when parsing standal...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-21 Alex LorenzMIR Serialization: Serialize the pointer IR expression...
2015-08-20 Alex LorenzMIR Serialization: Use the global value syntax for...
2015-08-20 Alex LorenzMIR Serialization: Change syntax for the call entry...
2015-08-19 Alex LorenzMIR Serialization: Serialize unnamed local IR values...
2015-08-19 Alex LorenzMIR Serialization: Serialize instruction's register...
2015-08-19 Alex LorenzMIR Serialization: Serialize defined registers that...
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-18 Alex LorenzMIR Parser: Return true on error when parsing standalon...
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-18 Alex LorenzMIR Serialization: Serialize the frame information...
2015-08-18 Alex LorenzMIR Parser: Implicit register verifier should accept...
2015-08-17 Alex LorenzMIR Serialization: Serialize the local offsets for...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's range...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's noali...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's alias...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's TBAA...
2015-08-14 Alex LorenzMIR Serialization: Serialize the '.cfi_same_value'...
2015-08-14 Alex LorenzMIR Serialization: Serialize the external symbol call...
2015-08-14 Alex LorenzMIR Serialization: Serialize the global value call...
2015-08-14 Alex LorenzMIR Serialization: Serialize the 'internal' register...
2015-08-14 Alex LorenzMIR Serialization: Serialize the bundled machine instru...
2015-08-13 Alex LorenzMIR Serialization: Change MIR syntax - use custom synta...
2015-08-13 Alex LorenzMIR Parser: Don't allow negative alignments for memory...
2015-08-12 Alex LorenzMIR Parser: Allow the MI IR references to reference...
2015-08-12 Alex LorenzMIR Serialization: Serialize the fixed stack pseudo...
2015-08-12 Alex LorenzMIR Serialization: Serialize the jump table pseudo...
2015-08-12 Alex LorenzMIR Serialization: Serialize the GOT pseudo source...
2015-08-12 Alex LorenzMIR Serialization: Serialize the stack pseudo source...
2015-08-12 Alex LorenzMIR Serialization: Serialize the constant pool pseudo...
2015-08-11 Alex LorenzMIR Serialization: Serialize UsedPhysRegMask from the...
2015-08-10 Alex LorenzMIR Parser: Report an error when a stack object is...
2015-08-10 Alex LorenzMIR Parser: Report an error when a fixed stack object...
2015-08-10 Alex LorenzMIR Serialization: Serialize the liveout register mask...
2015-08-07 Alex LorenzMIR Serialization: Serialize the base alignment for...
2015-08-07 Alex LorenzMIR Serialization: Serialize the offsets for the machin...
2015-08-06 Alex LorenzMIR Serialization: Fix serialization of unnamed IR...
2015-08-06 Alex LorenzMIR Parser: Report an error when parsing duplicate...
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'invariant' machine...
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'non-temporal' machine...
2015-08-06 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-05 Alex LorenzMIR Serialization: Serialize the machine operand's...
2015-08-05 Alex LorenzMIR Parser: Report an error when parsing large immediat...
2015-08-05 Alex LorenzMIR Serialization: Serialize the typed immediate intege...
2015-08-05 Alex LorenzMIR Parser: Report an error when parsing duplicate...
2015-08-05 Alex LorenzMIR Serialization: Serialize the 'early-clobber' regist...
2015-08-05 Alex LorenzMIR Serialization: Serialize the 'debug-use' register...
2015-08-04 Mehdi AminiMove generic MIR tests in their own subdir, requires...
2015-08-04 Alex LorenzMIR Serialization: Serialize the 'volatile' machine...
2015-08-03 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Alex LorenzMIR Parser: Report an error when a jump table entry...
2015-07-31 Alex LorenzMIR Serialization: Serialize the floating point immedia...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-30 Alex LorenzMIR Parser: Report an error when a constant pool item...
2015-07-30 Alex LorenzMIR Parser: Report an error when a virtual register...
2015-07-30 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-29 Alex LorenzMIR Serialization: Serialize the frame info's save...
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-28 Alex LorenzMIR Serialization: Serialize the target index machine...
2015-07-28 Alex LorenzMIR Serialization: Serialize the block address machine...
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 Serialization: Serialize the machine function's...
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-24 Alex LorenzMIR Parser: Run the machine verifier after initializing...
2015-07-24 Alex LorenzMIR Tests: Add liveins and successors to make tests...
2015-07-24 Alex LorenzMIR Tests: Make the basic block successor test an X86...
2015-07-23 Alex LorenzMIR Serialization: Serialize the '.cfi_offset' CFI...
2015-07-22 Alex LorenzMIR Serialization: Serialize the machine instruction...
2015-07-22 Alex LorenzMIR Serialization: Serialize the metadata machine operands.
2015-07-21 Alex LorenzMIR Serialization: Start serializing the CFI operands...
2015-07-21 Alex LorenzMIR Serialization: Serialize the external symbol machin...
2015-07-20 Alex LorenzMIR Serialization: Initial serialization of machine...
2015-07-20 Alex LorenzMIR Parser: Add support for quoted named global value...
2015-07-17 Alex LorenzMIR Parser: Allow the dollar characters in all of the...
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 Alex LorenzFix broken testcase from r242358.
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 Alex LorenzMIR Serialization: Serialize references from the stack...
2015-07-14 Alex LorenzMIR Serialization: Serialize the machine basic block...
next