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
*
Merging r347431:
Tom Stellard
2018-11-29
1
-2
/
+3
*
Merging r342354:
Tom Stellard
2018-11-02
1
-1
/
+1
*
Merging r339674:
Hans Wennborg
2018-08-21
1
-0
/
+2
*
Merging r339822:
Hans Wennborg
2018-08-21
1
-7
/
+49
*
Merging r339536:
Hans Wennborg
2018-08-16
1
-8
/
+11
*
Merging r339535:
Hans Wennborg
2018-08-16
1
-2
/
+2
*
Merging r339533:
Hans Wennborg
2018-08-16
1
-2
/
+4
*
Merging r339600:
Hans Wennborg
2018-08-14
1
-2
/
+2
*
Merging r339225:
Hans Wennborg
2018-08-13
1
-16
/
+37
*
Merging r338915:
Hans Wennborg
2018-08-07
1
-11
/
+28
*
Merging r338665:
Hans Wennborg
2018-08-07
1
-16
/
+12
*
[MC] Report fatal error for DWARF types for non-ELF object files
Jonas Devlieghere
2018-08-01
1
-1
/
+3
*
[DWARF] Basic support for producing DWARFv5 .debug_addr section
Victor Leschuk
2018-08-01
4
-2
/
+31
*
[GlobalISel][IRTranslator] Use RPO traversal when visiting blocks to translate.
Amara Emerson
2018-08-01
1
-5
/
+8
*
Simplify selectELFSectionForGlobal by pulling out the entry size
Eric Christopher
2018-08-01
1
-22
/
+27
*
Tidy up logic around unique section name creation and remove a
Eric Christopher
2018-08-01
1
-9
/
+9
*
[MachineOutliner] Clean up subtarget handling.
Eli Friedman
2018-08-01
1
-23
/
+22
*
[DWARF] Do not create a .debug_ranges section when no ranges are needed.
Wolfgang Pieb
2018-07-31
1
-1
/
+1
*
DAG: Correct pointer type used for stack slot
Matt Arsenault
2018-07-31
1
-1
/
+2
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
16
-406
/
+149
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
16
-149
/
+406
*
DAG: Fix PromoteFloatResult for fcanonicalize
Matt Arsenault
2018-07-31
1
-1
/
+2
*
Test commit.
Hsiangkai Wang
2018-07-31
1
-1
/
+1
*
[GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR blockaddress constants.
Amara Emerson
2018-07-31
2
-0
/
+11
*
[DAGCombiner][TargetLowering] Pass a SmallVector instead of a std::vector to ...
Craig Topper
2018-07-30
2
-9
/
+8
*
[DAGCombiner] transform sub-of-shifted-signbit to add
Sanjay Patel
2018-07-30
1
-0
/
+11
*
[TargetLowering] In BuildSDIV, add the MULHS/SMUL_LOHI to the Created vector.
Craig Topper
2018-07-30
1
-0
/
+3
*
[DAGCombiner][PowerPC][AArch64] Pass Created vector by reference to BuildSDIV...
Craig Topper
2018-07-30
2
-2
/
+2
*
Revert r338222 "[DAGCombiner] Remove unnecessary calls to AddToWorklist."
Craig Topper
2018-07-30
1
-8
/
+46
*
Remove trailing space
Fangrui Song
2018-07-30
31
-98
/
+98
*
[DAGCombiner] Bug 31275- Extract a shift from a constant mul or udiv if a rot...
David Bolvansky
2018-07-30
1
-17
/
+156
*
Reapply "Fix crash on inline asm with 64bit matching input in 32bit GPR"
Thomas Preud'homme
2018-07-30
1
-9
/
+23
*
[RegisterScavenger] Fix debug print
Karl-Johan Karlsson
2018-07-30
1
-1
/
+2
*
[DAGCombiner] Remove unnecessary calls to AddToWorklist.
Craig Topper
2018-07-29
1
-46
/
+8
*
revert r338206 because the test does not pass
Sanjay Patel
2018-07-29
1
-23
/
+9
*
Fix crash on inline asm with 64bit matching input in 32bit GPR
Thomas Preud'homme
2018-07-28
1
-9
/
+23
*
[SelectionDAG] Pass std::vector by reference instead of by pointer to BuildSD...
Craig Topper
2018-07-28
2
-18
/
+14
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
6
-107
/
+132
*
[DAGCombiner] Teach DAG combiner that A-(B-C) can be folded to A+(C-B)
Craig Topper
2018-07-28
1
-0
/
+6
*
[MachineOutliner] Exit getOutliningCandidateInfo when we erase all candidates
Jessica Paquette
2018-07-27
1
-1
/
+7
*
[DAGCombiner] fold 'not' with signbit math
Sanjay Patel
2018-07-27
1
-0
/
+45
*
DAG: Remove unnecessary .str()
Matt Arsenault
2018-07-27
1
-1
/
+1
*
[SelectionDAGBuilder] Add masked loads to PendingLoads rather than calling DA...
Craig Topper
2018-07-26
1
-4
/
+2
*
[DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...
Wolfgang Pieb
2018-07-26
3
-51
/
+41
*
[SelectionDAG] Add MLOAD/MSTORE/MGATHER/MSCATTER to AddNodeIDCustom to proper...
Craig Topper
2018-07-26
1
-0
/
+28
*
[DAGCombiner] Remove some calls to AddToWorklist that should be unnecessary.
Craig Topper
2018-07-26
1
-3
/
+0
*
[RegisterCoalescer] Fixed inconsistent followCopyChain with subreg
Tim Renouf
2018-07-26
1
-3
/
+8
*
[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users
Vedant Kumar
2018-07-26
4
-33
/
+45
*
MacroFusion: Fix macro fusion with ExitSU failing in top-down scheduling
Matthias Braun
2018-07-26
1
-1
/
+11
*
[DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle ule,ugt CondCodes.
Roman Lebedev
2018-07-26
1
-9
/
+18
[next]