Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -1/+1 |
| | | | | | | Patch by Stephen Lin! llvm-svn: 179638 | ||||
* | Removed #if 0 code that doesn't compiled if uncommented. | Rafael Espindola | 2013-04-14 | 1 | -9/+0 |
| | | | | llvm-svn: 179495 | ||||
* | Promote atomic type sizes up to a power of two, capped by | John McCall | 2013-03-07 | 1 | -24/+481 |
| | | | | | | | | MaxAtomicPromoteWidth. Fix a ton of terrible bugs with _Atomic types and (non-intrinsic-mediated) loads and stores thereto. llvm-svn: 176658 | ||||
* | Move the atomics code into its own file. | John McCall | 2013-03-07 | 1 | -0/+485 |
llvm-svn: 176657 |