Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. | Dale Johannesen | 2008-10-12 | 1 | -59/+59 |
| | | | | llvm-svn: 57425 | ||||
* | Change Dwarf comments starting with AT_ to DW_AT_ to | Dale Johannesen | 2008-10-12 | 1 | -96/+96 |
| | | | | | | match gcc. Helps with the testsuite. llvm-svn: 57410 | ||||
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -3/+0 |
| | | | | llvm-svn: 50695 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Adding new Dwarf constants. | Jim Laskey | 2006-08-21 | 1 | -0/+1 |
| | | | | llvm-svn: 29798 | ||||
* | For PR780: | Reid Spencer | 2006-07-26 | 1 | -0/+3 |
| | | | | | | | | | | | | 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem 4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h 5. Add IncludeFile support to various lib/System classes. 6. Add new lib/System classes to LinkAllVMCore.h All this in an attempt to pull in lib/System to what's required for VMCore llvm-svn: 29287 | ||||
* | 1. Support standard dwarf format (was bootstrapping in Apple format.) | Jim Laskey | 2006-06-15 | 1 | -0/+7 |
| | | | | | | 2. Add vector support. llvm-svn: 28807 | ||||
* | Qualify dwarf namespace inside llvm namespace. | Jim Laskey | 2006-02-27 | 1 | -1/+4 |
| | | | | llvm-svn: 26409 | ||||
* | Re-orging file. | Jim Laskey | 2006-02-27 | 1 | -0/+572 |
llvm-svn: 26401 |