summaryrefslogtreecommitdiffstats
path: root/lib/clang/include/llvm/Config/llvm-config.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-161-3/+15
| | | | | | | upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
* Revert r227538, since it doesn't compile with clang at all (it doesn'tdim2011-11-171-3/+1
| | | | | | | | | | | allow the built-in operations to be redefined, at least not without excessive force). Instead, just disable LLVM's support for atomic operations for now. Nothing in either clang or the tablegen tools currently depends on it. This still allows users of head built before r198344 to upgrade to top-of-head seamlessly.
* When one attempts to compile the tree with -march=i386, which also useddim2011-11-061-0/+2
| | | | | | | | | | | to be gcc's default before r198344, calls to atomic builtins will not be expanded inline. Instead, they will be generated as calls to external functions (e.g. __sync_fetch_and_add_N), leading to linking errors later on. Put in a seatbelt that disables use of atomic builtins in libstdc++ and llvm, when tuning specifically for the real i386 CPU. This does not protect against all possible issues, but it is better than nothing.
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-221-11/+14
| | | | | | | branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
* Upgrade our copy of llvm/clang to r135360, from upstream's trunk.dim2011-07-171-0/+6
|
* Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it,dim2011-02-271-1/+1
| | | | | and test appropriately. Otherwise it might erroneously pick up some pthread primitives, and fail to link.
* Update llvm's config.h files to match more closely what is generated bydim2011-02-261-2/+32
| | | | a regular autoconf-based build. More cosmetic than functional changes.
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-3/+9
| | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-201-0/+63
Approved-by: rpaulo (mentor)
OpenPOWER on IntegriCloud