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
...
*
[DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0, Carry)
Amaury Sechet
2017-06-01
1
-0
/
+49
*
Add LiveRangeShrink pass to shrink live range within BB.
Dehao Chen
2017-05-31
3
-0
/
+233
*
ImplicitNullChecks: Clear kill/dead flags when moving instructions around
Matthias Braun
2017-05-31
1
-2
/
+14
*
Check hasPersonalityFn before calling getPersonalityFn
Reid Kleckner
2017-05-31
1
-4
/
+5
*
[EH] Fix the LSDA that we emit for unknown EH personalities
Reid Kleckner
2017-05-31
2
-5
/
+16
*
Try to fix buildbots
Matthias Braun
2017-05-31
1
-1
/
+3
*
X86FloatingPoint: Fix livein lists
Matthias Braun
2017-05-31
1
-0
/
+5
*
[ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.
Nirav Dave
2017-05-31
1
-128
/
+150
*
TargetMachine: Indicate whether machine verifier passes.
Matthias Braun
2017-05-31
1
-1
/
+6
*
[PPC] Inline expansion of memcmp
Zaara Syeda
2017-05-31
2
-4
/
+615
*
[DAG] Avoid use of stale store.
Nirav Dave
2017-05-31
1
-2
/
+2
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-05-31
2
-46
/
+73
*
MachineInstr: Do not skip dead def operands when printing.
Matthias Braun
2017-05-30
1
-32
/
+0
*
[AntiDepBreaker] Revert r299124 and add a test.
Tim Shen
2017-05-30
2
-2
/
+2
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-5
/
+5
*
MIR: remove explicit "noVRegs" property.
Tim Northover
2017-05-30
2
-4
/
+0
*
[Localizer] Don't trick to be smart for the insertion point
Quentin Colombet
2017-05-30
1
-6
/
+4
*
[SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsi...
Craig Topper
2017-05-30
1
-4
/
+0
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
2
-10
/
+9
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
2
-1
/
+1
*
[GlobalIsel] Fix a warning with GCC 7 -Wpedantic. NFCI.
Davide Italiano
2017-05-29
1
-1
/
+1
*
[DAGCombiner] fix load narrowing transform to exclude loads with extension
Sanjay Patel
2017-05-29
1
-1
/
+2
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
Mehdi Amini
2017-05-29
3
-3
/
+13
*
DebugInfo: Omit an empty CU when a subprogram was moved into its use
Mehdi Amini
2017-05-29
1
-8
/
+12
*
Revert "[IfConversion] Keep the CFG updated incrementally in IfConvertTriangle"
Tobias Grosser
2017-05-29
1
-21
/
+6
*
Revert "DebugInfo: Omit an empty CU when a subprogram was moved into its use"
Mehdi Amini
2017-05-29
1
-12
/
+8
*
Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...
Mehdi Amini
2017-05-29
3
-13
/
+3
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
David Blaikie
2017-05-29
3
-3
/
+13
*
Prune trailing whitespace. (To regenerate makefiles)
NAKAMURA Takumi
2017-05-28
1
-2
/
+2
*
DebugInfo: Omit an empty CU when a subprogram was moved into its use
David Blaikie
2017-05-28
1
-8
/
+12
*
[DAGCombiner] use narrow load to avoid vector extract
Sanjay Patel
2017-05-27
1
-0
/
+50
*
AArch64/PEI: Do not add reserved regs to liveins
Matthias Braun
2017-05-27
1
-1
/
+2
*
ScheduleDAGInstrs: Fix fixupKills()
Matthias Braun
2017-05-27
3
-159
/
+51
*
[GlobalISel] Add a localizer pass for target to use
Quentin Colombet
2017-05-27
3
-0
/
+127
*
BranchRelaxation: computeLiveIns() after creating new block
Matthias Braun
2017-05-27
1
-0
/
+4
*
LivePhysRegs: Add default for removeRegsInMask(Clobbers); NFC
Matthias Braun
2017-05-26
1
-1
/
+1
*
MachineVerifier: Remove unused set; NFC
Matthias Braun
2017-05-26
1
-5
/
+0
*
Make helper functions static. NFC.
Benjamin Kramer
2017-05-26
2
-6
/
+8
*
DebugInfo: Do not emit empty CUs
David Blaikie
2017-05-26
2
-15
/
+30
*
DebugInfo: Don't include locations for debug-having code inlined into nodebug...
David Blaikie
2017-05-26
1
-0
/
+4
*
LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI
Matthias Braun
2017-05-26
1
-31
/
+48
*
[DAGCombiner] use narrow vector ops to eliminate concat/extract (PR32790)
Sanjay Patel
2017-05-26
1
-0
/
+96
*
[DAG] Move legal type checks in store merge to be checked only
Nirav Dave
2017-05-26
1
-2
/
+4
*
[ARM] Fix lowering of misaligned memcpy/memset
John Brawn
2017-05-26
1
-12
/
+12
*
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
Matthias Braun
2017-05-26
4
-6
/
+12
*
Revert "LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI"
Matthias Braun
2017-05-26
1
-41
/
+27
*
Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"
Matthias Braun
2017-05-26
4
-12
/
+6
*
LivePhysRegs: Follow-up to r303937
Matthias Braun
2017-05-26
1
-1
/
+1
*
LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI
Matthias Braun
2017-05-25
1
-27
/
+41
*
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
Matthias Braun
2017-05-25
4
-5
/
+11
[prev]
[next]