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: extend add widening to SUB, MUL, OR, AND and XOR.
Tim Northover
2016-08-04
1
-2
/
+8
*
GlobalISel: add support for G_MUL
Tim Northover
2016-08-04
1
-0
/
+2
*
GlobalISel: implement narrowing for G_ADD.
Tim Northover
2016-08-04
2
-1
/
+49
*
GlobalISel: also add G_TRUNC to IRTranslator.
Tim Northover
2016-08-04
1
-1
/
+3
*
GlobalISel: add code to widen scalar G_ADD
Tim Northover
2016-08-04
3
-1
/
+39
*
[X86] Heuristic to selectively build Newton-Raphson SQRT estimation
Nikolai Bozhenov
2016-08-04
2
-3
/
+6
*
Typo fix in comment. NFC
Diana Picus
2016-08-04
1
-1
/
+1
*
RenameIndependentSubregs: Fix liveness query in rewriteOperands()
Matthias Braun
2016-08-03
1
-7
/
+6
*
Disable shrinking of SNaN constants
Elliot Colp
2016-08-03
1
-11
/
+17
*
[IfConversion] Bugfix: Don't use undef flag while adding use operands.
Jonas Paulsson
2016-08-03
1
-3
/
+16
*
[safestack] Layout large allocas first to reduce fragmentation.
Evgeniy Stepanov
2016-08-02
1
-0
/
+8
*
[GlobalISel] Set the Selected MF property.
Ahmed Bougacha
2016-08-02
1
-14
/
+0
*
[GlobalISel] Verify Selected MF property.
Ahmed Bougacha
2016-08-02
1
-1
/
+15
*
[GlobalISel] Add Selected MachineFunction property.
Ahmed Bougacha
2016-08-02
3
-0
/
+7
*
[GlobalISel] Verify RegBankSelected MF property.
Ahmed Bougacha
2016-08-02
1
-1
/
+17
*
[GlobalISel] Add RegBankSelected MachineFunction property.
Ahmed Bougacha
2016-08-02
3
-0
/
+8
*
[GlobalISel] Set, require, and verify Legalized MF property.
Ahmed Bougacha
2016-08-02
2
-0
/
+35
*
[GlobalISel] Add Legalized MachineFunction property.
Ahmed Bougacha
2016-08-02
3
-0
/
+10
*
[CodeGen] Generalize MachineFunctionProperties::print comma handling.
Ahmed Bougacha
2016-08-02
1
-2
/
+7
*
[GlobalISel] Don't RegBankSelect target-specific instructions.
Ahmed Bougacha
2016-08-02
1
-1
/
+7
*
[GlobalISel] Don't legalize non-generic instructions.
Ahmed Bougacha
2016-08-02
1
-0
/
+6
*
[GlobalISel] Const-ify MachineInstrs passed to MachineLegalizer.
Ahmed Bougacha
2016-08-02
1
-2
/
+2
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-02
1
-0
/
+6
*
[DAGCombine] Make sext(setcc) combine respect getBooleanContents
Michael Kuperstein
2016-08-01
2
-9
/
+33
*
Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC
Krzysztof Parzyszek
2016-08-01
1
-9
/
+9
*
Revert r277313 and r277314.
Sean Silva
2016-08-01
1
-6
/
+0
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-01
1
-0
/
+6
*
DAG: avoid duplicated truncating for sign extended operand
Weiming Zhao
2016-07-29
1
-8
/
+10
*
GlobalISel: translate "unreachable" (into nothing)
Tim Northover
2016-07-29
1
-0
/
+3
*
GlobalISel: support translation of intrinsic calls.
Tim Northover
2016-07-29
2
-0
/
+48
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
2
-3
/
+3
*
CodeGen: add new "intrinsic" MachineOperand kind.
Tim Northover
2016-07-29
5
-5
/
+74
*
Fixed (incorrectly firing) MSVC unused variable warning
Simon Pilgrim
2016-07-29
1
-2
/
+1
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
2
-3
/
+3
*
[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
[next]