summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some prototypes, and implement some builtins until we have our header ↵Nate Begeman2008-05-161-0/+3
| | | | | | files completed. llvm-svn: 51199
* Handle a couple missing builtins that will go away eventually when the variousNate Begeman2008-05-151-1/+16
| | | | | | intrin.h files are finished llvm-svn: 51137
* Added support to generate some atomic operators (add, sub, and, or etc..)Mon P Wang2008-05-091-0/+39
| | | | llvm-svn: 50919
* simplify some builder calls.Chris Lattner2008-05-061-7/+4
| | | | llvm-svn: 50694
* use simplified API for making fp constants.Chris Lattner2008-05-041-2/+2
| | | | llvm-svn: 50623
* Enable clang to codegen emmintrin.h until we have our own emmintrin.hNate Begeman2008-04-141-31/+331
| | | | llvm-svn: 49633
* fix build error: add missing braces.Torok Edwin2008-04-041-1/+2
| | | | llvm-svn: 49209
* Teach clang how to codegen punpcklbw and punpcklwdNate Begeman2008-04-031-0/+7
| | | | llvm-svn: 49186
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+486
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
OpenPOWER on IntegriCloud