search for: llorg

Displaying 3 results from an estimated 3 matches for "llorg".

Did you mean: lorg
2019 Jul 17
6
[RFC] change .gitignore for monorepo
Hello, My team is using some non-llvm projects along with llvm-project monorepo. The projects are checked out to the top level of llvm-project, and 'git status' would complain about them unless we add them to .gitignore. We do not really want to change llorg's .gitignore on our side, so may we propose changing llorg's .gitignore to ignore all top-level files/directories that are not explicitly listed? Something along the lines: /* !/clang !/clang-tools-extra !/compiler-rt ... This will require updating .gitignore every time a new top-level en...
2019 Jul 17
4
[RFC] change .gitignore for monorepo
James, we are using an *unmodified* llvm-project (master llorg), and just add some extra projects from our internal repos to the top-level. Thanks, Slava From: James Y Knight [mailto:jyknight at google.com] Sent: Wednesday, July 17, 2019 11:19 AM To: Zakharin, Vyacheslav P <vyacheslav.p.zakharin at intel.com> Cc: llvm-dev <llvm-dev at lists.llvm.org...
2017 Jul 23
2
[X86] Memory folding tables in x86 backend
...wed our options to the following 3: 1- Recommitting TableGen's backend as "disable by default": a- prepare a full instruction list of the exceptions in X86 ISA. b- Mark these instructions with special flag to indicate illegal folding. c- Integrate the backend into llorg while disabling it by default. d- Provide a compile-time validation mechanism to make sure the pass does not break (as it's not included in LLVM's build). e- Run the pass every defined period of time (1 week/2 weeks/1 month/2 months): * If changes appear (new entries): -...