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
*
[globalisel][combine] Improve the truncate placement for the extending-loads ...
Daniel Sanders
2018-10-04
1
-28
/
+64
*
[LegalizeIntegerTypes] Fix typo in comment. NFC
Craig Topper
2018-10-04
1
-1
/
+1
*
[machineverifier] Detect PHI's that are preceeded by non-PHI's
Daniel Sanders
2018-10-03
1
-3
/
+11
*
Make meanings of variables clearer in action table generation (NFC)
Heejin Ahn
2018-10-03
1
-11
/
+12
*
Emit template type and value parameter DIEs for template variables.
Matthew Voss
2018-10-03
1
-0
/
+3
*
Correct implementation of -verify-machineinstrs such that it's still overrida...
Daniel Sanders
2018-10-03
1
-5
/
+5
*
[globalisel][combines] Don't sink G_TRUNC down to use if that use is a G_PHI
Daniel Sanders
2018-10-03
1
-2
/
+8
*
[RA CopyHints] Fix compile-time regression
Jonas Paulsson
2018-10-03
1
-2
/
+4
*
[CodeGen] NFC fix pedantic warning from extra semicolon
Jonas Toth
2018-10-03
1
-1
/
+1
*
Re-commit: [globalisel] Add a combiner helpers for extending loads and use th...
Daniel Sanders
2018-10-03
3
-4
/
+261
*
[CodeView] Only add the Scoped flag for an enum type when it has an immediat...
Aaron Smith
2018-10-02
1
-5
/
+13
*
[CodeView] Emit function options for subprogram and member functions
Aaron Smith
2018-10-02
2
-12
/
+44
*
[globalisel][verifier] Run the MachineVerifier from IRTranslator onwards
Daniel Sanders
2018-10-02
2
-0
/
+9
*
[codeview] Fix 32-bit x86 variable locations in realigned stack frames
Reid Kleckner
2018-10-02
2
-4
/
+12
*
Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...
Daniel Sanders
2018-10-01
2
-244
/
+4
*
[codeview] Simplify S_DEFRANGE emission code, NFC
Reid Kleckner
2018-10-01
1
-30
/
+22
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
4
-42
/
+187
*
Fix the Windows build in GlobalISel
Reid Kleckner
2018-10-01
1
-7
/
+6
*
[globalisel] Add a combiner helpers for extending loads and use them in a pre...
Daniel Sanders
2018-10-01
2
-4
/
+245
*
MIRParser: Check that instructions only reference DILocation metadata
Matthias Braun
2018-10-01
1
-0
/
+2
*
DAGCombiner: StoreMerging: Fix bad index calculating when adjusting mismatchi...
Matthias Braun
2018-10-01
1
-17
/
+8
*
[DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead copy instruction removal.
Carlos Alberto Enciso
2018-10-01
3
-6
/
+17
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
2
-6
/
+5
*
[PHIElimination] Lower a PHI node with only undef uses as IMPLICIT_DEF
Bjorn Pettersson
2018-09-30
1
-13
/
+13
*
[PHIElimination] Update the regression test for PR16508
Bjorn Pettersson
2018-09-30
1
-3
/
+2
*
[DAG] Don't perform SINT_TO_FP<->UINT_TO_FP custom conversion after legalization
Simon Pilgrim
2018-09-30
1
-4
/
+4
*
Fix comment indentation in addLandingPad
Heejin Ahn
2018-09-29
1
-3
/
+2
*
[WebAssembly] Fix memory leak on WasmEHFuncInfo
Heejin Ahn
2018-09-28
1
-0
/
+5
*
[DAGCombiner] [NFC] Improve X div/rem 1 fold
David Bolvansky
2018-09-28
1
-8
/
+5
*
Revert r343317
Luke Cheeseman
2018-09-28
6
-15
/
+0
*
[GISel]: Remove an incorrect assert in CallLowering
Aditya Nandakumar
2018-09-28
1
-1
/
+0
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
6
-0
/
+15
*
[CodeGen] fix broken successor probability in MBB dump
Hiroshi Inoue
2018-09-28
1
-1
/
+1
*
[ScalarizeMaskedMemIntrin] Use MinAlign to calculate alignment for the scalar...
Craig Topper
2018-09-28
1
-2
/
+2
*
[ScalarizeMaskedMemIntrin] Fix the alignment calculation for the scalar store...
Craig Topper
2018-09-28
1
-1
/
+1
*
[ScalarizeMaskedMemIntrin] Ensure the mask is a vector of ConstantInts before...
Craig Topper
2018-09-27
1
-4
/
+19
*
[ScalarizeMaskedMemIntrin] Use cast instead of dyn_cast checked by an assert....
Craig Topper
2018-09-27
1
-10
/
+6
*
[ScalarizeMaskedMemIntrin] When expanding masked gathers, start with the pass...
Craig Topper
2018-09-27
1
-22
/
+11
*
[ScalarizeMaskedMemIntrin] When expanding masked loads, start with the passth...
Craig Topper
2018-09-27
1
-22
/
+12
*
[ScalarizeMaskedMemIntrin] Handle the case where the mask is an all zero vector.
Craig Topper
2018-09-27
1
-8
/
+8
*
[ScalarizeMaskedMemIntrin] Remove some temporary variables that are only used...
Craig Topper
2018-09-27
1
-14
/
+5
*
[ScalarizeMaskedMemIntrin] Cleanup comments. NFC
Craig Topper
2018-09-27
1
-58
/
+49
*
[ScalarizeMaskedMemIntrin] Don't emit 'icmp eq i1 %x, 1' to check mask values...
Craig Topper
2018-09-27
1
-23
/
+9
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
6
-15
/
+0
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
6
-0
/
+15
*
Revert r342942 "[MachineCopyPropagation] Reimplement CopyTracker in terms of ...
Hans Wennborg
2018-09-27
1
-58
/
+54
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
21
-64
/
+55
*
[DAG] SelectionDAGLegalize::ExpandLegalINT_TO_FP - use getFPExtendOrRound hel...
Simon Pilgrim
2018-09-26
1
-11
/
+1
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
6
-15
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
6
-0
/
+15
[next]