index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Hexagon
/
HexagonBitSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-19
/
+19
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-18
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Check validity of register class when generating bitsplit
Krzysztof Parzyszek
2018-08-30
1
-0
/
+4
*
[Hexagon] Silence -Wuninitialized warning from GCC 5.4, NFC
Krzysztof Parzyszek
2018-08-13
1
-0
/
+4
*
[Hexagon] Simplify A4_rcmp[n]eqi R, 0
Krzysztof Parzyszek
2018-07-30
1
-0
/
+123
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+7
*
[Hexagon] Fix alignment calculation of stack objects in Hexagon bit tracker
Krzysztof Parzyszek
2018-02-20
1
-5
/
+3
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-11
/
+11
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-7
/
+7
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Set hasSideEffects=0 for PHI and fix affected passes
Alex Bradbury
2017-11-08
1
-3
/
+2
*
[Hexagon] Make getHexagonSubRegIndex take reference instead of pointer
Krzysztof Parzyszek
2017-09-25
1
-7
/
+7
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-12
/
+5
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-26
1
-17
/
+23
*
[NFC] Move DEBUG_TYPE below includes in Hexagon
Jakub Kuderski
2017-07-13
1
-2
/
+2
*
[Hexagon] Fix some more -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Hexagon] Only increment debug counters if debug option is present
Krzysztof Parzyszek
2017-04-25
1
-6
/
+11
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-6
/
+7
*
[Hexagon] Fixes to the bitsplit generation
Krzysztof Parzyszek
2017-03-09
1
-11
/
+46
*
[Hexagon] Use correct offset when extracting from the high word
Krzysztof Parzyszek
2017-03-08
1
-0
/
+1
*
[Hexagon] Check for presence before looking registers up in bit tracker
Krzysztof Parzyszek
2017-03-07
1
-0
/
+4
*
[Hexagon] Generate bitsplit instruction
Krzysztof Parzyszek
2017-03-07
1
-1
/
+118
*
[Hexagon] Do not insert instructions before PHI nodes
Krzysztof Parzyszek
2017-03-07
1
-1
/
+3
*
[Hexagon] Generate extract instructions more aggressively
Krzysztof Parzyszek
2017-02-28
1
-1
/
+201
*
Drop graph_ prefix
Daniel Berlin
2017-02-09
1
-2
/
+2
*
GraphTraits: Add range versions of graph traits functions (graph_nodes, graph...
Daniel Berlin
2017-02-09
1
-9
/
+6
*
"Use" lambda captures which are otherwise only used in asserts. NFC
David L. Jones
2017-01-13
1
-0
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-13
1
-102
/
+87
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-44
/
+58
*
[Hexagon] Avoid replacing full regs with subregisters in tied operands
Krzysztof Parzyszek
2016-10-06
1
-0
/
+20
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[Hexagon] Standardize next batch of pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-5
/
+5
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-3
/
+3
*
[Hexagon] Validate register class when doing bit simplification
Krzysztof Parzyszek
2016-08-04
1
-10
/
+33
*
[Hexagon] Generate COPY/REG_SEQUENCE more aggressively for vectors
Krzysztof Parzyszek
2016-08-03
1
-21
/
+27
*
[Hexagon] Recognize vcombine in copy propagation
Krzysztof Parzyszek
2016-08-02
1
-2
/
+8
*
[HexagonBitSimplify] Remove dead code.
Davide Italiano
2016-07-30
1
-18
/
+0
*
[Hexagon] Gracefully handle reg class mismatch in HexagonLoopReschedule
Krzysztof Parzyszek
2016-07-26
1
-13
/
+19
*
[Hexagon] Rerun bit tracker on new instructions in RIE
Krzysztof Parzyszek
2016-07-26
1
-5
/
+7
*
[Hexagon] Bitwise operations for insert/extract word not simplified
Krzysztof Parzyszek
2016-07-26
1
-19
/
+70
*
Hexagon: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-5
/
+4
[next]