Age | Commit message (Expand) | Author |
---|---|---|
2009-11-17 | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-10-15 | Sorry! Accidentally checked in experimental change. | John Thompson |
2009-10-15 | Make this at least compile. | Mike Stump |
2009-10-15 | Removed math.h include, as Windows math.h has a compile error. | John Thompson |
2009-09-01 | PR4836, part 2: CodeGen for __builtin_isnan. | Eli Friedman |
2009-05-03 | PR4134: Implement __builtin_extract_return_addr. | Eli Friedman |
2009-04-09 | Add more builtin definitions, including strcmp. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-22 | switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction | Chris Lattner |
2009-02-20 | Add some stdlib builtins | Daniel Dunbar |
2008-10-05 | Add some builtins to codegen test case. | Daniel Dunbar |
2008-09-03 | Add two test cases for builtins (mostly related to object size | Daniel Dunbar |