- Dec 18, 2010
-
-
Rafael Espindola authored
llvm-svn: 122148
-
Rafael Espindola authored
llvm-svn: 122147
-
Zhongxing Xu authored
llvm-svn: 122146
-
Rafael Espindola authored
of two symbols in the same fragment. llvm-svn: 122145
-
Rafael Espindola authored
llvm-svn: 122144
-
Michael J. Spencer authored
llvm-svn: 122143
-
Michael J. Spencer authored
llvm-svn: 122142
-
Michael J. Spencer authored
llvm-svn: 122141
-
Michael J. Spencer authored
llvm-svn: 122140
-
Rafael Espindola authored
llvm-svn: 122139
-
Rafael Espindola authored
I added a note, but suggestions on how to add a test are really welcome. llvm-svn: 122138
-
John McCall authored
llvm-svn: 122137
-
John McCall authored
don't provide their own explicit visibility attributes should get them from the template. Fixes rdar://problem/8778497. llvm-svn: 122136
-
Jakob Stoklund Olesen authored
llvm-svn: 122135
-
Rafael Espindola authored
llvm-svn: 122134
-
Jakob Stoklund Olesen authored
use before rematerializing the load. This allows us to produce: addps LCPI0_1(%rip), %xmm2 Instead of: movaps LCPI0_1(%rip), %xmm3 addps %xmm3, %xmm2 Saving a register and an instruction. The standard spiller already knows how to do this. llvm-svn: 122133
-
Jakob Stoklund Olesen authored
llvm-svn: 122132
-
Bill Wendling authored
ARM::tMOVgpr2gpr. But this check didn't change. As a result, we were getting misaligned references to the jump table from an ADR instruction. There is a test case, but unfortunately it's sensitive to random code changes. <rdar://problem/8782223> llvm-svn: 122131
-
Greg Clayton authored
llvm-svn: 122130
-
Bill Wendling authored
llvm-svn: 122129
-
Greg Clayton authored
llvm-svn: 122128
-
Greg Clayton authored
llvm-svn: 122127
-
Greg Clayton authored
llvm-svn: 122126
-
Greg Clayton authored
llvm-svn: 122125
-
Rafael Espindola authored
llvm-svn: 122124
-
Jakob Stoklund Olesen authored
the loop predecessors. The register can be live-out from a predecessor without being live-in to the loop header if there is a critical edge from the predecessor. llvm-svn: 122123
-
Nick Lewycky authored
lib/CodeGen/RegAllocGreedy.cpp:311: error: unused variable 'PhysReg' [-Wunused-variable] llvm-svn: 122122
-
Rafael Espindola authored
llvm-svn: 122121
-
Nick Lewycky authored
llvm-svn: 122120
-
Bob Wilson authored
llvm-svn: 122119
-
Sean Callanan authored
ABI. llvm-svn: 122118
-
Michael J. Spencer authored
llvm-svn: 122117
-
Michael J. Spencer authored
llvm-svn: 122116
-
Michael J. Spencer authored
llvm-svn: 122115
-
Owen Anderson authored
llvm-svn: 122114
-
Jakob Stoklund Olesen authored
createMachineVerifierPass and MachineFunction::verify. The banner is printed before the machine code dump, just like the printer pass. llvm-svn: 122113
-
Bob Wilson authored
The result vector elements are always integers. Radar 8782191. llvm-svn: 122112
-
Bob Wilson authored
llvm-svn: 122111
-
Bill Wendling authored
llvm-svn: 122110
-
Jakob Stoklund Olesen authored
interference. llvm-svn: 122108
-