Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / lib / CodeGen / MIRParser /
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.
2015-06-24 NAKAMURA TakumiMILexer.cpp: Try to fix a warning. [-Wsign-compare]
2015-06-23 Alex LorenzMIR Serialization: Serialize immediate machine operands.
2015-06-23 Alex LorenzMIR Parser: Use correct source locations for machine...
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.
2015-06-19 Alex LorenzMIR Parser: report an error when a basic block isn...
2015-06-19 Alex LorenzMIR Serialization: Serialize the list of machine basic...
2015-06-16 Alex LorenzMIR Parser: Report an error when a machine function...
2015-06-16 Alex LorenzMIR Serialization: Print and parse simple machine funct...
2015-06-15 Alex LorenzMIR Serialization: Create dummy functions when the...
2015-06-15 Alex LorenzMIR Serialization: Report an error when machine functio...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-05-29 Alex LorenzMIR Serialization: use correct line and column numbers...
2015-05-28 Alex LorenzMIR Serialization: print and parse machine function...
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...