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
...
*
GlobalISel: omit braces on MachineInstr types when there's only one.
Tim Northover
2016-07-26
2
-8
/
+15
*
Re-committing r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-26
2
-0
/
+48
*
GlobalISel: add specialized buildCopy function to MachineInstrBuilder.
Tim Northover
2016-07-26
3
-3
/
+7
*
GlobalISel: give MachineInstrBuilder a uniform interface. NFC.
Tim Northover
2016-07-26
2
-50
/
+12
*
LiveIntervalAnalysis: Fix handleMoveDown() problem
Matthias Braun
2016-07-26
1
-0
/
+2
*
GlobalISel: remove redundant ';'s. NFC
Tim Northover
2016-07-26
3
-3
/
+3
*
[safestack] Fix stack guard live range.
Evgeniy Stepanov
2016-07-26
2
-2
/
+4
*
GlobalISel: add generic casts to IRTranslator
Tim Northover
2016-07-25
3
-1
/
+38
*
MachineVerifier: Fix printing nonsense for physical registers
Matt Arsenault
2016-07-25
1
-3
/
+3
*
Fix invalid iterator use in safestack coloring.
Evgeniy Stepanov
2016-07-25
1
-1
/
+2
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-3
/
+6
*
Untabify.
NAKAMURA Takumi
2016-07-25
1
-1
/
+1
*
GlobalISel: allow multiple types on MachineInstrs.
Tim Northover
2016-07-22
3
-20
/
+42
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
7
-4
/
+215
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
2
-2
/
+4
*
GlobalISel: implement alloca instruction
Tim Northover
2016-07-22
6
-11
/
+61
*
[SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer...
Simon Pilgrim
2016-07-22
1
-3
/
+46
*
[FastISel] Ignore @llvm.assume.
Ahmed Bougacha
2016-07-22
1
-0
/
+2
*
[MIRTesting] Abort when failing to parse a function.
Quentin Colombet
2016-07-21
1
-2
/
+4
*
[IRTranslator] Add G_SUB opcode.
Quentin Colombet
2016-07-21
1
-0
/
+2
*
[IRTranslator] Add comments to explain the ordering of the switch. NFC.
Quentin Colombet
2016-07-21
1
-0
/
+3
*
[IRTranslator] Add G_AND opcode.
Quentin Colombet
2016-07-21
1
-0
/
+2
*
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
[prev]
[next]