summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/negdi2.c
Commit message (Collapse)AuthorAgeFilesLines
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119397
* Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan2009-08-051-15/+17
| | | | llvm-svn: 78152
* Misc compiler-rt fixes. Clarify neg implementations to show what is Eli Friedman2009-07-031-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 Dunbar2009-06-261-0/+22
- llvm-svn: 74292
OpenPOWER on IntegriCloud