Skip to content

fuofwi/swpp202001

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

M1522.002400 Principles and Practices of Software Development

Announcements

  • Mar. 17th: To build LLVM, please follow BuildLLVM.md. If it doesn't work due to insufficient memory / free space, please contact TA to request a laptop for a class. EDIT: please use this form to request a laptop: https://forms.gle/jDV6K4sD61WEZKh99 until: Mar. 25 Wed

Projects

Assignments

If you cannot compile word.cpp, please check whether your g++ supports c++17. g++ -version should print version 7 or upper.

NOTE: The goal of assignment 2 is to write a simple function using IR by your own. Please don't simply create .ll file using clang -emit-llvm .. and submit it. Such .ll file has idioms/variable namings that are generated by compiler optimizations, such as a zero-extended induction variable (variable i in for (i=0; ..)).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • LLVM 49.2%
  • C 33.3%
  • Shell 17.5%