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
/
Lanai
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
6
-6
/
+6
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
2
-5
/
+5
*
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
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-4
/
+5
*
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
-2
/
+4
*
Honor -fuse-init-array when os is not specified on x86
Kamlesh Kumar
2019-12-16
1
-1
/
+0
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
1
-3
/
+3
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-1
/
+2
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
4
-4
/
+4
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
2
-4
/
+4
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
2
-2
/
+4
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-1
/
+1
*
TLI: Remove DAG argument from getRegisterByName
Matt Arsenault
2019-10-01
2
-5
/
+6
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
Remove the AliasAnalysis argument in function areMemAccessesTriviallyDisjoint
Changpeng Fang
2019-09-26
2
-4
/
+2
*
[Lanai] LanaiAsmParser - Silence static analyzer dyn_cast null dereference wa...
Simon Pilgrim
2019-09-22
1
-8
/
+9
*
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-2
/
+2
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
[NFC] Test commit, fix some comment spelling.
Thomas Raoux
2019-08-20
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
5
-6
/
+6
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-4
/
+4
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
2
-4
/
+4
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
6
-6
/
+6
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
6
-6
/
+6
*
Include what you use in LanaiAsmParser.cpp
Dmitri Gribenko
2019-06-06
1
-1
/
+0
*
Include what you use in Lanai.h
Dmitri Gribenko
2019-06-03
3
-6
/
+3
*
Include what you use in LanaiAsmPrinter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+2
*
Include what you use in LanaiMemAluCombiner.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+1
*
Include what you use in LanaiISelDAGToDAG.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+1
*
Include what you use in LanaiFrameLowering.{cpp,h}
Dmitri Gribenko
2019-06-03
2
-2
/
+0
*
Include what you use in LanaiRegisterInfo.cpp
Dmitri Gribenko
2019-06-03
1
-2
/
+4
*
Include what you use in LanaiInstrInfo.cpp
Dmitri Gribenko
2019-06-03
1
-3
/
+3
*
Include what you use in LanaiInstPrinter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+4
*
Include what you use in LanaiMCCodeEmitter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+1
*
Include what you use in LanaiDisassembler.cpp
Dmitri Gribenko
2019-06-03
1
-2
/
+3
*
[Lanai] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
9
-7
/
+27
*
[Lanai] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
10
-35
/
+9
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-1
/
+1
*
[CodeGen] Add "const" to MachineInstr::mayAlias
Bjorn Pettersson
2019-04-19
2
-8
/
+12
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-3
/
+1
*
[Lanai] Be super conservative about atomics
Philip Reames
2019-02-25
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
56
-224
/
+168
*
[Lanai] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-2
/
+2
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-7
/
+2
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
2
-18
/
+21
[next]