Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119397 | ||||
* | Fixup C++ style comments are not allowed in ISO C90 to classic C style. | Edward O'Callaghan | 2009-08-05 | 1 | -15/+17 |
| | | | | llvm-svn: 78152 | ||||
* | Misc compiler-rt fixes. Clarify neg implementations to show what is | Eli Friedman | 2009-07-03 | 1 | -1/+3 |
| | | | | | | | | | actually happening. Fix mod implementation so it doesn't get optimized to a recursive call. Make x86-32 non-SSE2 shift implementation use shld/shrd instead of emulating it (the only x86 processor where the emulation might be remotely close to justifiable is the Pentium 4). llvm-svn: 74756 | ||||
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 1 | -0/+22 |
- llvm-svn: 74292 |