aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse-llvm.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-27sparse, llvm: Floating point support for binopsPekka Enberg1-24/+70
2011-08-27sparse-llvm: OP_LOADJeff Garzik1-1/+29
2011-08-27sparse-llvm: OP_SWITCHJeff Garzik1-5/+47
2011-08-27sparse-llvm: OP_SELJeff Garzik1-1/+14
2011-08-27sparse, llvm: if-else code generationJeff Garzik1-12/+86
2011-08-25sparse, llvm: Implement OP_CASTPekka Enberg1-3/+12
2011-08-25sparse, llvm: Implement some binary comparison opsPekka Enberg1-4/+30
2011-08-25sparse, llvm: Add support for more binary opsPekka Enberg1-13/+15
2011-08-25sparse, llvm: Implement OP_ADDPekka Enberg1-22/+69
2011-08-25sparse, llvm: Add output_op_binary() stubPekka Enberg1-0/+91
2011-08-25sparse, llvm: Introduce 'struct function' to clean up codePekka Enberg1-18/+23
2011-08-25sparse, llvm: Add support for OP_RET/PSEUDO_ARGPekka Enberg1-10/+15
2011-08-23sparse, llvm: OP_RET/PSEUDO_VAL code generationPekka Enberg1-20/+39
2011-08-23sparse, llvm: Add switch statement to output_insn()Pekka Enberg1-8/+62
2011-08-23llvm, sparse: Separate entry and exit basic blocksPekka Enberg1-6/+14
2011-08-23sparse, llvm: Fix global variable initializationPekka Enberg1-2/+11
2011-08-23sparse, llvm: Initial commitPekka Enberg1-0/+185