MIR Serialization: Serialize the bundled machine instructions.
[oota-llvm.git] / lib / CodeGen / MIRParser /
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-13 Alex LorenzMIR Parser: Rename the method 'diagFromLLVMAssemblyDiag...
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-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-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 Parser: Report an error when a jump table entry...
2015-07-31 Alex LorenzMIR Parser: Remove unused variable.
2015-07-31 Alex LorenzMIR Serialization: Serialize the floating point immedia...
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 Parser: Extract the code that parses MBB references...
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-28 Alex LorenzMIR Parser: Move the function 'lexName'. NFC.
2015-07-28 Alex LorenzMIR Parser: Remove redundant parameters. NFC.
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-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 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-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 Parser: Reuse the function 'lexName' when lexing...
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-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...
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 Alex LorenzMIR Serialization: Serialize the fixed stack objects.
2015-07-10 Alex LorenzMIR Serialization: Serialize the virtual register operands.
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-09 Alex LorenzMIR Serialization: Serialize the virtual register defin...
2015-07-09 Alex LorenzMIR Parser: Report an error when parsing machine functi...
2015-07-09 Alex LorenzMIR Serialization: Serialize the simple MachineFrameInf...
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-08 Alex LorenzMIR Parser: Use source locations for MBB naming errors.
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: refactor error reporting for machine instru...
2015-06-30 Alex LorenzMIR Parser: make the machine instruction parsing interf...
2015-06-30 Alex LorenzMIR Parser: adopt the 'maybeLex...' pattern. NFC.
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 simple MachineRegisterInfo...
2015-06-24 Alex LorenzMIR Serialization: Serialize the null register operands.
next