| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131 | ||||
| * | Clean up TargetIntrinsicInfo API. Add pure virtual methods. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -2/+10 |
| | | | | | llvm-svn: 84192 | ||||
| * | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+22 |
| | | | | | llvm-svn: 63812 | ||||
| * | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -22/+0 |
| | | | | | | | and llvm-gcc. llvm-svn: 63786 | ||||
| * | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+22 |
| target directories themselves. This also means that VMCore no longer needs to know about every target's list of intrinsics. Future work will include converting the PowerPC target to this interface as an example implementation. llvm-svn: 63765 | |||||

