- 30 Oct, 2019 2 commits
- 25 Oct, 2019 1 commit
-
-
guruhegde authored
-
- 23 Oct, 2019 1 commit
-
-
guruhegde authored
-
- 07 Oct, 2019 4 commits
- 05 Oct, 2019 1 commit
-
-
guruhegde authored
-
- 02 Oct, 2019 1 commit
-
-
guruhegde authored
* Update getAnnotatedFnList api
-
- 29 Sep, 2019 2 commits
- 28 Sep, 2019 1 commit
-
-
guruhegde authored
-
- 27 Sep, 2019 2 commits
- 25 Sep, 2019 3 commits
- 24 Sep, 2019 4 commits
- 23 Sep, 2019 2 commits
- 15 Sep, 2019 1 commit
-
-
guruhegde authored
* Add better variable names. * Split codes into logical steps. * Add test files.
-
- 02 Sep, 2019 1 commit
-
-
guruhegde authored
* Add compile c file and generate IR option
-
- 26 Jul, 2019 1 commit
-
-
guruhegde authored
Include parsing using commandLine library Enable/disable debug option
-
- 13 Jul, 2019 1 commit
-
-
guruhegde authored
-
- 29 Jun, 2019 1 commit
-
-
guruhegde authored
Function prototype of single packet processing fn is modified to accept batch of packet related parameters. Function body is still contains code to process single packet. This is the first step towards transforming into batched packet processing version.
-
- 28 Jun, 2019 3 commits
- 27 Jun, 2019 1 commit
-
-
guruhegde authored
-
- 18 Jun, 2019 1 commit
-
-
guruhegde authored
-
- 17 Jun, 2019 1 commit
-
-
guruhegde authored
-
- 15 Jun, 2019 1 commit
-
-
guruhegde authored
When we change the Function prototype, we are changing the current Function type. In LLVM, updating already created Function's type is not allowed, hence new function need to be created and added to the module. This can be done only in module pass. This commit contains all the necessary modifications to make it module pass. We identify functions we need to work on in a module pass and do our transformation there.
-
- 13 Jun, 2019 2 commits
- 12 Jun, 2019 1 commit
-
-
guruhegde authored
-
- 28 May, 2019 1 commit
-