| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
and abort()/exit() -> llvm_report_error().
llvm-svn: 75363
|
|
|
|
|
|
| |
def. I need this to get ready for major Thumb1 surgery.
llvm-svn: 75328
|
|
|
|
| |
llvm-svn: 75320
|
|
|
|
|
|
| |
registers are commuted.
llvm-svn: 75317
|
|
|
|
| |
llvm-svn: 75312
|
|
|
|
|
|
|
|
|
| |
hooks as they're no longer needed.
The major change with this patch is to make formatted_raw_ostream usable
by any client of raw_ostream.
llvm-svn: 75283
|
|
|
|
| |
llvm-svn: 75267
|
|
|
|
|
|
| |
findCommutedOpIndices which returns the operand indices which are swapped (when applicable). This allows for some code clean up and future enhancements.
llvm-svn: 75264
|
|
|
|
| |
llvm-svn: 75256
|
|
|
|
|
|
|
| |
provides pretty -printing of comments and other such things in asm
files.
llvm-svn: 75202
|
|
|
|
|
|
| |
the [I|F]CmpInst constructors. Who knew!?
llvm-svn: 75200
|
|
|
|
| |
llvm-svn: 75197
|
|
|
|
|
|
|
|
|
| |
value. Adjust other code to deal with that correctly. Make
DAGTypeLegalizer::PromoteIntRes_EXTRACT_VECTOR_ELT take advantage of
this new flexibility to simplify the code and make it deal with unusual
vectors (like <4 x i1>) correctly. Fixes PR3037.
llvm-svn: 75176
|
|
|
|
| |
llvm-svn: 75161
|
|
|
|
| |
llvm-svn: 75160
|
|
|
|
|
|
|
| |
shortly to provide nicely printed comments and other goodies in
asm files.
llvm-svn: 75156
|
|
|
|
| |
llvm-svn: 75153
|
|
|
|
|
|
|
|
|
|
| |
registers based on dynamic conditions. For example, X86 EBP/RBP, when used as
frame register has to be spilled in the first fixed object. It should inform
PEI this so it doesn't get allocated another stack object. Also, it should not
be spilled as other callee-saved registers but rather its spilling and restoring
are being handled by emitPrologue and emitEpilogue. Avoid spilling it twice.
llvm-svn: 75116
|
|
|
|
|
|
|
|
|
|
|
|
| |
as an (index,bool) pair. The bool flag records whether the kill is a
PHI kill or not. This code will be used to enable splitting of live
intervals containing PHI-kills.
A slight change to live interval weights introduced an extra spill
into lsr-code-insertion (outside the critical sections). The test
condition has been updated to reflect this.
llvm-svn: 75097
|
|
|
|
|
|
|
|
| |
nodes with operand types that differ from the result type. (This
doesn't normally happen right now, because
SelectionDAGLowering::visitShuffleVector normalizes vector shuffles.)
llvm-svn: 75081
|
|
|
|
| |
llvm-svn: 75067
|
|
|
|
|
|
|
|
| |
number of elements. Make some simplifications based
on this (in particular SplitVecRes_SETCC). Tighten
up some checking while there.
llvm-svn: 75050
|
|
|
|
| |
llvm-svn: 75046
|
|
|
|
| |
llvm-svn: 75040
|
|
|
|
|
|
| |
module is required.
llvm-svn: 75025
|
|
|
|
|
|
| |
and cases alphabetically. No functionality change.
llvm-svn: 75001
|
|
|
|
|
|
|
| |
these instructions, no autoupgrade or backwards compatibility support is
provided.
llvm-svn: 74991
|
|
|
|
| |
llvm-svn: 74985
|
|
|
|
|
|
|
|
|
| |
VSETCC must define all bits, which is different than it was documented
to before. Since all targets that implement VSETCC already have this
behavior, and we don't optimize based on this, just change the
documentation. We now get nice code for vec_compare.ll
llvm-svn: 74978
|
|
|
|
|
|
| |
for now, conservatively return false.
llvm-svn: 74969
|
|
|
|
|
|
|
|
|
|
| |
as "X" constraint and "P" modifier on x86. Make this work.
(Change may not be sufficient to fix it for non-Darwin, but
I'm pretty sure it won't break anything.)
gcc.apple/asm-block-32.c
gcc.apple/asm-block-33.c
llvm-svn: 74967
|
|
|
|
|
|
| |
the input is legal (4 x i32)
llvm-svn: 74964
|
|
|
|
| |
llvm-svn: 74962
|
|
|
|
|
|
|
| |
finishes off enough support for vector compares to get the icmp/fcmp
version of 2008-07-23-VSetCC.ll passing.
llvm-svn: 74961
|
|
|
|
|
|
| |
(vector of bool).
llvm-svn: 74960
|
|
|
|
|
|
| |
eliminate the former.
llvm-svn: 74959
|
|
|
|
| |
llvm-svn: 74957
|
|
|
|
| |
llvm-svn: 74953
|
|
|
|
| |
llvm-svn: 74949
|
|
|
|
| |
llvm-svn: 74931
|
|
|
|
| |
llvm-svn: 74925
|
|
|
|
|
|
|
|
| |
previous cmp; a copy can not be inserted here if the copy insn also has
side effects. We don't have access to the attributes of copy insn here;
so just play safe by finding a safe locations for branch terminators.
llvm-svn: 74898
|
|
|
|
| |
llvm-svn: 74857
|
|
|
|
| |
llvm-svn: 74825
|
|
|
|
| |
llvm-svn: 74821
|
|
|
|
|
|
| |
spaces, shrink down includes and move some methods out-of-line
llvm-svn: 74817
|
|
|
|
| |
llvm-svn: 74814
|
|
|
|
|
|
| |
cleanup, removed some #includes and moved Object Code Emitter out-of-line.
llvm-svn: 74813
|
|
|
|
| |
llvm-svn: 74807
|
|
|
|
|
|
|
|
|
|
|
| |
arguments in a vararg call.
With the SVR4 ABI on PowerPC, vector arguments for vararg calls are passed differently depending on whether they are a fixed or a variable argument. Variable vector arguments always go into memory, fixed vector arguments are put
into vector registers. If there are no free vector registers available, fixed vector arguments are put on the stack.
The NumFixedArgs attribute allows to decide for an argument in a vararg call whether it belongs to the fixed or variable portion of the parameter list.
llvm-svn: 74764
|