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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RDF from Hexagon to Codegen
Scott Constable
2020-06-24
13
-4711
/
+16
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
6
-7
/
+7
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-8
/
+7
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-10
1
-0
/
+1
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
2
-2
/
+2
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-4
/
+4
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
3
-7
/
+9
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-10
/
+1
*
[DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...
QingShan Zhang
2020-01-03
2
-0
/
+11
*
[SelectionDAG] Disallow indirect "i" constraint
Fangrui Song
2019-12-29
1
-1
/
+0
*
Hexagon: Fix missing tablegen mode comment
Matt Arsenault
2019-12-27
1
-1
/
+1
*
[Hexagon] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
5
-10
/
+10
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
6
-8
/
+8
*
Revert "Honor -fuse-init-array when os is not specified on x86"
Mitch Phillips
2019-12-17
1
-0
/
+1
*
Fix assertion failure in getMemOperandWithOffsetWidth
Kristof Beyls
2019-12-17
1
-4
/
+1
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-6
/
+4
*
Honor -fuse-init-array when os is not specified on x86
Kamlesh Kumar
2019-12-16
1
-1
/
+0
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-4
/
+6
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-6
/
+4
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
7
-2
/
+9
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
2
-11
/
+14
*
Reland 'Fixed -Wdeprecated-copy warnings. NFCI.'
Dávid Bolvanský
2019-11-23
2
-2
/
+16
*
Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'
Dávid Bolvanský
2019-11-23
2
-16
/
+2
*
Fixed -Wdeprecated-copy warnings. NFCI.
Dávid Bolvanský
2019-11-23
2
-2
/
+16
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
4
-4
/
+4
*
[Hexagon] Remove incorrect intrinsic definition and invalid testcase
Krzysztof Parzyszek
2019-11-21
1
-3
/
+0
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
2
-2
/
+4
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-1
/
+1
*
[Hexagon] Validate the iterators before converting them to mux.
Sumanth Gundapaneni
2019-11-14
1
-2
/
+8
*
Hexagon - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-14
4
-6
/
+6
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
15
-9
/
+24
*
[Hexagon] Update PS_aligna with max stack alignment once isel completes
Krzysztof Parzyszek
2019-11-12
2
-3
/
+18
*
[Hexagon] Fix vector spill expansion to use proper alignment
Krzysztof Parzyszek
2019-11-12
4
-105
/
+173
*
[Hexagon] Convert stack object offsets to int64, NFC
Krzysztof Parzyszek
2019-11-12
1
-1
/
+1
*
[Hexagon] Handle stack realignment in hexagon-vextract
Krzysztof Parzyszek
2019-11-12
1
-7
/
+37
*
[Hexagon] Require PS_aligna whenever variable-sized objects are present
Krzysztof Parzyszek
2019-11-12
1
-3
/
+3
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
2
-3
/
+3
*
[Hexagon] getCompoundCandidateGroup - fix 'false' value is implicitly cast to...
Simon Pilgrim
2019-11-05
1
-5
/
+5
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-2
/
+1
*
Fix pattern error for S2_tstbit_i instruction
Ikhlas Ajbar
2019-10-30
1
-2
/
+2
*
[Hexagon] Handle remaining registers in getRegisterByName()
Krzysztof Parzyszek
2019-10-29
1
-2
/
+64
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
2
-13
/
+23
*
[Hexagon] Fix typo. NFC
Shoaib Meenai
2019-10-23
1
-1
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+2
*
Use Align for TFL::TransientStackAlignment
Guillaume Chatelet
2019-10-21
1
-1
/
+1
*
Prune two MachineInstr.h includes, fix up deps
Reid Kleckner
2019-10-19
3
-3
/
+3
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-1
/
+1
[next]