| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
D0-D15 as these are the only D registers with S subregs. Introduce a new regclass to represent D0-D15 and use it in the NEON single-precision FP patterns.
llvm-svn: 78244
|
| |
|
|
|
|
| |
and eliminate complexity. Yay!
llvm-svn: 78243
|
| |
|
|
| |
llvm-svn: 78242
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
just argv[0]. And remove the code for searching the current
working directory and for searching PATH; the point of FindExecutable
is not to find whatever version of the executable can be found by
searching around, but to find an executable that accompanies the
current executable.
Update the tools to use sys::Program::FindProgramByName when they
want PATH searching.
llvm-svn: 78240
|
| |
|
|
| |
llvm-svn: 78239
|
| |
|
|
|
|
| |
hardfloat case.
llvm-svn: 78237
|
| |
|
|
|
|
|
| |
a superset relation. This code wants to test the regular superset
relation.
llvm-svn: 78236
|
| |
|
|
|
|
| |
'plain' C calling conv.
llvm-svn: 78232
|
| |
|
|
|
|
| |
Patch by Sandeep Patel!
llvm-svn: 78225
|
| |
|
|
| |
llvm-svn: 78221
|
| |
|
|
| |
llvm-svn: 78220
|
| |
|
|
| |
llvm-svn: 78219
|
| |
|
|
|
|
|
| |
PR4572. A few tests have some minor code regressions due to different
coalescing.
llvm-svn: 78217
|
| |
|
|
| |
llvm-svn: 78216
|
| |
|
|
| |
llvm-svn: 78215
|
| |
|
|
|
|
| |
filecheck
llvm-svn: 78212
|
| |
|
|
| |
llvm-svn: 78211
|
| |
|
|
| |
llvm-svn: 78209
|
| |
|
|
| |
llvm-svn: 78207
|
| |
|
|
|
|
| |
Patch by Neale Ferguson!
llvm-svn: 78203
|
| |
|
|
| |
llvm-svn: 78202
|
| |
|
|
| |
llvm-svn: 78200
|
| |
|
|
|
|
| |
- Part of optimal static profiling patch sequence by Andreas Neustifter.
llvm-svn: 78199
|
| |
|
|
| |
llvm-svn: 78191
|
| |
|
|
| |
llvm-svn: 78189
|
| |
|
|
| |
llvm-svn: 78182
|
| |
|
|
| |
llvm-svn: 78181
|
| |
|
|
|
|
| |
Patch by Sandeep Patel
llvm-svn: 78180
|
| |
|
|
| |
llvm-svn: 78179
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After coalescing reg1027's def and kill are both at the same point:
%reg1027,0.000000e+00 = [56,814:0) 0@70-(814)
bb5:
60 %reg1027<def> = t2MOVr %reg1027, 14, %reg0, %reg0
68 %reg1027<def> = t2LDRi12 %reg1027<kill>, 8, 14, %reg0
76 t2CMPzri %reg1038<kill,undef>, 0, 14, %reg0, %CPSR<imp-def>
84 %reg1027<def> = t2MOVr %reg1027, 14, %reg0, %reg0
96 t2Bcc mbb<bb5,0x2030910>, 1, %CPSR<kill>
Do not remove the kill marker on t2LDRi12.
llvm-svn: 78178
|
| |
|
|
| |
llvm-svn: 78177
|
| |
|
|
|
|
|
|
|
|
|
|
| |
a dirty hack and isn't need anymore since the last x86 code emitter patch)
- Add a target-dependent modifier to addend calculation
- Use R_X86_64_32S relocation for X86::reloc_absolute_word_sext
- Use getELFSectionFlags whenever possible
- fix getTextSection to use TLOF and emit the right text section
- Handle global emission for static ctors, dtors and Type::PointerTyID
- Some minor fixes
llvm-svn: 78176
|
| |
|
|
| |
llvm-svn: 78175
|
| |
|
|
| |
llvm-svn: 78169
|
| |
|
|
|
|
| |
MMX arguments. This fixes PR4684.
llvm-svn: 78163
|
| |
|
|
|
|
| |
them in the verifier.
llvm-svn: 78160
|
| |
|
|
| |
llvm-svn: 78157
|
| |
|
|
|
|
| |
getKindForGlobal.
llvm-svn: 78156
|
| |
|
|
|
|
|
| |
We can not simply apply ZIV testing to the pointer offsets, as this
would incorrectly return independence for e.g. (GEP x,0,i; GEP x,1,-i).
llvm-svn: 78155
|
| |
|
|
| |
llvm-svn: 78154
|
| |
|
|
| |
llvm-svn: 78151
|
| |
|
|
| |
llvm-svn: 78146
|
| |
|
|
| |
llvm-svn: 78145
|
| |
|
|
| |
llvm-svn: 78144
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of awkwardly encoding calling-convention information with ISD::CALL,
ISD::FORMAL_ARGUMENTS, ISD::RET, and ISD::ARG_FLAGS nodes, TargetLowering
provides three virtual functions for targets to override:
LowerFormalArguments, LowerCall, and LowerRet, which replace the custom
lowering done on the special nodes. They provide the same information, but
in a more immediately usable format.
This also reworks much of the target-independent tail call logic. The
decision of whether or not to perform a tail call is now cleanly split
between target-independent portions, and the target dependent portion
in IsEligibleForTailCallOptimization.
This also synchronizes all in-tree targets, to help enable future
refactoring and feature work.
llvm-svn: 78142
|
| |
|
|
|
|
| |
copy.
llvm-svn: 78141
|
| |
|
|
| |
llvm-svn: 78139
|
| |
|
|
| |
llvm-svn: 78138
|
| |
|
|
|
|
|
|
|
|
|
| |
calls were originally put in place because errs() at one time was
not unbuffered, and these print routines are commonly used with errs()
for debugging. However, errs() is now properly unbuffered, so the
flush calls are no longer needed. This significantly reduces the
number of write(2) calls for regular asm printing when there are many
small functions.
llvm-svn: 78137
|
| |
|
|
|
|
|
|
|
| |
Get rid of yesterday's code to fix the register usage during isel.
Select the new DAG nodes to machine instructions. The new pre-alloc pass
to choose adjacent registers for these results is not done, so the
results of this will generally not assemble yet.
llvm-svn: 78136
|