- Oct 05, 2008
-
-
Chris Lattner authored
shifting and masking inside a bswap expr. This allows it to handle the cases from PR2842, which involve the intermediate 'or' expressions being shifted, not just the input value. llvm-svn: 57095
-
Daniel Dunbar authored
llvm-svn: 57094
-
Daniel Dunbar authored
llvm-svn: 57093
-
Daniel Dunbar authored
- This pushes us over 80% coverage of executable LOC. llvm-svn: 57092
-
Steve Naroff authored
llvm-svn: 57091
-
Steve Naroff authored
llvm-svn: 57090
-
Chris Lattner authored
ashr. It should only apply to lshr. llvm-svn: 57089
-
Daniel Dunbar authored
- Hit debug info generation. - Hit both ObjC runtimes. llvm-svn: 57088
-
Daniel Dunbar authored
llvm-svn: 57087
-
Steve Naroff authored
llvm-svn: 57086
-
Argyrios Kyrtzidis authored
llvm-svn: 57085
-
Argyrios Kyrtzidis authored
'ParseTentative.cpp' implements the functionality needed to resolve ambiguous C++ statements, to either a declaration or an expression, by "tentatively parsing" them. llvm-svn: 57084
-
Steve Naroff authored
Create a function, eliminating some redundancy between SynthesizeBlockInitExpr() and SynthesizeBlockLiterals(). llvm-svn: 57083
-
Steve Naroff authored
llvm-svn: 57082
-
Daniel Dunbar authored
- AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081
-
Daniel Dunbar authored
llvm-svn: 57080
-
- Oct 04, 2008
-
-
Chris Lattner authored
patch by Mikael Lepisto! llvm-svn: 57077
-
Oscar Fuentes authored
for llvmc2 incomplete. llvm-svn: 57076
-
Daniel Dunbar authored
- It would probably be better if TestRunner.sh canonicalized this. llvm-svn: 57075
-
Daniel Dunbar authored
llvm-svn: 57073
-
Daniel Dunbar authored
llvm-svn: 57072
-
Daniel Dunbar authored
- env-include-paths.c is XFAIL as it exposed a bug. Add test/Coverage. - For tests which achieve code coverage but don't validate anything. llvm-svn: 57070
-
Daniel Dunbar authored
llvm-svn: 57069
-
Chris Lattner authored
llvm-svn: 57068
-
Chris Lattner authored
up. Speculatularly hacktastic, but strangely beautiful? Daniel, lines 20/21 are rejected, please investigate. llvm-svn: 57067
-
Daniel Dunbar authored
- Uses Action::ActOnPragmaPack - Test case is XFAIL pending verifier fixes. llvm-svn: 57066
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 57065
-
Dan Gohman authored
and remove getresult and references thereto. llvm-svn: 57064
-
Steve Naroff authored
llvm-svn: 57063
-
Chris Lattner authored
llvm-svn: 57062
-
Chris Lattner authored
llvm-svn: 57061
-
Chris Lattner authored
llvm-svn: 57060
-
Chris Lattner authored
llvm-svn: 57059
-
Chris Lattner authored
llvm-svn: 57058
-
Chris Lattner authored
Patch by Kenneth Boyd! llvm-svn: 57057
-
Steve Naroff authored
This code was "lost" with my recent changes to SynthesizeBlockFunc. llvm-svn: 57056
-
Ted Kremenek authored
llvm-svn: 57055
-
Steve Naroff authored
Cut/paste error...need to use the expression "name" for member references (or other complex expressions that can embed a block pointer type) llvm-svn: 57054
-
Steve Naroff authored
llvm-svn: 57053
-
Steve Naroff authored
Reworked control flow to: - rewrite the block expr body "in place". - used Chris's new rewriter hook "getRewritenText" to "lift" the text for later use. - finally, we do the block expr text replacement. llvm-svn: 57052
-