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
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
2
-3
/
+3
*
Recommitting r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-29
2
-0
/
+48
*
GlobalISel: make translate* functions take the most specialized class possible.
Tim Northover
2016-07-29
1
-15
/
+14
*
Codegen: MachineBlockPlacement Improve probability layout.
Kyle Butt
2016-07-29
1
-15
/
+45
*
GlobalISel: add generic conditional branch.
Tim Northover
2016-07-29
2
-7
/
+20
*
CodeGen: improve MachineInstrBuilder & MachineIRBuilder interface
Tim Northover
2016-07-29
2
-50
/
+54
*
[GlobalISel] Add G_XOR.
Ahmed Bougacha
2016-07-29
1
-0
/
+2
*
[AArch64][GlobalISel] Select G_LOAD/G_STORE.
Ahmed Bougacha
2016-07-29
1
-2
/
+6
*
MachinePipeliner pass that implements Swing Modulo Scheduling
Brendon Cahoon
2016-07-29
3
-0
/
+3945
*
Cleanup TransferDbgValues
Nirav Dave
2016-07-29
1
-2
/
+9
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-2
/
+2
*
Revert "Don't invoke getName() from Function::isIntrinsic().", rL276942.
Justin Lebar
2016-07-28
1
-6
/
+2
*
Missed updating a GlobalISel bit in my last commit
Matthias Braun
2016-07-28
1
-1
/
+1
*
Fix DbgValue handling in SelectionDAG.
Nirav Dave
2016-07-28
1
-2
/
+3
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
37
-226
/
+223
*
Revert r276973 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-28
2
-4
/
+0
*
[MIRParser] Accept unsized generic instructions.
Ahmed Bougacha
2016-07-28
1
-6
/
+2
*
[GlobalISel] Remove types on selected insts instead of using LLT().
Ahmed Bougacha
2016-07-28
2
-0
/
+16
*
Reapply r276856 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-07-28
2
-0
/
+4
*
[CodeView] Don't crash on functions without subprograms
David Majnemer
2016-07-28
1
-7
/
+6
*
Don't invoke getName() from Function::isIntrinsic().
Justin Lebar
2016-07-27
1
-2
/
+6
*
Codegen: IfConversion: Factor out a function to count dup instrs.
Kyle Butt
2016-07-27
1
-40
/
+64
*
Codegen: IfConversion: add const qualifier. NFC
Kyle Butt
2016-07-27
1
-2
/
+2
*
Revert EH-specific checks in BranchFolding that were causing blow ups in comp...
Andrew Kaylor
2016-07-27
1
-8
/
+0
*
GlobalISel: support zero-sized allocas
Tim Northover
2016-07-27
1
-0
/
+3
*
Remove MCAsmInfo.h include from TargetOptions.h
Reid Kleckner
2016-07-27
1
-0
/
+1
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
7
-0
/
+192
*
Revert r276856 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-27
2
-4
/
+0
*
Adjust Registry interface to not require plugins to export a registry
John Brawn
2016-07-27
2
-0
/
+4
*
[DAGCombiner] Use APInt directly to detect out of range shift constants
Simon Pilgrim
2016-07-27
1
-3
/
+3
*
[MBP] Added some more debug messages and some clean ups /NFC
Sjoerd Meijer
2016-07-27
1
-11
/
+31
*
Reverting r276771 due to MSan failures.
Andrew Kaylor
2016-07-27
2
-48
/
+0
*
MIRParser: Use dot instead of colon to mark subregisters
Matthias Braun
2016-07-26
4
-6
/
+14
*
GlobalISel: add generic load and store instructions.
Tim Northover
2016-07-26
2
-0
/
+71
*
MIRParser: Use shorter cfi identifiers
Matthias Braun
2016-07-26
2
-10
/
+10
*
GlobalISel: add correct operand type to G_FRAME_INDEX instrs.
Tim Northover
2016-07-26
1
-1
/
+1
*
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
[next]