| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Apparently, the style needs to be agreed upon first.
llvm-svn: 240390
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patch is generated using this command:
tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py -fix \
-checks=-*,llvm-namespace-comment -header-filter='llvm/.*|clang/.*' \
llvm/lib/
Thanks to Eugene Kosov for the original patch!
llvm-svn: 240137
|
|
|
|
|
|
| |
files. Removing unused function getSubtargetInfo from HexagonMCCodeEmitter.cpp Removing deletion of copy construction and assignment operator since parent already deletes it.
llvm-svn: 239744
|
|
|
|
| |
llvm-svn: 235516
|
|
|
|
|
|
|
| |
Patch by Richard
http://reviews.llvm.org/D8523
llvm-svn: 232955
|
|
|
|
|
|
|
|
| |
time. The target independent code was passing in one all the
time and targets weren't checking validity before using. Update
a few calls to pass in a MachineFunction where necessary.
llvm-svn: 231970
|
|
|
|
| |
llvm-svn: 228614
|
|
|
|
|
|
| |
instructions can't be newvalue producers.
llvm-svn: 228330
|
|
|
|
| |
llvm-svn: 226288
|
|
|
|
|
|
| |
compare to general register, and inverted compares.
llvm-svn: 224989
|
|
|
|
|
|
| |
post-increment circular register stores, and bit reversed post-increment stores.
llvm-svn: 224957
|
|
|
|
|
|
| |
form stores with tests.
llvm-svn: 224952
|
|
|
|
| |
llvm-svn: 224869
|
|
|
|
| |
llvm-svn: 224556
|
|
|
|
| |
llvm-svn: 224552
|
|
|
|
| |
llvm-svn: 224550
|
|
|
|
| |
llvm-svn: 223967
|
|
|
|
|
|
|
| |
being used to grab subtarget specific things that we can grab
from the MachineFunction anyhow.
llvm-svn: 219650
|
|
|
|
|
|
| |
NFC.
llvm-svn: 219061
|
|
|
|
|
|
| |
Another trivial spelling change.
llvm-svn: 217364
|
|
|
|
|
|
| |
ScheduleDAGInstrs.
llvm-svn: 216124
|
|
|
|
|
|
|
|
|
|
|
| |
shorter/easier and have the DAG use that to do the same lookup. This
can be used in the future for TargetMachine based caching lookups from
the MachineFunction easily.
Update the MIPS subtarget switching machinery to update this pointer
at the same time it runs.
llvm-svn: 214838
|
|
|
|
|
|
| |
information and update all callers. No functional change.
llvm-svn: 214781
|
|
|
|
|
|
| |
'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Hexagon edition
llvm-svn: 207508
|
|
|
|
| |
llvm-svn: 207197
|
|
|
|
|
|
|
| |
definition below all of the header #include lines, lib/Target/...
edition.
llvm-svn: 206842
|
|
|
|
| |
llvm-svn: 205610
|
|
|
|
|
|
| |
Remove the old functions.
llvm-svn: 202636
|
|
|
|
|
|
|
|
|
|
| |
subsequent changes are easier to review. About to fix some layering
issues, and wanted to separate out the necessary churn.
Also comment and sink the include of "Windows.h" in three .inc files to
match the usage in Memory.inc.
llvm-svn: 198685
|
|
|
|
|
|
|
| |
This patch tries to avoid unrelated changes other than fixing a few
hyphen-related ambiguities and contractions in nearby lines.
llvm-svn: 196471
|
|
|
|
| |
llvm-svn: 182588
|
|
|
|
| |
llvm-svn: 181803
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 181628
|
|
|
|
| |
llvm-svn: 181624
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 181535
|
|
|
|
| |
llvm-svn: 181255
|
|
|
|
| |
llvm-svn: 181235
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
llvm-svn: 178281
|
|
|
|
| |
llvm-svn: 176500
|
|
|
|
| |
llvm-svn: 176358
|
|
|
|
|
|
| |
instead of redefining separate instructions for them.
llvm-svn: 175086
|
|
|
|
| |
llvm-svn: 174193
|
|
|
|
| |
llvm-svn: 170671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Ordered memory operations are more constrained than volatile loads and
stores because they must be ordered with respect to all other memory
operations.
llvm-svn: 162861
|
|
|
|
|
|
|
|
|
|
| |
Original commit message:
Allow up to 64 functional units per processor itinerary.
This patch changes the type used to hold the FU bitset from unsigned to uint64_t.
This will be needed for some upcoming PowerPC itineraries.
llvm-svn: 159027
|
|
|
|
|
|
|
| |
This patch changes the type used to hold the FU bitset from unsigned to uint64_t.
This will be needed for some upcoming PowerPC itineraries.
llvm-svn: 158679
|
|
|
|
| |
llvm-svn: 156775
|