- Feb 25, 2010
-
-
Johnny Chen authored
llvm-svn: 97159
-
Kevin Enderby authored
section with TextAlignFillValue and calls EmitCodeAlignment() instead of calling EmitValueToAlignment(). This allows x86 assembly code to be aligned with optimal nops. llvm-svn: 97158
-
Dan Gohman authored
llvm-svn: 97156
-
Dan Gohman authored
llvm-svn: 97155
-
Dan Gohman authored
getelementptr FAQ. llvm-svn: 97154
-
Daniel Dunbar authored
llvm-svn: 97151
-
Daniel Dunbar authored
when bisecting multiple repos in sync. llvm-svn: 97150
-
Johnny Chen authored
WFI, SEV, SETEND. llvm-svn: 97149
-
Chris Lattner authored
llvm-svn: 97148
-
Dan Gohman authored
llvm-svn: 97144
-
Dan Gohman authored
address space content to its own paragraph. llvm-svn: 97143
-
Dan Gohman authored
llvm-svn: 97142
-
Dan Gohman authored
llvm-svn: 97141
-
Dan Gohman authored
llvm-svn: 97140
-
Dan Gohman authored
arrays now. llvm-svn: 97139
-
Dan Gohman authored
terms of store and load, which means bitcasting between scalar integer and vector has endian-specific results, which undermines this whole approach. llvm-svn: 97137
-
Nick Lewycky authored
keep track of instructions that return void) per-function. This fixes PR5278. This breaks backwards compatibility with the metadata format. That's okay because we haven't released the metadata bitcode yet. llvm-svn: 97132
-
Chris Lattner authored
splitting all the patterns under scope nodes into equality sets based on their first node. The second step is to rewrite the graph info a form that exposes the sharing. Before I do this, I want to redesign the Scope node. llvm-svn: 97130
-
Dan Gohman authored
which branch on undef to branch on a boolean constant for the edge exiting the loop. This helps ScalarEvolution compute trip counts for loops. Teach ScalarEvolution to recognize single-value PHIs, when safe, and ForgetSymbolicName to forget such single-value PHI nodes as apprpriate in ForgetSymbolicName. llvm-svn: 97126
-
Chris Lattner authored
llvm-svn: 97125
-
Nick Lewycky authored
format is not parsable, even if the module is legal. To get parsable output, dump the module instead of the function or smaller, since metadata kind are attached to the module (not the context). llvm-svn: 97124
-
Chris Lattner authored
llvm-svn: 97123
-
Nick Lewycky authored
llvm-svn: 97121
-
Nick Lewycky authored
llvm-svn: 97120
-
Jeffrey Yasskin authored
--enable-shared is passed to configure. llvm-svn: 97119
-
Sanjiv Gupta authored
llvm-svn: 97108
-
Johnny Chen authored
llvm-svn: 97105
-
Dan Gohman authored
just discarding one of the registers. llvm-svn: 97100
-
Scott Michel authored
llvm-svn: 97099
-
Johnny Chen authored
llvm-svn: 97098
-
Chris Lattner authored
llvm-svn: 97097
-
Chris Lattner authored
llvm-svn: 97096
-
Chris Lattner authored
llvm-svn: 97094
-
Chris Lattner authored
reflect what it does. Switch the sense of the Next and the Check arms to be more logical. No functionality change. llvm-svn: 97093
-
Scott Michel authored
(511*16) bytes register displacement (D-form). NOTE: This is a potential headache, given the SPU's local core limitations, allowing the software developer to commit stack overrun suicide unknowingly. Also, large SPU stack frames will cause code size explosion. But, one presumes that the software developer knows what they're doing... Contributed by Kalle.Raiskila@nokia.com, edited slightly before commit. llvm-svn: 97091
-
Jeffrey Yasskin authored
results. I'm checking this in before the shared library so that I can tell if it breaks anything on its own. llvm-svn: 97089
-
Bill Wendling authored
llvm-svn: 97087
-
Chris Lattner authored
llvm-svn: 97081
-
Bill Wendling authored
GCC_except_table label but before the Lexception, which the FDE references. This causes problems as the FDE does not point to the start of an LSDA chunk. Use an unnormalized uleb128 for the call-site table length that includes the padding. llvm-svn: 97078
-
- Feb 24, 2010
-
-
Chris Lattner authored
llvm-svn: 97074
-