- Feb 14, 2010
-
-
Eric Christopher authored
odd offsets since the bitcasted pointer size and the offset pointer size are going to be different types for the GEP vs base object. llvm-svn: 96134
-
Anders Carlsson authored
llvm-svn: 96133
-
- Feb 13, 2010
-
-
Anders Carlsson authored
llvm-svn: 96131
-
Mikhail Glushenkov authored
Some tools do not like the '-option parameter' form. Should this be configurable? llvm-svn: 96130
-
Mikhail Glushenkov authored
We really need a conditional compilation mechanism... llvm-svn: 96129
-
Mikhail Glushenkov authored
llvm-svn: 96128
-
Mikhail Glushenkov authored
llvm-svn: 96127
-
Daniel Dunbar authored
llvm-svn: 96126
-
Anders Carlsson authored
llvm-svn: 96125
-
Anders Carlsson authored
llvm-svn: 96123
-
Anders Carlsson authored
llvm-svn: 96121
-
Anders Carlsson authored
llvm-svn: 96120
-
Anders Carlsson authored
llvm-svn: 96119
-
Anders Carlsson authored
llvm-svn: 96117
-
Daniel Dunbar authored
llvm-svn: 96116
-
Anders Carlsson authored
llvm-svn: 96114
-
Chris Lattner authored
class out of line. llvm-svn: 96113
-
Chris Lattner authored
Dyachenko Dmitry. Our system is "not so elegant" here. llvm-svn: 96111
-
Chris Lattner authored
encoding them into nothing. llvm-svn: 96110
-
Chris Lattner authored
llvm-svn: 96109
-
Daniel Dunbar authored
directly to Index, instead of requiring the input file to be first. This makes the examples behave more like 'clang'. For example, ddunbar@giles:tmp$ echo '#include <string>' | python ~/llvm/tools/clang/bindings/python/examples/cindex/cindex-includes.py -- -x c++ - | wc -l 114 ddunbar@giles:tmp$ echo '#include <stdio.h>' | python ~/llvm/tools/clang/bindings/python/examples/cindex/cindex-includes.py -- -x c - | wc -l 10 llvm-svn: 96107
-
Daniel Dunbar authored
llvm-svn: 96106
-
Daniel Dunbar authored
llvm-svn: 96105
-
Charles Davis authored
marked 'force_align_arg_pointer'. Almost there; now all I need to do is finish up the backend. llvm-svn: 96100
-
Chandler Carruth authored
llvm-svn: 96099
-
Chandler Carruth authored
llvm-svn: 96098
-
Chandler Carruth authored
redeclaration provides an explicit instantiation or is invalid. llvm-svn: 96097
-
Daniel Dunbar authored
-- ddunbar@ozzy:tmp$ clang -m32 -integrated-as hello.c && ./a.out hello world! -- llvm-svn: 96096
-
Daniel Dunbar authored
llvm-svn: 96095
-
Daniel Dunbar authored
llvm-svn: 96094
-
Daniel Dunbar authored
llvm-svn: 96093
-
Daniel Dunbar authored
MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic expressions can always be emitted as data + fixups. llvm-svn: 96092
-
Daniel Dunbar authored
llvm-svn: 96091
-
Daniel Dunbar authored
llvm-svn: 96090
-
Daniel Dunbar authored
llvm-svn: 96089
-
Daniel Dunbar authored
llvm-svn: 96088
-
Benjamin Kramer authored
llvm-svn: 96087
-
Benjamin Kramer authored
llvm-svn: 96086
-
Chandler Carruth authored
only flows so far it seems. llvm-svn: 96085
-
Douglas Gregor authored
rebuilding a typename type terminating in a template-id (with dependent template name, naturally) as a TypenameType when, because its context could be fully resolved, we should have been building it as a QualifiedNameType. Fixes PR6268. llvm-svn: 96084
-