- Apr 09, 2011
-
-
rdar://8735979Chris Lattner authored
InstAlias doesn't allow matching immediate operands, so we have to write C++ code to do this. llvm-svn: 129223
-
Chris Lattner authored
for pointing this out llvm-svn: 129217
-
Benjamin Kramer authored
llvm-svn: 129214
-
Benjamin Kramer authored
And don't append the name over and over again in the loop. llvm-svn: 129210
-
Benjamin Kramer authored
llvm-svn: 129209
-
NAKAMURA Takumi authored
FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208
-
Eli Friedman authored
is an array of structures doesn't imply it's a ConstantArray of ConstantStruct. llvm-svn: 129207
-
Chris Lattner authored
llvm-svn: 129203
-
Chris Lattner authored
delete the instruction pointed to by CGP's current instruction iterator, leading to a crash on the testcase. This fixes PR9578. llvm-svn: 129200
-
Chris Lattner authored
Switch lowering probably shouldn't be using FP for this. This resolves PR9581. llvm-svn: 129199
-
Eli Friedman authored
it's completely safe to cache the AST across LICM runs even with this fix, but this fix can't hurt. llvm-svn: 129198
-
Eli Friedman authored
llvm-svn: 129197
-
Chris Lattner authored
is substantially different than a(b|c)d. Form the latter regex instead. This found a few problems in the testsuite, which serves as its test. llvm-svn: 129196
-
Chris Lattner authored
llvm-svn: 129195
-
Chris Lattner authored
they thought they were, because alternation was expanding wrong in {{}}'s. llvm-svn: 129194
-
Chris Lattner authored
llvm-svn: 129193
-
Chris Lattner authored
llvm-svn: 129192
-
Chris Lattner authored
llvm-svn: 129191
-
Chris Lattner authored
where we shrunk the list without updating the end iterator. By inspection, from PR9639. llvm-svn: 129190
-
Jakob Stoklund Olesen authored
It is common for large live ranges to have few basic blocks with register uses and many live-through blocks without any uses. This approach grows the Hopfield network incrementally around the use blocks, completely avoiding checking interference for some through blocks. llvm-svn: 129188
-
Jakob Stoklund Olesen authored
This doesn't require seeking in the live interval union, so it is very cheap. llvm-svn: 129187
-
Chris Lattner authored
llvm-svn: 129186
-
Chris Lattner authored
with undef arguments. llvm-svn: 129185
-
Chris Lattner authored
llvm-svn: 129184
-
NAKAMURA Takumi authored
llvm-svn: 129183
-
NAKAMURA Takumi authored
(eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182
-
NAKAMURA Takumi authored
llvm-svn: 129181
-
Sean Callanan authored
error stream, in cases where the AsmParser is being invoked by EDDisassembler. Before, they were being sent to errs() because no error handler was installed in the SourceMgr. llvm-svn: 129177
-
Sean Callanan authored
making the MC disassembler tester more robust. llvm-svn: 129175
-
Devang Patel authored
llvm-svn: 129172
-
Devang Patel authored
Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound. llvm-svn: 129170
-
Nick Lewycky authored
can be used even when main() isn't present in the Module, but it means that you don't get to read argv[]. llvm-svn: 129163
-
- Apr 08, 2011
-
-
Matt Beaumont-Gay authored
llvm-svn: 129160
-
Devang Patel authored
If lower bound is more then upper bound then consider it is an unbounded array. An array is unbounded if non-zero lower bound is same as upper bound. If lower bound and upper bound are zero than array has one element. llvm-svn: 129156
-
Bill Wendling authored
llvm-svn: 129155
-
Evan Cheng authored
Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is lowered into a call to the specified trap function at sdisel time. llvm-svn: 129152
-
Jim Grosbach authored
llvm-svn: 129149
-
Johnny Chen authored
llvm-svn: 129148
-
Johnny Chen authored
PR9650 rdar://problem/9257565 llvm-svn: 129147
-
Johnny Chen authored
PR9648 rdar://problem/9257634 llvm-svn: 129146
-