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
*
MachineCSE: Respect interblock physreg liveness
Mikael Holmen
2017-05-24
1
-2
/
+2
*
Revert LLVM changes for "Sema: allow imaginary constants via GNU extension if...
Tim Northover
2017-05-23
1
-4
/
+1
*
Sema: allow imaginary constants via GNU extension if UDL overloads not present.
Tim Northover
2017-05-23
1
-1
/
+4
*
AsmPrinter: mark the beginning and the end of a function in verbose mode
Francis Visoiu Mistrih
2017-05-23
1
-2
/
+8
*
[DAG] Add AddressSpace parameter to canMergeStoresTo. NFC.
Nirav Dave
2017-05-23
1
-7
/
+10
*
Fix DIEHash refactoring that dropped the DW_AT_name from the hash
David Blaikie
2017-05-23
1
-0
/
+1
*
[DAG] Add canMergeStoresTo predicate checks. NFCI.
Nirav Dave
2017-05-23
1
-4
/
+6
*
Refactor DWARF hashing to use a .def file to avoid repetition
David Blaikie
2017-05-23
3
-158
/
+65
*
[AArch64] Make instruction fusion more aggressive.
Florian Hahn
2017-05-23
1
-0
/
+6
*
[KnownBits] Use !hasConflict() in asserts in place of Zero & One == 0 or simi...
Craig Topper
2017-05-23
1
-17
/
+17
*
[CodeGen] Fix uninitialized variables exposed by r303084
Vitaly Buka
2017-05-22
1
-2
/
+2
*
Don't generate line&scope debug info for meta-instructions.
Adrian Prantl
2017-05-22
4
-9
/
+10
*
Revert "Don't generate line&scope debug info for meta-instructions."
Adrian Prantl
2017-05-22
4
-10
/
+9
*
Don't generate line&scope debug info for meta-instructions.
Adrian Prantl
2017-05-22
4
-9
/
+10
*
[DAG] Rework store merge to loop on load candidates. NFCI.
Nirav Dave
2017-05-22
1
-202
/
+225
*
SimplifyLibCalls: Optimize wcslen
Matthias Braun
2017-05-19
1
-19
/
+30
*
[safestack] Disable stack coloring by default.
Evgeniy Stepanov
2017-05-19
1
-1
/
+2
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-28
/
+13
*
[DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X)
Amaury Sechet
2017-05-19
1
-0
/
+11
*
[GlobalISel] IRTranslator: Translate ConstantStruct
Volkan Keles
2017-05-19
1
-0
/
+26
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-12
/
+28
*
LiveIntervalAnalysis: Fix missing case in pruneSubRegValues()
Matthias Braun
2017-05-19
1
-1
/
+7
*
Fix another warning.
Zachary Turner
2017-05-18
1
-1
/
+1
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
1
-28
/
+12
*
Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."
Hans Wennborg
2017-05-18
3
-213
/
+0
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
12
-124
/
+125
*
Re-commit: [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
Daniel Sanders
2017-05-18
1
-1
/
+1
*
[Statistics] Add a method to atomically update a statistic that contains a ma...
Craig Topper
2017-05-18
1
-2
/
+2
*
CodeGen: BlockPlacement: Add Message strings to asserts. NFC
Kyle Butt
2017-05-17
1
-16
/
+29
*
Only enable LiveRangeShrink for x86.
Dehao Chen
2017-05-17
1
-3
/
+0
*
[GISel]: Fix undefined behavior in IRTranslator
Aditya Nandakumar
2017-05-17
1
-0
/
+5
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-1
/
+1
*
Make sure -optimize-regalloc=false is used correctly by user.
Jonas Paulsson
2017-05-17
1
-10
/
+14
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
8
-22
/
+14
*
Elide stores which are overwritten without being observed.
Nirav Dave
2017-05-16
1
-7
/
+21
*
ShrinkWrap: Add skipFunction() call
Matthias Braun
2017-05-16
1
-1
/
+1
*
[DAG] Prune deleted nodes in TokenFactor
Nirav Dave
2017-05-16
1
-8
/
+3
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
4
-11
/
+11
*
[ShrinkWrapping] Handle restores on no-return paths
Francis Visoiu Mistrih
2017-05-15
1
-2
/
+8
*
CodeGen: BlockPlacement: Increase tail duplication size for O3.
Kyle Butt
2017-05-15
1
-3
/
+27
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
5
-546
/
+667
*
[RegisterBankInfo] Remove overly-agressive asserts
Tom Stellard
2017-05-15
1
-4
/
+5
*
[SelectionDAG] Added support for EXTRACT_SUBVECTOR/CONCAT_VECTORS demandedelt...
Simon Pilgrim
2017-05-13
1
-7
/
+29
*
[SelectionDAG] Add VECTOR_SHUFFLE support to ComputeNumSignBits
Simon Pilgrim
2017-05-13
1
-0
/
+34
*
[ValueTracking] Remove const_casts on several calls to computeKnownBits and C...
Craig Topper
2017-05-13
1
-2
/
+1
*
This reverts r302984
Vivek Pandya
2017-05-13
1
-2
/
+0
*
Simplify MIR Output used for Codegen Testing
Vivek Pandya
2017-05-13
1
-0
/
+2
*
[GISel]: Add a getConstantFPVRegVal utility
Aditya Nandakumar
2017-05-12
1
-0
/
+8
*
[GISel]: Fix undefined behavior while accessing DefaultAction map
Aditya Nandakumar
2017-05-12
1
-1
/
+1
[next]