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
/
XCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Seperate volatility and atomicity/ordering in SelectionDAG
Philip Reames
2019-02-27
2
-0
/
+23
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
45
-180
/
+135
*
[XCore] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-8
/
+4
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-2
/
+3
*
[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()
Jonas Paulsson
2018-10-05
1
-2
/
+0
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
2
-3
/
+3
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-3
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
6
-28
/
+28
*
Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury Sechet
2018-06-01
1
-4
/
+0
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+9
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
2
-4
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
5
-6
/
+6
*
Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt
Nico Weber
2018-04-23
1
-1
/
+1
*
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
*
[XCore] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-26
2
-3
/
+3
*
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
*
[XCore] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-26
1
-0
/
+2
*
(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
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
2
-5
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
4
-8
/
+7
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
8
-9
/
+9
*
Add backend name to Target to enable runtime info to be fed back into TableGen
Daniel Sanders
2017-11-15
1
-1
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
2
-2
/
+2
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
2
-2
/
+2
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
2
-2
/
+2
*
Use report_fatal_error for unsupported calling conventions
Alex Bradbury
2017-08-22
1
-2
/
+2
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
2
-2
/
+2
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
3
-18
/
+15
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
2
-2
/
+4
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
4
-5
/
+5
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-1
/
+1
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
2
-7
/
+7
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-5
/
+5
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
2
-33
/
+30
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-5
/
+5
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-5
/
+5
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
2
-15
/
+22
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
Revert r300932 and r300930.
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
Revert "[AArch64] Improve code generation for logical instructions taking"
Akira Hatanaka
2017-04-20
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-20
1
-2
/
+2
[next]