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
*
ExecutionDepsFix - Fix bug in clearance calculation
Marina Yatsina
2016-07-21
1
-2
/
+0
*
IPRA: Fix RegMask calculation for alias registers
Matthias Braun
2016-07-21
1
-12
/
+1
*
GlobalISel: implement Legalization querying framework.
Tim Northover
2016-07-20
2
-0
/
+129
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
10
-92
/
+129
*
Revert "RegScavenging: Add scavengeRegisterBackwards()"
Matthias Braun
2016-07-20
2
-240
/
+108
*
Codegen: Tail Duplication: Only duplicate into layout pred if it is a CFG Pred.
Kyle Butt
2016-07-20
1
-0
/
+2
*
Codegen: Factor out canTailDuplicate
Kyle Butt
2016-07-19
1
-9
/
+19
*
RegScavenging: Add scavengeRegisterBackwards()
Matthias Braun
2016-07-19
2
-108
/
+240
*
RegisterScavenger: Introduce backward() mode.
Matthias Braun
2016-07-19
1
-23
/
+84
*
[GlobalISel] Mark newly-created gvregs as having a bank.
Ahmed Bougacha
2016-07-19
2
-3
/
+10
*
[GlobalISel] Simplify more RegClassOrRegBank is+get. NFC.
Ahmed Bougacha
2016-07-19
1
-5
/
+3
*
AVX-512: Fixed BT instruction selection.
Elena Demikhovsky
2016-07-19
1
-0
/
+4
*
CodeGenPrep: use correct function to determine Global's alignment.
Tim Northover
2016-07-18
1
-1
/
+1
*
[X86] Accept SELECT op code for x86-64 fp128 type
Chih-Hung Hsieh
2016-07-18
1
-0
/
+1
*
[inlineasm] Propagate operand constraints to the backend
Simon Dardis
2016-07-18
2
-5
/
+36
*
[PM] Convert IVUsers analysis to new pass manager.
Dehao Chen
2016-07-16
1
-1
/
+1
*
IPRA: avoid double query to the map (NFC)
Mehdi Amini
2016-07-16
1
-2
/
+3
*
MIParser: reject subregister indexes on physregs
Matthias Braun
2016-07-16
1
-0
/
+2
*
ExpandPostRAPseudos should transfer implicit uses, not only implicit defs
Michael Kuperstein
2016-07-15
1
-12
/
+8
*
CodeGen: avoid emitting unnecessary CFI
Saleem Abdulrasool
2016-07-15
1
-4
/
+5
*
[MBP] Clean up of the comments, and a first attempt to better describe a part
Sjoerd Meijer
2016-07-15
1
-28
/
+49
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
12
-607
/
+462
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
7
-26
/
+19
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
10
-38
/
+38
*
[codeview] Shrink inlined call site line info tables
Reid Kleckner
2016-07-14
1
-0
/
+3
*
Add debugging code to the packetizer
Krzysztof Parzyszek
2016-07-14
1
-0
/
+25
*
[CodeGen] Refactor MachineMemOperand::Flags's target-specific flags.
Justin Lebar
2016-07-14
1
-2
/
+0
*
[CodeGen] Refactor MachineMemOperand's Flags enum.
Justin Lebar
2016-07-14
2
-9
/
+13
*
[GlobalISel] Fix #include ordering/spacing. NFC.
Ahmed Bougacha
2016-07-14
2
-3
/
+2
*
Remove extra ';' to appease -Wpedantic
Dean Michael Berris
2016-07-14
1
-1
/
+1
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
4
-0
/
+99
*
MIRParser: Fix MIRParser not reporting nullptr on error.
Matthias Braun
2016-07-14
1
-1
/
+1
*
Add EnableIPRA to TargetOptions, and move the cl::opt -enable-ipra to TargetM...
Mehdi Amini
2016-07-13
2
-8
/
+4
*
[IPRA] Set callee saved registers to none for local function when IPRA is ena...
Mehdi Amini
2016-07-13
3
-10
/
+29
*
Fix copy/paste bug in r275340.
Michael Kuperstein
2016-07-13
1
-1
/
+1
*
MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFC
Matthias Braun
2016-07-13
3
-88
/
+69
*
[DAG] Correctly chain masked loads
Michael Kuperstein
2016-07-13
1
-9
/
+8
*
[MI] Clean up some loops over MachineInstr::memoperands(). NFC
Justin Lebar
2016-07-13
1
-14
/
+11
*
[MI] Fix MachineInstr::isInvariantLoad.
Justin Lebar
2016-07-13
1
-2
/
+1
*
MIRParser: Move MachineFunction reference into PFS; NFC
Matthias Braun
2016-07-13
3
-141
/
+132
*
[MIR] Print on the given output instead of stderr.
Quentin Colombet
2016-07-13
1
-1
/
+1
*
Reverting r275284 due to platform-specific test failures
Andrew Kaylor
2016-07-13
2
-47
/
+0
*
Fix for Bug 26903, adds support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-13
2
-0
/
+47
*
PatchableFunction: Skip pseudos that do not create code
Matthias Braun
2016-07-13
1
-5
/
+23
*
GlobalISel: freeze reserved regs after IRTranslator.
Tim Northover
2016-07-12
1
-0
/
+5
*
BranchFolding: Use LivePhysReg to update live in lists.
Matthias Braun
2016-07-12
2
-29
/
+30
*
Fix printing of debugging information in LiveIntervals::shrinkToUses
Krzysztof Parzyszek
2016-07-12
1
-1
/
+1
*
Add print/dump routines to LiveInterval::SubRange
Krzysztof Parzyszek
2016-07-12
1
-10
/
+18
*
[codeview] Improved array type support.
Amjad Aboud
2016-07-12
4
-33
/
+87
*
Codegen: Fix comment in BranchFolding.cpp
Kyle Butt
2016-07-11
1
-7
/
+6
[next]