search for: myfirstlanguagefrontend

Displaying 7 results from an estimated 7 matches for "myfirstlanguagefrontend".

2019 Aug 29
3
404s within LLVM documentation
...tps://llvm.org/docs/TestSuiteMakefileGuide https://llvm.org/docs/doxygen/structLICM.html https://llvm.org/docs/tutorial/LangImpl5.html#for-loop-expression https://llvm.org/docs/tutorial/LangImpl7.html#user-defined-local-variables http://llvm.org/docs/lnt/modindex.html https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl6.html#user-defined-unary-operators https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl5.html#for-loop-expression https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl7.html#user-defined-local-variables https://llvm.org/docs/tutorial/LangRef.html#instruction-reference...
2019 Oct 15
2
Easy way to add common pass for optimization
...s, but due to the logic, the IR codes have a lot of instructions like unnecessary br jump, basic block creation, load instructions and expression which can be simplified. now I want to use built in passes to optimize the generated code, but after I read the tutorial: https://llvm.org/docs/tutorial/MyFirstLanguageFrontend, I found that I have to add passess one by one, on function level. I know these passes for module level, but I don't know what passes I should add, and I do not have special optimization requirements, so built-in passes will meet my requirements, So this there any easy way to add most common p...
2019 Aug 29
2
404s within LLVM documentation
...akefileGuide > https://llvm.org/docs/doxygen/structLICM.html > https://llvm.org/docs/tutorial/LangImpl5.html#for-loop-expression > https://llvm.org/docs/tutorial/LangImpl7.html#user-defined-local-variables > http://llvm.org/docs/lnt/modindex.html > > https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl6.html#user-defined-unary-operators > > https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl5.html#for-loop-expression > > https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl7.html#user-defined-local-variables > https://llvm.org/docs/tutorial/LangRef.ht...
2019 Apr 07
2
Moving docs?
Hi llvm-admin, (cc llvm-dev for visibility) We’re working on some improvements to the documentation, and want to move things (e.g. the Kaleidoscope tutorial into a subdirectory) around without breaking any links to it. Is there a way to do forwards on the web page that you prefer? -Chris
2019 Aug 07
2
Trouble with ORCv2 Tutorial
...y guidance that you folks have on the migration as well as some help with this specific issue. I'm happy to share more about the source code and build settings if that is helpful. Thanks in advance, Zeke [1] https://llvm.org/docs/tutorial/BuildingAJIT1.html [2] https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html [3] https://groups.google.com/forum/#!searchin/llvm-dev/orcv2%7Csort:date/llvm-dev/UNXf9EOw43g/w3qOKLYbAwAJ
2019 Aug 08
2
Trouble with ORCv2 Tutorial
...with this specific issue. I'm happy to share more >> about the source code and build settings if that is helpful. >> >> Thanks in advance, >> >> Zeke >> >> [1] https://llvm.org/docs/tutorial/BuildingAJIT1.html >> [2] https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html >> [3] https://groups.google.com/forum/#!searchin/llvm-dev/orcv2%7Csort:date/llvm-dev/UNXf9EOw43g/w3qOKLYbAwAJ >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/...
2019 Aug 09
2
Trouble with ORCv2 Tutorial
...about the source code and build settings if that is helpful. >> >> >> >> Thanks in advance, >> >> >> >> Zeke >> >> >> >> [1] https://llvm.org/docs/tutorial/BuildingAJIT1.html >> >> [2] https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html >> >> [3] https://groups.google.com/forum/#!searchin/llvm-dev/orcv2%7Csort:date/llvm-dev/UNXf9EOw43g/w3qOKLYbAwAJ >> >> _______________________________________________ >> >> LLVM Developers mailing list >> >> llvm-dev at lists.llvm.org >...