aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2016-09-05README: clarify build vs runtime dependenciesAndrew Kelley
2016-09-05Merge branch 'llvm-3.9'Andrew Kelley
2016-09-05Fix email address of Email listWink Saville
2016-09-05Add Email listWink Saville
2016-09-04port to llvm 3.9Andrew Kelley
2016-05-14add compile_err builtinAndrew Kelley
2016-05-13update README with websiteAndrew Kelley
2016-05-13we have generics nowAndrew Kelley
2016-04-30build: link against libLLVM.so if availableAndrew Kelley
2016-04-23build: add test coverage targetAndrew Kelley
2016-04-14update readmeAndrew Kelley
2016-04-14update READMEAndrew Kelley
2016-04-09update readmeAndrew Kelley
2016-03-08README: update dependenciesAndrew Kelley
2016-02-15update readmeAndrew Kelley
2016-02-13add @ctz, @clz and compiler_rt implementationAndrew Kelley
2016-02-12fix build on GCCAndrew Kelley
2016-02-09add link to intro in readmeAndrew Kelley
2016-02-09minor readme rewordingAndrew Kelley
2016-02-08support static linking against libcAndrew Kelley
2016-02-05another planned feature completeAndrew Kelley
2016-02-02build: fix libc path findingAndrew Kelley
2016-01-31roadmap item acheived enough to put in READMEAndrew Kelley
2016-01-28null pointer optimization for ?&TAndrew Kelley
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2016-01-26docs: update deps to llvm and clang 3.7.1Andrew Kelley
2016-01-26update READMEAndrew Kelley
2016-01-25implement compile time string concatenationAndrew Kelley
2016-01-25implement %% prefix operatorAndrew Kelley
2016-01-25update READMEAndrew Kelley
2016-01-18refactor std to use for loopAndrew Kelley
2016-01-15more readme formattingAndrew Kelley
2016-01-15fix readme formattingAndrew Kelley
2016-01-15solve the mystery of undefined reference errorAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-11fix not adding builtin functions codeAndrew Kelley
2016-01-08fix codegen for implicit maybe wrapAndrew Kelley
2016-01-04cleanup readmeAndrew Kelley
2015-12-26parse if maybe expressionAndrew Kelley
2015-12-15add implicit casting supportAndrew Kelley
2015-12-15readme: provide bash to get c dirAndrew Kelley
2015-12-15readme: add note about discovering libc pathAndrew Kelley
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley
2015-12-11readme: update current statusAndrew Kelley
2015-12-11move roadmap to github issuesAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-09add language reference documentationAndrew Kelley
2015-12-09readme: update int typesAndrew Kelley
2015-12-09parseh: cleanup typesAndrew Kelley
2015-12-09fix typoJosh Wolfe