| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
llvm-svn: 109774
|
| |
|
|
|
|
| |
if CExpr is a ConstantInt.
llvm-svn: 109773
|
| |
|
|
| |
llvm-svn: 109772
|
| |
|
|
|
|
|
|
| |
the QADD & QSUB instructions.
Behave identically to __qadd & __qsub RealView instruction intrinsics.
llvm-svn: 109770
|
| |
|
|
|
|
|
| |
message is properly contaminated with nonsense about timing passes
that doesn't apply at all to this utility. :)
llvm-svn: 109769
|
| |
|
|
|
|
| |
ownership of the TargetAsmBackend and the MCCodeEmitter.
llvm-svn: 109767
|
| |
|
|
| |
llvm-svn: 109765
|
| |
|
|
|
|
|
|
|
|
|
|
| |
We do sometimes load from a too small stack slot when dealing with x86 arguments
(varargs and smaller-than-32-bit args). It looks like we know what we are doing
in those cases, so I am going to remove the assert instead of artifically
enlarging stack slot sizes.
The assert in storeRegToStackSlot stays in. We don't want to write beyond the
bounds of a stack slot.
llvm-svn: 109764
|
| |
|
|
| |
llvm-svn: 109752
|
| |
|
|
|
|
| |
memory when one of the original BB is destroyed.
llvm-svn: 109747
|
| |
|
|
| |
llvm-svn: 109746
|
| |
|
|
| |
llvm-svn: 109745
|
| |
|
|
|
|
|
| |
it establishes a context and does a complaining diff. Also make sure we
unify the prelude and postlude of a diff after a block-diff call.
llvm-svn: 109744
|
| |
|
|
|
|
| |
structurally identical.
llvm-svn: 109743
|
| |
|
|
|
|
|
|
| |
any differences we see. This should only happen if there are "non-structural"
differences between the instructions, i.e. differences which wouldn't cause
diff to return true.
llvm-svn: 109742
|
| |
|
|
|
|
|
|
|
|
|
| |
in despite not ever incrementing any path costs, so that the only nonzero costs
arose from the all-left path in the first column. Anyway. Perform the diff
starting from the beginning of the block to avoid capturing (say) loads of
allocas.
Vastly improves diff results on code that hasn't been mem2reg'ed.
llvm-svn: 109741
|
| |
|
|
| |
llvm-svn: 109740
|
| |
|
|
|
|
|
|
|
|
|
|
| |
diff of a function. There's a lot of cruft in the current version, and
it's pretty far from perfect, but it's usable.
Currently only capable of comparing functions. Currently ignores metadata.
Currently ignores most attributes of functions and instructions.
Patches welcome.
llvm-svn: 109739
|
| |
|
|
| |
llvm-svn: 109721
|
| |
|
|
| |
llvm-svn: 109720
|
| |
|
|
|
|
| |
angst.
llvm-svn: 109718
|
| |
|
|
|
|
|
|
| |
- This works, but won't handle crashes on stack overflow, or signals delivered
to a thread other than the one that crashed. The latter is particular annoying
on Darwin, because SIGABRT tends to go to the main thread.
llvm-svn: 109717
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
multiple defs, like t2LDRSB_POST.
The first def could accidentally steal the physreg that the second, tied def was
required to be allocated to.
Now, the tied use-def is treated more like an early clobber, and the physreg is
reserved before allocating the other defs.
This would never be a problem when the tied def was the only def which is the
usual case.
This fixes MallocBench/gs for thumb2 -O0.
llvm-svn: 109715
|
| |
|
|
| |
llvm-svn: 109714
|
| |
|
|
|
|
|
|
|
| |
extend it to handle the case where multiple RAUWs affect a single
SCEVUnknown.
Add a ScalarEvolution unittest to test for this situation.
llvm-svn: 109705
|
| |
|
|
|
|
| |
for supporting PHI translation.
llvm-svn: 109701
|
| |
|
|
|
|
| |
UXTB16. It wrongly assumed the input shift was actually a rotate. rdar://8240138
llvm-svn: 109696
|
| |
|
|
|
|
| |
input shift was actually a rotate. rdar://8240138
llvm-svn: 109693
|
| |
|
|
| |
llvm-svn: 109691
|
| |
|
|
|
|
| |
from the tree
llvm-svn: 109687
|
| |
|
|
| |
llvm-svn: 109686
|
| |
|
|
| |
llvm-svn: 109683
|
| |
|
|
|
|
| |
initialize a new set of maps on every query.
llvm-svn: 109679
|
| |
|
|
| |
llvm-svn: 109656
|
| |
|
|
|
|
| |
alignment, fixing silent truncation of alignment values.
llvm-svn: 109653
|
| |
|
|
|
|
|
|
|
|
| |
The size of this object isn't used for anything - technically it is of variable
size.
This avoids a false positive from the assert in
X86InstrInfo::loadRegFromStackSlot, and fixes PR7735.
llvm-svn: 109652
|
| |
|
|
|
|
|
| |
the info from the .file directive and makes file and directory tables that
will eventually be put out as part of the dwarf info in the output file.
llvm-svn: 109651
|
| |
|
|
| |
llvm-svn: 109650
|
| |
|
|
| |
llvm-svn: 109649
|
| |
|
|
| |
llvm-svn: 109647
|
| |
|
|
|
|
|
|
| |
be using a C++ compiler to build.
Patch by Török Edwin!
llvm-svn: 109646
|
| |
|
|
|
|
|
|
|
| |
alloca instructions (constrained by their internal encoding),
and add error checking for it. Fix an instcombine bug which
generated huge alignment values (null is infinitely aligned).
This fixes undefined behavior noticed by John Regehr.
llvm-svn: 109643
|
| |
|
|
| |
llvm-svn: 109608
|
| |
|
|
| |
llvm-svn: 109605
|
| |
|
|
|
|
| |
EmitProgressBitcode.
llvm-svn: 109602
|
| |
|
|
| |
llvm-svn: 109598
|
| |
|
|
|
|
| |
of a std::vector.
llvm-svn: 109597
|
| |
|
|
|
|
|
| |
dereference is theoretically infinite. Put a cap on the computed
alignment to avoid overflow, noticed by John Regehr.
llvm-svn: 109596
|
| |
|
|
|
|
| |
to avoid undefined behavior on overflow, noticed by John Regehr.
llvm-svn: 109594
|
| |
|
|
|
|
| |
This is a temporary fix, until more elaborate changes are ready.
llvm-svn: 109593
|