MIR Parser: Implicit register verifier should accept unexpected implicit
[oota-llvm.git] / lib / CodeGen / MIRParser / MIParser.cpp
2015-08-18 Alex LorenzMIR Parser: Implicit register verifier should accept...
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-13 Alex LorenzMIR Parser: Extract the code that parses the alignment...
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 Parser: Move the parsing of fixed stack object...
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-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-07 Alex LorenzMIR Parser: Extract the parsing of the operand's offset...
2015-08-06 Alex LorenzMIR Serialization: Fix serialization of unnamed IR...
2015-08-06 Alex LorenzMIR Parser: Simplify the token's string value handling.
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: Extract the IR constant parsing code into...
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-05 Alex LorenzMIR Parser: Simplify the handling of quoted tokens...
2015-08-04 Alex LorenzMIR Serialization: Serialize the 'volatile' machine...
2015-08-03 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-07-31 Alex LorenzMIR Serialization: Serialize the floating point immedia...
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-28 Alex LorenzMIR Parser: Extract the method 'parseGlobalValue'....
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 Alex LorenzMIR Serialization: Serialize the machine function's...
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 Parser: Extract the MDNode parsing code into a...
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 Serialization: Serialize the frame setup machine...
2015-07-16 Alex LorenzMIR Serialization: Serialize the frame index machine...
2015-07-15 Alex LorenzMIR Serialization: Serialize the jump table index operands.
2015-07-14 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-13 Alex LorenzMIR Serialization: Serialize the sub register indices.
2015-07-10 Alex LorenzMIR Serialization: Serialize the virtual register operands.
2015-07-08 Alex LorenzMIR Serialization: Serialize the 'undef' register machi...
2015-07-08 Alex LorenzMIR Parser: Remove redundant TODO comment. NFC.
2015-07-08 Alex LorenzMIR Serialization: Serialize the 'killed' register...
2015-07-07 Alex LorenzMIR Serialization: Serialize the 'dead' register machin...
2015-07-07 Alex LorenzMIR Parser: wrap 'MBBSlots' from the MI parsing functio...
2015-07-07 Alex LorenzMIR Parser: Verify the implicit machine register operands.
2015-07-06 Alex LorenzMIR Serialization: Serialize the implicit register...
2015-06-30 Alex LorenzMIR Serialization: Serialize MBB successors.
2015-06-30 Alex LorenzMIR Parser: make the machine instruction parsing interf...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-26 Alex LorenzMIR Serialization: Serialize global address machine...
2015-06-26 Alex LorenzMIR Serialization: Serialize machine basic block operands.
2015-06-24 Alex LorenzMIR Serialization: Serialize the null register operands.
2015-06-23 Alex LorenzMIR Serialization: Serialize immediate machine operands.
2015-06-23 Alex LorenzMIR Serialization: Serialize physical register machine...
2015-06-22 Alex LorenzMIR Serialization: Introduce a lexer for machine instru...
2015-06-22 Alex LorenzMIR Serialization: Serialize machine instruction names.