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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Describe size of spilled values in call site params
Vedant Kumar
2019-11-19
1
-1
/
+5
*
Work on cleaning up denormal mode handling
Matt Arsenault
2019-11-19
2
-3
/
+17
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
3
-5
/
+6
*
Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsn
Thomas Preud'homme
2019-11-19
1
-6
/
+21
*
[SelectionDAG] Merge the two identical ExpandChainLibCall methods from Legali...
Craig Topper
2019-11-18
5
-82
/
+42
*
[LegalizeDAG] Convert strict fp nodes to libcalls without losing the chain.
Craig Topper
2019-11-18
1
-153
/
+170
*
Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...
Eric Christopher
2019-11-18
1
-1
/
+2
*
Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sam McCall
2019-11-18
1
-9
/
+0
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
6
-38
/
+70
*
[LegalizeTypes] Remove SoftenFloat handling from ExpandIntRes_LLROUND_LLRINT ...
Craig Topper
2019-11-17
1
-9
/
+0
*
[LegalizeTypes] Remove unnecessary conversion from EVT to MVT to MVT::SimpleV...
Craig Topper
2019-11-17
1
-8
/
+8
*
[LegalizeTypes][X86] Add support for expanding the result type of STRICT_LLRO...
Craig Topper
2019-11-17
1
-3
/
+18
*
[LegalizeTypes] When expanding the integer result of LLROUND/LLRINT, also cal...
Craig Topper
2019-11-17
1
-0
/
+6
*
[LegalizeTypes] Remove PromoteFloat support form ExpandIntRes_LLROUND_LLRINT.
Craig Topper
2019-11-17
1
-5
/
+6
*
[LegalizeTypes] Merge ExpandIntRes_LLROUND and ExpandIntRes_LLRINT into one f...
Craig Topper
2019-11-17
2
-44
/
+31
*
[DWARF5]Addition of alignment atrribute in typedef DIE.
Sourabh Singh Tomar
2019-11-16
1
-0
/
+9
*
DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...
David Blaikie
2019-11-15
3
-3
/
+15
*
[GISel][CombinerHelper] Use uses() instead of operands() when traversing use ...
Quentin Colombet
2019-11-15
1
-9
/
+2
*
[GISel][CombinerHelper] Add support for scalar type for the result of shuffle...
Quentin Colombet
2019-11-15
1
-3
/
+17
*
[MirNamer][Canonicalizer]: Perform instruction semantic based renaming
Aditya Nandakumar
2019-11-15
4
-369
/
+143
*
Add read-only data assembly writing for aix
diggerlin
2019-11-15
1
-0
/
+4
*
Move floating point related entities to namespace level
Serge Pavlov
2019-11-15
1
-2
/
+1
*
[CodeGen] Increase the size of a SmallVector
Jay Foad
2019-11-15
1
-1
/
+1
*
GlobalISel: Lower s1 source G_SITOFP/G_UITOFP
Matt Arsenault
2019-11-15
1
-0
/
+16
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
3
-0
/
+3
*
[DebugInfo] Allow spill slots in call site parameter descriptions
Vedant Kumar
2019-11-14
2
-5
/
+23
*
[globalisel][irtanslator] The IRTranslator should preserve TBAA information
Daniel Sanders
2019-11-14
1
-5
/
+15
*
[Pipeliner] Fix an assertion caused by iterator invalidation.
Sumanth Gundapaneni
2019-11-14
1
-2
/
+3
*
[ExpandReductions] Don't push all intrinsics to the worklist. Just push reduc...
Craig Topper
2019-11-14
1
-10
/
+29
*
Replace wrongly deleted header banner, fix formatting
Reid Kleckner
2019-11-14
2
-11
/
+20
*
[DAGCombiner] Drop redundant DAG method param. NFC
Paweł Bylica
2019-11-14
1
-4
/
+3
*
[DAGCombiner] Use TLI field already available. NFC
Paweł Bylica
2019-11-14
1
-3
/
+0
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-2
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
94
-36
/
+142
*
Sink MachineFunction private method out of line
Reid Kleckner
2019-11-13
1
-0
/
+9
*
[TargetLowering] Increase the storage size of NumRegistersForVT to allow the ...
Craig Topper
2019-11-13
1
-1
/
+4
*
[LiveInterval] Allow updating subranges with slightly out-dated IR
Quentin Colombet
2019-11-13
2
-10
/
+21
*
Fix typo in DwarfDebug [NFC]
David Stenberg
2019-11-13
1
-1
/
+1
*
[DebugInfo] Avoid creating entry values for clobbered registers
David Stenberg
2019-11-13
1
-4
/
+31
*
[DebugInfo] Add helper for finding entry value candidates [NFC]
David Stenberg
2019-11-13
1
-28
/
+61
*
[AArch64][SVE] Allocate locals that are scalable vectors.
Sander de Smalen
2019-11-13
1
-1
/
+8
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)
joanlluch
2019-11-13
2
-9
/
+9
*
MCP: Fixed bug with dest overlapping copy source
Tim Renouf
2019-11-12
1
-0
/
+9
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
2
-2
/
+2
*
[PowerPC][XCOFF] Add support for zero initialized global values.
Sean Fertile
2019-11-11
1
-0
/
+6
*
Disable hoisting MI to hotter basic blocks
Victor Huang
2019-11-11
1
-0
/
+62
*
[ModuloSchedule] Fix modulo expansion for data loop carried dependencies.
Thomas Raoux
2019-11-11
1
-18
/
+132
*
[ModuloSchedule] Do target loop analysis before peeling.
Thomas Raoux
2019-11-11
1
-4
/
+2
*
[CGP] Make ICMP_EQ use CR result of ICMP_S(L|G)T dominators
Yi-Hong Lyu
2019-11-11
1
-0
/
+94
*
[ObjC] Override TailCallKind when lowering objc intrinsics
Francis Visoiu Mistrih
2019-11-11
1
-1
/
+25
[next]