about summary refs log tree commit diff stats
path: root/example/samples/simple_test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-30Add support for floating is_zero, is_inf, is_denormalAjax1-0/+34
2018-08-29X86: fix floatFabrice Desclaux6-62/+90
2018-08-29Expr: use TOK define instead of stringsFabrice Desclaux7-61/+98
2018-08-29Test/simplify: dont use concurrent simplificationsFabrice Desclaux1-5/+4
2018-08-29Mep: use correct operator in IRFabrice Desclaux2-19/+12
2018-08-29Simplify/explicit: add missing opFabrice Desclaux1-0/+8
2018-08-29Expression: add simp condFabrice Desclaux2-0/+15
2018-08-29MIPS: fix IRA call generationFabrice Desclaux1-37/+69
2018-08-29MIPS: Explicit flagsFabrice Desclaux2-14/+27
2018-08-29Mips: missing addrsizeFabrice Desclaux1-0/+1
2018-08-29Fix bad initializationAjax1-1/+2
2018-08-28ExprReduce: fix missing sub class useFabrice Desclaux1-8/+12
2018-08-24Expr/Reduce: gen exprnode subclassFabrice Desclaux1-24/+122
2018-08-24Core/Location: add name to a known locationFabrice Desclaux1-9/+3
2018-08-24Core: fix asm intFabrice Desclaux2-3/+4
2018-08-23Example: fix upx unpackFabrice Desclaux1-3/+2
2018-08-23Code cleaning: lgtm.comFabrice Desclaux32-97/+101
2018-08-20adding a new simplification for double zeroExtends and signExtends.GAJaloyan2-0/+21
2018-08-16X86: add nop formFabrice Desclaux2-0/+11
2018-08-13IR: fix assignblk eqFabrice Desclaux1-1/+1
2018-08-08Add support for CC_POSCamille Mougey1-0/+4
2018-08-07Canonicalize before returning the base ptr (avoid ((a + b) + c))Fabrice Desclaux1-1/+1
2018-08-07Func_read can be called with a non ExprInt exprFabrice Desclaux1-1/+4
2018-08-07SSA: fix tipoFabrice Desclaux1-1/+1
2018-08-06Test: add progpag exprFabrice Desclaux1-1/+1
2018-08-06Example/full: add constant propagationFabrice Desclaux1-5/+159
2018-08-06Analysis: add snippet of stack variable detectionFabrice Desclaux1-2/+248
2018-08-06Simplifications: add common hl reductionsFabrice Desclaux2-4/+355
2018-08-06MEP: fix signext in disasmFabrice Desclaux1-2/+3
2018-08-06LLVM: zero/sign ext supportFabrice Desclaux1-0/+22
2018-08-06Test: fix arm regression testsFabrice Desclaux1-267/+267
2018-08-06ARM: add msr/mrs for eflagFabrice Desclaux1-0/+31
2018-08-06Test: add simplification reg testsFabrice Desclaux1-11/+20
2018-08-06Symbexec: Use simplifier with high level in symbexecFabrice Desclaux6-17/+32
2018-08-06Codegen: simplify high level opFabrice Desclaux1-0/+8
2018-08-06IR: simplify block cbFabrice Desclaux1-0/+15
2018-08-06Analysis: fix tipoFabrice Desclaux1-1/+1
2018-08-06Analysis: add remove phiFabrice Desclaux1-0/+118
2018-08-06Analysis: add ssa to defuseFabrice Desclaux1-2/+255
2018-08-06Graph: add reachable stop nodeFabrice Desclaux1-0/+18
2018-08-06Analysis/SSA: fix analysis with missing blocksFabrice Desclaux1-0/+2
2018-08-06Translator/C: add zero/sign extendFabrice Desclaux1-1/+23
2018-08-06AARCH64: Explicit flagsFabrice Desclaux2-169/+369
2018-08-06X86: Explicit flagsFabrice Desclaux1-132/+352
2018-08-06ARM: Explicit flagsFabrice Desclaux1-100/+245
2018-08-06Simplifications: add high level to low level reductionFabrice Desclaux2-0/+175
2018-08-06Expression: add CC flagsFabrice Desclaux1-8/+27
2018-08-06Expression: add simplificationFabrice Desclaux1-1/+13
2018-08-06Aarch64: add adc/sbc reg regFabrice Desclaux1-0/+8
2018-08-01DSE: fix a bug happening in rare caseAjax1-3/+6