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
*
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
*
[DEBUGINFO, NVPTX] Emit correct debug information for local variables.
Alexey Bataev
2018-07-26
1
-2
/
+5
*
[DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`.
Alexey Bataev
2018-07-26
1
-4
/
+10
*
dwarfgen: Add support for generating the debug_str_offsets section, take 3
Pavel Labath
2018-07-26
5
-27
/
+32
*
Revert "[COFF] Use comdat shared constants for MinGW as well"
Martin Storsjo
2018-07-26
2
-2
/
+7
*
Revert r337981: it breaks the debuginfo-tests
Alex Lorenz
2018-07-26
3
-41
/
+51
*
[GlobalISel] Fall back to SDISel for swifterror/swiftself attributes.
Amara Emerson
2018-07-26
2
-0
/
+18
*
RegUsageInfo: Cleanup; NFC
Matthias Braun
2018-07-26
4
-72
/
+69
*
CodeGen.cpp: Sort initializers; NFC
Matthias Braun
2018-07-26
1
-2
/
+2
*
CodeGen: Cleanup regmask construction; NFC
Matthias Braun
2018-07-26
4
-8
/
+12
*
[DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...
Wolfgang Pieb
2018-07-25
3
-51
/
+41
*
[GlobalMerge] Handle llvm.compiler.used correctly.
Eli Friedman
2018-07-25
1
-4
/
+5
*
[SelectionDAG] try to convert funnel shift directly to rotate if legal
Sanjay Patel
2018-07-25
1
-1
/
+10
*
[GlobalMerge] Allow merging globals with arbitrary alignment.
Eli Friedman
2018-07-25
1
-18
/
+26
*
[COFF] Use comdat shared constants for MinGW as well
Martin Storsjo
2018-07-25
2
-7
/
+2
*
[COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinter
Martin Storsjo
2018-07-25
1
-0
/
+20
*
Fix corruption of result number in LegalizeVectorOps.cpp
Ulrich Weigand
2018-07-25
1
-1
/
+2
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
5
-32
/
+27
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
5
-27
/
+32
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
Pavel Labath
2018-07-25
5
-32
/
+27
*
dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath
2018-07-25
5
-27
/
+32
*
Fix PR34170: Crash on inline asm with 64bit output in 32bit GPR
Thomas Preud'homme
2018-07-25
1
-20
/
+36
*
[RegisterBankInfo] Ignore InstrMappings that create impossible to repair oper...
Tom Stellard
2018-07-25
1
-1
/
+1
*
[MachineOutliner][NFC] Move outlined function remark into its own function
Jessica Paquette
2018-07-24
1
-31
/
+33
*
[MachineOutliner][NFC] Move target frame info into OutlinedFunction
Jessica Paquette
2018-07-24
1
-5
/
+4
*
Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...
Peter Collingbourne
2018-07-24
1
-1
/
+1
*
[MachineOutliner][NFC] Make Candidates own their call information
Jessica Paquette
2018-07-24
1
-1
/
+1
*
[MachineOutliner][NFC] Move missed opt remark into its own function
Jessica Paquette
2018-07-24
1
-39
/
+46
*
[MachineOutliner][NFC] Sink some candidate logic into OutlinedFunction
Jessica Paquette
2018-07-24
1
-15
/
+6
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Shiva Chen
2018-07-24
14
-386
/
+149
[next]