- Jun 01, 2010
-
-
Jim Grosbach authored
handle structs passed by value via an extract/insert pair, as a bitcast won't work on a struct. rdar://7742824 llvm-svn: 105280
-
Jim Grosbach authored
llvm-svn: 105279
-
Dan Gohman authored
llvm-svn: 105278
-
Dan Gohman authored
support [[:<:]]. Use beginning-of-line and end-of-line anchors instead. llvm-svn: 105277
-
Bruno Cardoso Lopes authored
llvm-svn: 105276
-
Dan Gohman authored
and doesn't know where the output is going. llvm-svn: 105274
-
Dan Gohman authored
llvm-svn: 105273
-
Dan Gohman authored
llvm-svn: 105272
-
Dan Gohman authored
and configury to use --version-script. llvm-svn: 105271
-
Dan Gohman authored
llvm-svn: 105270
-
Kalle Raiskila authored
llvm-svn: 105269
-
- May 31, 2010
-
-
Bill Wendling authored
llvm-svn: 105257
-
Duncan Sands authored
the newly created allocas may be used by inlined calls, so these need to have their tail call flags cleared. Fixes PR7272. llvm-svn: 105255
-
Eric Christopher authored
llvm-svn: 105253
-
Chris Lattner authored
that are too large. This causes the freebsd bootloader to be too large apparently. It's unclear if this should be an -Os or -Oz thing. Thoughts welcome. llvm-svn: 105228
-
Chris Lattner authored
llvm-svn: 105227
-
Chris Lattner authored
llvm-svn: 105226
-
Chris Lattner authored
llvm-svn: 105225
-
Dan Gohman authored
EOF is detected. llvm-svn: 105223
-
Benjamin Kramer authored
llvm-svn: 105220
-
Nick Lewycky authored
first. Fixes PR7265. llvm-svn: 105206
-
- May 30, 2010
-
-
Oscar Fuentes authored
llvm-svn: 105168
-
Alexis Hunt authored
The StmtNodes generator has been generalized to allow for the creation of DeclNodes tables as well, and another emitter was added for DeclContexts. llvm-svn: 105164
-
- May 29, 2010
-
-
Anton Korobeynikov authored
llvm-svn: 105109
-
Anton Korobeynikov authored
llvm-svn: 105108
-
Anton Korobeynikov authored
llvm-svn: 105107
-
Anton Korobeynikov authored
llvm-svn: 105106
-
Dan Gohman authored
llvm-svn: 105105
-
Dan Gohman authored
shouldn't have a TargetLoweringInfo member. And FunctionLoweringInfo::set doesn't needs its EnableFastISel argument. llvm-svn: 105101
-
Benjamin Kramer authored
llvm-svn: 105100
-
Nick Lewycky authored
llvm-svn: 105098
-
Nick Lewycky authored
llvm-svn: 105096
-
Evan Cheng authored
llvm-svn: 105095
-
Evan Cheng authored
Fix PR7193: if sibling call address can take a register, make sure there are enough registers available by counting inreg arguments. llvm-svn: 105092
-
Jakob Stoklund Olesen authored
llvm-svn: 105066
-
-
Jakob Stoklund Olesen authored
Also verify that all subregister indices compose unambiguously. llvm-svn: 105064
-
Jakob Stoklund Olesen authored
were overspecified when inheriting sub-subregisters, for instance: R0Q:subreg_even32 = R0Q:subreg_32bit = R0Q:subreg_even:subreg_32bit. This meant that composeSubRegIndices(subreg_even, subreg_32bit) was ambiguous. llvm-svn: 105063
-
Evan Cheng authored
llvm-svn: 105061
-
Evan Cheng authored
Schedule high latency instructions for latency reduction even if they are not vfp / NEON instructions. llvm-svn: 105060
-