- Sep 22, 2011
-
-
Benjamin Kramer authored
- x87: no min or max. - SSE1: min/max for single precision scalars and vectors. - SSE2: min/max for single and double precision scalars and vectors. - AVX: as SSE2, but also supports the wider ymm vectors. (this is covered by the isTypeLegal check) llvm-svn: 140296
-
Akira Hatanaka authored
llvm-svn: 140295
-
Benjamin Kramer authored
llvm-svn: 140294
-
David Blaikie authored
llvm-svn: 140293
-
Akira Hatanaka authored
llvm-svn: 140292
-
Akira Hatanaka authored
llvm-svn: 140291
-
David Blaikie authored
llvm-svn: 140290
-
Jason Molenda authored
llvm-svn: 140289
-
David Blaikie authored
llvm-svn: 140288
-
David Blaikie authored
llvm-svn: 140287
-
Sean Callanan authored
it to generate result variables that were not bound to their underlying data. This allowed the SBValue class to use the interpreter (if possible). Also made sure that any result variables that point to stack allocations in the stack frame of the interpreted expressions do not get live data. llvm-svn: 140285
-
Owen Anderson authored
Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix other test failures I caused. llvm-svn: 140284
-
Owen Anderson authored
Print out immediate offset versions of PC-relative load/store instructions as [pc, #123] rather than simply #123. llvm-svn: 140283
-
Devang Patel authored
Few weeks ago, llvm completely inverted the debug info graph. Earlier each debug info node used to keep track of its compile unit, now compile unit keeps track of important nodes. One impact of this change is that the global variable's do not have any context, which should be checked before deciding to use AT_specification DIE. llvm-svn: 140282
-
Galina Kistanova authored
llvm-svn: 140281
-
Bill Wendling authored
This makes sure that the unwind destination of an invoke is a landing pad. llvm-svn: 140280
-
Johnny Chen authored
the WatchpointLocation object to check whether it should stop and allow it to update the hit count, among other bookkeepings. llvm-svn: 140279
-
Benjamin Kramer authored
This reduces memory usage as we don't add the same symbol multiple times anymore. llvm-svn: 140278
-
Bill Wendling authored
This inserts a cleanup landingpad instruction and a resume to mimic the old unwind instruction. llvm-svn: 140277
-
- Sep 21, 2011
-
-
Benjamin Kramer authored
Otherwise we'll spend a ridiculous amount of time pretty printing debug output and then discarding it. llvm-svn: 140276
-
Jim Grosbach authored
llvm-svn: 140275
-
Wesley Peck authored
patch contributed by Jia Liu! llvm-svn: 140273
-
Howard Hinnant authored
llvm-svn: 140271
-
Tobias Grosser authored
OpenCL is different from AltiVec in the way it supports vector literals. OpenCL is strict with regards to semantic checks. For example, implicit conversions and explicit casts between vectors of different types are disallowed. Fixes PR10975. Submitted by: Anton Lokhmotov <Anton.lokhmotov@gmail.com> llvm-svn: 140270
-
Benjamin Kramer authored
llvm-svn: 140269
-
David Blaikie authored
llvm-svn: 140268
-
Owen Anderson authored
These do not need to be conditional on the presence of CommentStream, as they have a fallback path now. llvm-svn: 140267
-
Akira Hatanaka authored
llvm-svn: 140266
-
David Chisnall authored
llvm-svn: 140265
-
David Chisnall authored
llvm-svn: 140264
-
Akira Hatanaka authored
output. llvm-svn: 140263
-
David Chisnall authored
llvm-svn: 140262
-
Akira Hatanaka authored
MipsArchVersion needs to be initialized to Mips32. llvm-svn: 140261
-
Benjamin Kramer authored
llvm-svn: 140260
-
Nadav Rotem authored
llvm-svn: 140258
-
Nadav Rotem authored
llvm-svn: 140257
-
Benjamin Kramer authored
llvm-svn: 140256
-
Howard Hinnant authored
llvm-svn: 140255
-
Akira Hatanaka authored
should be initialized to UnknownABI. llvm-svn: 140254
-
Howard Hinnant authored
llvm-svn: 140253
-