Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. ↵ | Gabor Greif | 2008-05-16 | 1 | -1/+1 |
| | | | | | | Legacy interfaces will be in place for some time. (Merge from use-diet branch.) llvm-svn: 51200 | ||||
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -0/+2 |
| | | | | | | | | | | are represented as "weak", but there are subtle differences in some cases on Darwin, so we need both. The intent is that "common" will behave identically to "weak" unless somebody changes their target to do something else. No functional change as yet. llvm-svn: 51118 | ||||
* | Fix typo in ParameterAttribute fields usage. Add an include | Nicolas Geoffray | 2008-05-14 | 1 | -2/+3 |
| | | | | | | to make the Cpp backend output compilable. llvm-svn: 51095 | ||||
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -3/+3 |
| | | | | | | | several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017 | ||||
* | Don't do stupid things: doInitialization(Module&) is not applicable to ↵ | Anton Korobeynikov | 2008-04-29 | 1 | -17/+2 |
| | | | | | | ModulePass :) llvm-svn: 50433 | ||||
* | Drop dead includes | Anton Korobeynikov | 2008-04-23 | 1 | -3/+0 |
| | | | | llvm-svn: 50192 | ||||
* | Adjust option names for C++ backend | Anton Korobeynikov | 2008-04-23 | 1 | -11/+11 |
| | | | | llvm-svn: 50190 | ||||
* | First step of implementing PR1538: move llvm2cpp logic to new 'target' | Anton Korobeynikov | 2008-04-23 | 1 | -0/+1971 |
llvm-svn: 50189 |