| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the -arch option from clang-cc: for all practical purposes, it's | Eli Friedman | 2009-05-19 | 1 | -1/+1 |
| | | | | | | | redundant with -triple. llvm-svn: 72108 | ||||
| * | Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem ↵ | Chris Lattner | 2009-03-31 | 1 | -0/+5 |
| | | | | | | | | | that occurs when attribute(used) and asm renaming are used together. llvm-svn: 68155 | ||||
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | fix a crash that could occur when a variable declaration became a | Chris Lattner | 2009-03-21 | 1 | -0/+11 |
| | | | | | | | function definition. llvm-svn: 67446 | ||||
| * | simplify and cleanup global variable creation stuff to all go through one | Chris Lattner | 2009-03-21 | 1 | -0/+10 |
| | | | | | | | code path. llvm-svn: 67445 | ||||
| * | fix several problems with asm renaming, by pulling it into the mangling code: | Chris Lattner | 2009-03-21 | 1 | -1/+20 |
| | | | | | | | | | 1. it wasn't applying to definitions, only declarations, e.g. int x __asm("foo") 2. multiple definitions were conflicting, they weren't getting merged. 3. the code was duplicated in several places. llvm-svn: 67442 | ||||
| * | We must always mangle attribute overloadable functions; even if in a | Daniel Dunbar | 2009-02-20 | 1 | -0/+9 |
| system header. - Prevents a codegen crash when anything used anything in tgmath! :) llvm-svn: 65200 | |||||

