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
/
ARC
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
5
-5
/
+5
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-2
/
+0
*
[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
*
Fix typo "psuedo" in comments
Jay Foad
2020-01-03
1
-1
/
+1
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
1
-1
/
+1
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
3
-3
/
+3
*
[ARC] Add InitializePasses header to fix ARC build.
Pete Couperus
2019-11-19
2
-0
/
+2
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
2
-3
/
+3
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-1
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+2
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-2
/
+2
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
1
-2
/
+2
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
3
-7
/
+7
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Fix ARC after r367633
Daniel Sanders
2019-08-02
1
-4
/
+2
*
ARC: Fix -Wimplicit-fallthrough
Matt Arsenault
2019-06-24
1
-0
/
+4
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
3
-4
/
+4
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
5
-5
/
+5
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
5
-5
/
+5
*
[ARC] Cleanup ARCAsmPrinter.
Pete Couperus
2019-05-29
1
-16
/
+0
*
Uncomment LLVM_FALLTHROUGH.
Pete Couperus
2019-05-15
1
-1
/
+1
*
[ARC] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
7
-3
/
+25
*
[ARC] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
10
-31
/
+5
*
Add explicit dependency to MCDwarf.h in ARC backend.
Pete Couperus
2019-04-15
1
-0
/
+1
*
[ARC] Add ARCOptAddrMode pass to generate postincrement loads/stores.
Pete Couperus
2019-03-20
5
-2
/
+514
*
[ARC] Add more load/store variants.
Pete Couperus
2019-03-14
4
-52
/
+182
*
[ARC] Better classify add/sub immediate instructions in frame lowering.
Pete Couperus
2019-03-14
1
-10
/
+40
*
[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...
Craig Topper
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
42
-168
/
+126
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-7
/
+1
*
[ARC] Fix macro usage (DEBUG -> LLVM_DEBUG)
Tatyana Krasnukha
2018-09-10
1
-1
/
+1
*
[ARC] Prevent InstPrinter from crashing on unknown condition codes.
Tatyana Krasnukha
2018-09-06
1
-3
/
+8
*
ARC, Nios2: Silence build warnings. NFCI.
Peter Collingbourne
2018-05-17
4
-7
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
6
-72
/
+74
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
4
-5
/
+5
*
Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt
Nico Weber
2018-04-23
1
-2
/
+2
*
[ARC] Add LImm support for J/JL
Yan Luo
2018-04-13
1
-5
/
+17
*
Test commit access
Yan Luo
2018-04-12
1
-1
/
+1
*
[ARC] Add <.f> suffix for F32_GEN4_{DOP|SOP}.
Pete Couperus
2018-04-06
1
-4
/
+32
*
Sort targetgen calls in lib/Target/*/CMakeLists.
Nico Weber
2018-04-04
1
-4
/
+5
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
[ARC] Add missing condition codes.
Tatyana Krasnukha
2018-01-17
3
-0
/
+10
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
2
-5
/
+4
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
2
-4
/
+5
[next]