- Jun 25, 2009
-
-
Chris Lattner authored
llvm-svn: 74199
-
Argyrios Kyrtzidis authored
This tool will be the test bed for indexing related operations. It basically reads PCH files passed by the command line and performs various operations. Currently it can accept a file:line:column which resolves to a declaration/statement and displays some information about them. llvm-svn: 74198
-
Argyrios Kyrtzidis authored
Introduce the ResolveLocationInAST function which takes an ASTContext and a SourceLocation and it resolves it into a <Decl*, Stmt*> pair. Decl* is the declaration associated with this source location and Stmt* is the statement/expression that the location points to. If the location does not point to a statement node, Stmt* is null. ResolveLocationInAST (along with converting a file:line:column triplet to a SourceLocation) will be useful for an IDE client and for clang's test suite. llvm-svn: 74197
-
Argyrios Kyrtzidis authored
llvm-svn: 74196
-
Argyrios Kyrtzidis authored
llvm-svn: 74195
-
Argyrios Kyrtzidis authored
llvm-svn: 74194
-
Mikhail Glushenkov authored
llvm-svn: 74193
-
Mikhail Glushenkov authored
llvm-svn: 74192
-
Mikhail Glushenkov authored
llvm-svn: 74191
-
Mikhail Glushenkov authored
The -save-temps option now behaves like described in GCC 4.5 release notes (you can specify output directory for temporary files with -save-temps=obj -o $DIRNAME). I do not have GCC 4.5 installed, so if there are any inconsistencies between llvmc and GCC in the implementation of this feature, please let me know. llvm-svn: 74190
-
Owen Anderson authored
llvm-svn: 74189
-
Owen Anderson authored
I did my best at implementing this for Win32, but I don't have a way to test it. Can someone with access to a Win32 machine test/fix this? llvm-svn: 74188
-
Sanjiv Gupta authored
llvm-svn: 74187
-
Chris Lattner authored
llvm-svn: 74186
-
David Goodwin authored
llvm-svn: 74185
-
Chris Lattner authored
from the asmprinter. llvm-svn: 74184
-
Chris Lattner authored
llvm-svn: 74183
-
Ted Kremenek authored
llvm-svn: 74182
-
Chris Lattner authored
llvm-svn: 74181
-
Owen Anderson authored
to be shared, but how/where to privatize it is not immediately clear to me. If any SelectionDAG experts see a better solution, please share! llvm-svn: 74180
-
Owen Anderson authored
llvm-svn: 74179
-
Owen Anderson authored
this case, but it should help avoid issues in the future. llvm-svn: 74178
-
Anders Carlsson authored
llvm-svn: 74177
-
Bob Wilson authored
llvm-svn: 74176
-
Anders Carlsson authored
llvm-svn: 74175
-
Sanjiv Gupta authored
llvm-svn: 74172
-
Duncan Sands authored
llvm-svn: 74171
-
Bruno Cardoso Lopes authored
Add section symbols to the symbol table llvm-svn: 74170
-
Zhongxing Xu authored
llvm-svn: 74168
-
Zhongxing Xu authored
llvm-svn: 74166
-
Bob Wilson authored
identify Thumb2. llvm-svn: 74164
-
Douglas Gregor authored
llvm-svn: 74163
-
Douglas Gregor authored
llvm-svn: 74162
-
Douglas Gregor authored
llvm-svn: 74161
-
Zhongxing Xu authored
Revert to setting default value approach for handling struct initialization. llvm-svn: 74160
-
Chris Lattner authored
llvm-svn: 74159
-
Evan Cheng authored
Change thumb2 instruction definitions so if-converter so add predicate operands and / or flip the 's' bit to set the condition flag. llvm-svn: 74158
-
Jeffrey Yasskin authored
emitted or the machine code for a function is freed. Chris mentioned that we may also want a notification when a stub is emitted, but that'll be a future change. I intend to use this to tell oprofile where functions are emitted and what lines correspond to what addresses. llvm-svn: 74157
-
Evan Cheng authored
llvm-svn: 74156
-
Chris Lattner authored
llvm-svn: 74155
-