- Aug 04, 2009
-
-
Daniel Dunbar authored
llvm-svn: 78047
-
Daniel Dunbar authored
llvm-svn: 78046
-
Daniel Dunbar authored
llvm-svn: 78044
-
Daniel Dunbar authored
llvm-svn: 78043
-
Bill Wendling authored
llvm-svn: 78042
-
Rafael Espindola authored
llvm-svn: 78040
-
Bill Wendling authored
llvm-svn: 78038
-
Edward O'Callaghan authored
llvm-svn: 78037
-
Devang Patel authored
llvm-svn: 78035
-
Devang Patel authored
llvm-svn: 78034
-
Devang Patel authored
Constants and Metadata share ValueList. This means they must be emitted interleaved (using appropriate BLOCK_IDs) otherwise ValuePtrs index gets out of sync. llvm-svn: 78033
-
Evan Cheng authored
Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster) generic algorithm for now. If more accurate computation is needed, we'll rely on the disassembler. llvm-svn: 78032
-
Evan Cheng authored
llvm-svn: 78031
-
Evan Cheng authored
Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. This is a bit of pre-mature optimization. 8-bit variant makes it likely it will be narrowed to a 16-bit instruction. llvm-svn: 78030
-
Fariborz Jahanian authored
super class(s) and warn on any parameter type mismatch if potentially unsafe. llvm-svn: 78029
-
Ted Kremenek authored
llvm-svn: 78028
-
Ted Kremenek authored
llvm-svn: 78027
-
Ted Kremenek authored
llvm-svn: 78026
-
Bob Wilson authored
results to fixed registers. llvm-svn: 78025
-
Bob Wilson authored
llvm-svn: 78024
-
Dan Gohman authored
TLI.computeMaskedBitsForTargetNode from ComputeMaskedBits, since the former may call back into the latter. This fixes a major compile time problem on a testcase that happnened to hit this in a particularly bad way, PR4643. llvm-svn: 78023
-
Ted Kremenek authored
llvm-svn: 78022
-
Ted Kremenek authored
llvm-svn: 78021
-
Ted Kremenek authored
llvm-svn: 78020
-
Ted Kremenek authored
implementation of '#pragma unused' by not constructing intermediate DeclRefExprs, but instead do the name lookup directly. The implementation is greatly simplified. Along the way, degrade '#pragma unused(undeclaredvariable)' to a warning instead of being a hard error. This implements: <rdar://problem/6761874> [sema] allow #pragma unused to reference undefined variable (with warning) llvm-svn: 78019
-
Ted Kremenek authored
llvm-svn: 78018
-
Chris Lattner authored
eliminate IsInTextSection. llvm-svn: 78017
-
Ryan Flynn authored
llvm-svn: 78016
-
Chris Lattner authored
llvm-svn: 78015
-
Chris Lattner authored
llvm-svn: 78014
-
Chris Lattner authored
llvm-svn: 78013
-
Devang Patel authored
llvm-svn: 78012
-
Chris Lattner authored
replicating the logic manually. llvm-svn: 78011
-
Dan Gohman authored
llvm-svn: 78010
-
Dan Gohman authored
llvm-svn: 78009
-
-
Chris Lattner authored
textual sections. llvm-svn: 78007
-
Chris Lattner authored
llvm-svn: 78006
-
Dan Gohman authored
few places in InstCombine to use it, to fix problems handling pointer types. This fixes the recent llvm-gcc bootstrap error. llvm-svn: 78005
-
- Aug 03, 2009
-
-
Chris Lattner authored
hey it uses .previous, so it should work :) llvm-svn: 78004
-