- Aug 03, 2010
-
-
Dan Gohman authored
llvm-svn: 110134
-
Douglas Gregor authored
declarations that we saw when creating the precompiled preamble, and provide those declarations in addition to the declarations parsed in the main source file when traversing top-level declarations. This makes the use of precompiled preambles a pure optimization, rather than changing the semantics of the parsed translation unit. llvm-svn: 110131
-
Dan Gohman authored
instructions with alignment 0, so that subsequent passes don't need to bother checking the TargetData ABI size manually. llvm-svn: 110128
-
Oscar Fuentes authored
XCore->XCoreGen PIC16->PIC16CodeGen After updating your working copy, the first build will fail because it is using the old library dependencies. Start the build again and it will work fine. llvm-svn: 110127
-
Eli Friedman authored
llvm-svn: 110126
-
Argyrios Kyrtzidis authored
Apart from storing/retrieving the previous redeclaration from PCH, also store/retrieve the most recent redeclaration. That way we are sure that the full redeclarations chain is loaded. When using chained PCHs, first declarations point to the most recent redeclarations in the same PCH. To address this use a REDECLS_UPDATE_LATEST record block to keep track of which first declarations need to point to a most recent redeclaration in another PCH. llvm-svn: 110125
-
Argyrios Kyrtzidis authored
llvm-svn: 110124
-
Argyrios Kyrtzidis authored
llvm-svn: 110123
-
Argyrios Kyrtzidis authored
llvm-svn: 110122
-
Oscar Fuentes authored
Adds "svn" or "git", depending on the VCS used. If svn, adds the revision number as well. llvm-svn: 110121
-
Dan Gohman authored
llvm-svn: 110120
-
Jakob Stoklund Olesen authored
When the normalizeSpillWeights function was introduced, I forgot to remove this normalization. This change could affect register allocation. Hopefully for the better. llvm-svn: 110119
-
Jakob Stoklund Olesen authored
nice farm in the country where it can play with other tests. And bunnies. It is not clear what is being tested, and the revision history shows a bunch of random changes to the expected instruction count. Clearly, we are just fudging it to pass whenever it fails. llvm-svn: 110118
-
Chris Lattner authored
llvm-svn: 110117
-
Chris Lattner authored
llvm-svn: 110116
-
Dan Gohman authored
llvm-svn: 110115
-
Chris Lattner authored
llvm-svn: 110114
-
Peter Collingbourne authored
llvm-svn: 110113
-
Dan Gohman authored
around std::min vs static const friction. llvm-svn: 110112
-
Daniel Dunbar authored
assembler. - Fixes PR6218, hopefully. llvm-svn: 110111
-
Oscar Fuentes authored
llvm-svn: 110110
-
Daniel Dunbar authored
appended. llvm-svn: 110109
-
Douglas Gregor authored
it while generating precompiled preambles. No functionality change. llvm-svn: 110108
-
John McCall authored
llvm-svn: 110107
-
Zhongxing Xu authored
shouldn't put restrictions in store manager. llvm-svn: 110106
-
Michael J. Spencer authored
This directory conflicts with test/MC on Windows machines. llvm-svn: 110105
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110104
-
Michael J. Spencer authored
This reverts commit r110100 Wrong path caps. llvm-svn: 110103
-
Zhongxing Xu authored
llvm-svn: 110102
-
Michael J. Spencer authored
llvm-svn: 110101
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110100
-
Michael J. Spencer authored
llvm-svn: 110097
-
Bruno Cardoso Lopes authored
as soon as we properly codegen the simple vector operations, remove the unnecessary built-ins/intrinsics from clang and llvm. Also add tests for the new built-ins llvm-svn: 110096
-
Tom Care authored
Changed GRExprEngine to pass down a reference to itself when checkers are doing postanalysis. This allows the checker to gather information about the state of the engine when it has finished. - Exposed the worklist and BlockAborted flag in GRCoreEngine - Changed postanalysis checkers to use the new infrastructure llvm-svn: 110095
-
Bruno Cardoso Lopes authored
as soon as we properly codegen the simple vector operations in clang, remove the unnecessary builti-ins/intrinsics from clang and llvm. llvm-svn: 110094
-
Greg Clayton authored
llvm-svn: 110093
-
Dan Gohman authored
llvm-svn: 110092
-
Dan Gohman authored
llvm-svn: 110091
-
Dan Gohman authored
are unknown. llvm-svn: 110090
-
Greg Clayton authored
involved watching for the objective C built-in types in DWARF and making sure when we convert the DWARF types into clang types that we use the appropriate ASTContext types. Added a way to find and dump types in lldb (something equivalent to gdb's "ptype" command): image lookup --type <TYPENAME> This only works for looking up types by name and won't work with variables. It also currently dumps out verbose internal information. I will modify it to dump more appropriate user level info in my next submission. Hookup up the "FindTypes()" functions in the SymbolFile and SymbolVendor so we can lookup types by name in one or more images. Fixed "image lookup --address <ADDRESS>" to be able to correctly show all symbol context information, but it will only show this extra information when the new "--verbose" flag is used. Updated to latest LLVM to get a few needed fixes. llvm-svn: 110089
-