| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
| |
This change is incorrect. If you delete virtual destructor of both a base class
and a subclass, then the following code:
Base *foo = new Child();
delete foo;
will not cause the destructor for members of Child class. As a result, I observe
plently of memory leaks. Notable examples I investigated are:
ObjectBuffer and ObjectBufferStream, AttributeImpl and StringSAttributeImpl.
llvm-svn: 194997
|
|
|
|
|
|
|
|
|
|
|
| |
This patch removes most of the trivial cases of weak vtables by pinning them to
a single object file.
Differential Revision: http://llvm-reviews.chandlerc.com/D2068
Reviewed by Andy
llvm-svn: 194865
|
|
|
|
|
|
|
|
|
|
| |
MachineInstrs
Frame index handling is now target-agnostic, so delete the target hooks
for creation & asm printing of target-specific addressing in DBG_VALUEs
and any related functions.
llvm-svn: 184067
|
|
|
|
|
|
| |
the internals of TargetMachine could change.
llvm-svn: 183490
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 181628
|
|
|
|
| |
llvm-svn: 181624
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 181535
|
|
|
|
|
|
| |
getInvertedPredicatedOpcode() functions instead of switch cases.
llvm-svn: 181530
|
|
|
|
| |
llvm-svn: 181235
|
|
|
|
| |
llvm-svn: 180983
|
|
|
|
| |
llvm-svn: 180964
|
|
|
|
| |
llvm-svn: 180953
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lib/Target/Hexagon/HexagonInstrInfo.cpp (GetDotNewPredOp):
Given a jump opcode return the right pred.new jump opcode with
a taken vs not-taken hint based on branch probabilities provided
by the target independent module.
* lib/Target/Hexagon/HexagonVLIWPacketizer.cpp: Use the above function.
* lib/Target/Hexagon/HexagonNewValueJump.cpp(getNewvalueJumpOpcode):
Enhance existing function use branch probabilities like
HexagonInstrInfo::GetDotNewPredOp but for New Value (GPR) Jumps.
llvm-svn: 180923
|
|
|
|
| |
llvm-svn: 180885
|
|
|
|
|
|
| |
PredicateInstruction function.
llvm-svn: 180884
|
|
|
|
| |
llvm-svn: 180133
|
|
|
|
|
|
| |
for absolute/absolute-set addressing modes.
llvm-svn: 180120
|
|
|
|
| |
llvm-svn: 178368
|
|
|
|
| |
llvm-svn: 178281
|
|
|
|
|
|
| |
word.
llvm-svn: 177747
|
|
|
|
|
|
| |
We are warning the user about the alignment, so we should not assert.
llvm-svn: 177103
|
|
|
|
| |
llvm-svn: 176500
|
|
|
|
| |
llvm-svn: 176358
|
|
|
|
| |
llvm-svn: 175102
|
|
|
|
|
|
| |
instead of redefining separate instructions for them.
llvm-svn: 175086
|
|
|
|
|
|
| |
instructions.
llvm-svn: 174973
|
|
|
|
|
|
|
|
| |
- variety of compare instructions,
- loops with no preheader,
- arbitrary lower and upper bounds.
llvm-svn: 174904
|
|
|
|
| |
llvm-svn: 174901
|
|
|
|
| |
llvm-svn: 174193
|
|
|
|
|
|
| |
This patch fixes bug 14902 - http://llvm.org/bugs/show_bug.cgi?id=14902
llvm-svn: 172737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sooooo many of these had incorrect or strange main module includes.
I have manually inspected all of these, and fixed the main module
include to be the nearest plausible thing I could find. If you own or
care about any of these source files, I encourage you to take some time
and check that these edits were sensible. I can't have broken anything
(I strictly added headers, and reordered them, never removed), but they
may not be the headers you'd really like to identify as containing the
API being implemented.
Many forward declarations and missing includes were added to a header
files to allow them to parse cleanly when included first. The main
module rule does in fact have its merits. =]
llvm-svn: 169131
|
|
|
|
| |
llvm-svn: 168929
|
|
|
|
| |
llvm-svn: 168388
|
|
|
|
|
|
|
|
|
|
| |
and getPredNewOpcode. The first relates non predicated instructions with their
predicated forms and the second relates predicated instructions with their
predicate-new forms.
Patch by Jyotsna Verma!
llvm-svn: 167243
|
|
|
|
| |
llvm-svn: 158404
|
|
|
|
| |
llvm-svn: 156775
|
|
|
|
|
|
| |
Found by valgrind.
llvm-svn: 156744
|
|
|
|
| |
llvm-svn: 156700
|
|
|
|
| |
llvm-svn: 156698
|
|
|
|
|
|
| |
Patch by Jyotsna Verma.
llvm-svn: 156634
|
|
|
|
| |
llvm-svn: 156568
|
|
|
|
|
|
| |
This patch creates and optimizes packets as per Hexagon ISA rules.
llvm-svn: 156109
|
|
|
|
|
|
| |
This adds new instructions for Hexagon V4 architecture.
llvm-svn: 156071
|
|
|
|
|
|
|
|
|
|
|
| |
test suite failures. The failures occur at each stage, and only get
worse, so I'm reverting all of them.
Please resubmit these patches, one at a time, after verifying that the
regression test suite passes. Never submit a patch without running the
regression test suite.
llvm-svn: 155372
|
|
|
|
| |
llvm-svn: 155367
|
|
|
|
| |
llvm-svn: 155366
|
|
|
|
| |
llvm-svn: 155365
|
|
|
|
|
|
| |
since they are equivalent.
llvm-svn: 155188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commits have had several major issues pointed out in review, and those
issues are not being addressed in a timely fashion. Furthermore, this
was all committed leading up to the v3.1 branch, and we don't need piles
of code with outstanding issues in the branch.
It is possible that not all of these commits were necessary to revert to
get us back to a green state, but I'm going to let the Hexagon
maintainer sort that out. They can recommit, in order, after addressing
the feedback.
Reverted commits, with some notes:
Primary commit r154616: HexagonPacketizer
- There are lots of review comments here. This is the primary reason
for reverting. In particular, it introduced large amount of warnings
due to a bad construct in tablegen.
- Follow-up commits that should be folded back into this when
reposting:
- r154622: CMake fixes
- r154660: Fix numerous build warnings in release builds.
- Please don't resubmit this until the three commits above are
included, and the issues in review addressed.
Primary commit r154695: Pass to replace transfer/copy ...
- Reverted to minimize merge conflicts. I'm not aware of specific
issues with this patch.
Primary commit r154703: New Value Jump.
- Primarily reverted due to merge conflicts.
- Follow-up commits that should be folded back into this when
reposting:
- r154703: Remove iostream usage
- r154758: Fix CMake builds
- r154759: Fix build warnings in release builds
- Please incorporate these fixes and and review feedback before
resubmitting.
Primary commit r154829: Hexagon V5 (floating point) support.
- Primarily reverted due to merge conflicts.
- Follow-up commits that should be folded back into this when
reposting:
- r154841: Remove unused variable (fixing build warnings)
There are also accompanying Clang commits that will be reverted for
consistency.
llvm-svn: 155047
|
|
|
|
| |
llvm-svn: 154829
|