| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
i8 field when they really do not. This fixes rdar://7840289
llvm-svn: 101629
|
| |
|
|
|
|
|
|
|
|
|
| |
CGSCC can delete nodes in regions of the callgraph that
have already been visited. If new CG nodes are allocated
to the same pointer, we shouldn't abort, just handle it
correctly by assigning a new number. This should restore
stability by removing invalidated pointers that *will* be
reused from the densemap in the iterator.
llvm-svn: 101628
|
| |
|
|
|
|
|
|
| |
the live-in sets of BBs in the loop. Otherwise later pass may end up using the
registers and override the invariant. rdar://7852937
No reasonablly sized test case possible.
llvm-svn: 101626
|
| |
|
|
|
|
|
|
| |
- LLVMgold.so --> libLLVMgold.so
- the GCC LTO project is no longer 'upcoming'
- document the plugin support for 'ar' and 'nm'
llvm-svn: 101624
|
| |
|
|
| |
llvm-svn: 101622
|
| |
|
|
| |
llvm-svn: 101621
|
| |
|
|
| |
llvm-svn: 101620
|
| |
|
|
|
|
|
|
|
| |
may be called when either the source or destination type is i64, and my
change also hadn't fixed the most obvious problem -- assuming that i64 will
only be bitconverted to f64, ignoring the various vector types.
Radar 7873160.
llvm-svn: 101615
|
| |
|
|
| |
llvm-svn: 101613
|
| |
|
|
|
|
|
|
|
|
|
| |
to determine where to place PHIs by iteratively comparing reaching definitions
at each block. That was just plain wrong. This version now computes the
dominator tree within the subset of the CFG where PHIs may need to be placed,
and then places the PHIs in the iterated dominance frontier of each definition.
The rest of the patch is mostly the same, with a few more performance
improvements added in.
llvm-svn: 101612
|
| |
|
|
|
|
|
| |
just remove them all. Radar 7873207 (working around the root problem of
Radar 7759363).
llvm-svn: 101604
|
| |
|
|
|
|
|
|
| |
register in RegAllocLocal."
This reverts commit 101392. It broke a buildbot.
llvm-svn: 101595
|
| |
|
|
|
|
| |
and don't cause any problems on Darwin.
llvm-svn: 101584
|
| |
|
|
| |
llvm-svn: 101583
|
| |
|
|
| |
llvm-svn: 101581
|
| |
|
|
|
|
|
| |
Probably the best way to know that all getOperand() calls have been handled
is to replace that API instead of updating.
llvm-svn: 101579
|
| |
|
|
| |
llvm-svn: 101575
|
| |
|
|
|
|
|
|
| |
in RegAllocLocal.
This makes the local register allocator about 20% faster.
llvm-svn: 101574
|
| |
|
|
| |
llvm-svn: 101573
|
| |
|
|
| |
llvm-svn: 101567
|
| |
|
|
| |
llvm-svn: 101566
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to keep the node entries in scc_iterator up to date instead of dangling as
the SCC mutates.
This is a really terrible problem which was causing -g to affect codegen
because it would permute the memory image of the compiler process.
Thanks to Dale for expertly hunting it down.
llvm-svn: 101565
|
| |
|
|
| |
llvm-svn: 101564
|
| |
|
|
|
|
| |
on it.
llvm-svn: 101563
|
| |
|
|
|
|
| |
No functionality change.
llvm-svn: 101562
|
| |
|
|
| |
llvm-svn: 101561
|
| |
|
|
|
|
|
| |
use of that option with it. This eliminates an imprecise "Linux"
test, and should help support old versions of gold.
llvm-svn: 101560
|
| |
|
|
| |
llvm-svn: 101559
|
| |
|
|
|
|
|
|
| |
to CallGraphSCCPass's instead of passing around a
std::vector<CallGraphNode*>. No functionality change,
but now we have a much tidier interface.
llvm-svn: 101558
|
| |
|
|
|
|
|
|
|
|
| |
case. Also, the 0xFF hex literal involved in the shift for ESize64 should be
suffixed "ul" to preserve the shift result.
Implemented printHex*ImmOperand() by copying from ARMAsmPrinter.cpp and added a
test case for DisassembleN1RegModImmFrm()/printHex64ImmOperand().
llvm-svn: 101557
|
| |
|
|
|
|
| |
case until -promote-16bit is enabled.
llvm-svn: 101551
|
| |
|
|
| |
llvm-svn: 101548
|
| |
|
|
| |
llvm-svn: 101543
|
| |
|
|
| |
llvm-svn: 101538
|
| |
|
|
|
|
| |
SelectionDAG-specific parts of TargetLowering.
llvm-svn: 101537
|
| |
|
|
| |
llvm-svn: 101532
|
| |
|
|
| |
llvm-svn: 101531
|
| |
|
|
| |
llvm-svn: 101530
|
| |
|
|
|
|
|
|
| |
printAddrMode2OffsetOperand(),
this patch removes the assert() from printAddrMode3OffsetOperand() and adds a test case.
llvm-svn: 101529
|
| |
|
|
| |
llvm-svn: 101528
|
| |
|
|
|
|
|
|
|
| |
to the UAL syntax of LDCL<c>, instead.
Add a test case for this change which also tests the removal of assert() from
printAddrMode2OffsetOperand().
llvm-svn: 101527
|
| |
|
|
|
|
|
|
|
|
| |
see http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/693
Original commit text:
Use a ValueMap not a std::map for the reason indicated
in the comment. This was causing nondeterministic changes
in inlining decisions.
llvm-svn: 101525
|
| |
|
|
|
|
|
|
|
| |
considered legal instructions.
Refs: A8.6.51 LDC, LDC2 (immediate) -- page A8-107, A8.6.58 LDR (immediate, ARM)
-- page A8-121, and A8.6.194 STR (immediate, ARM) -- page A8-395.
llvm-svn: 101524
|
| |
|
|
| |
llvm-svn: 101520
|
| |
|
|
| |
llvm-svn: 101515
|
| |
|
|
|
|
|
| |
in the comment. This was causing nondeterministic changes
in inlining decisions.
llvm-svn: 101503
|
| |
|
|
| |
llvm-svn: 101501
|
| |
|
|
| |
llvm-svn: 101500
|
| |
|
|
| |
llvm-svn: 101480
|
| |
|
|
| |
llvm-svn: 101478
|