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
*
DAGCombiner: Relax sqrt NaN folding check
Matt Arsenault
2016-02-27
1
-7
/
+7
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
18
-165
/
+163
*
Minor code cleanup. NFC.
Junmo Park
2016-02-27
1
-1
/
+1
*
Fix a bug in isVectorReductionOp() in SelectionDAGBuilder.cpp that may cause ...
Cong Hou
2016-02-26
1
-4
/
+4
*
Fix warning in DwarfCFIException. NFC
Amaury Sechet
2016-02-26
1
-1
/
+1
*
Extract the method to begin and end a fragment in AsmPrinterHandler in their ...
Amaury Sechet
2016-02-26
4
-12
/
+43
*
[GlobalISel] Fix a ranlib warning about empty TOC.
Quentin Colombet
2016-02-26
1
-3
/
+6
*
[WinEH] Fix funclet return block clobber mask placement
Reid Kleckner
2016-02-26
1
-2
/
+6
*
MachineCopyPropagation: Catch copies of the form A<-B;A<-B
Matthias Braun
2016-02-26
1
-54
/
+71
*
MachineCopyPropagation: Keep scanning through instructions with regmasks
Matthias Braun
2016-02-26
1
-55
/
+55
*
Minor code cleanups. NFC.
Junmo Park
2016-02-26
1
-3
/
+3
*
[WinEH] Don't remove unannotated inline-asm calls
David Majnemer
2016-02-26
1
-2
/
+3
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
2
-2
/
+2
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Revert "Introduce analysis pass to compute PostDominators in the new pass man...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute...
Hongbin Zheng
2016-02-25
2
-2
/
+2
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
2
-2
/
+2
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
[CodeGenPrepare] Remove load-based heuristic
Junmo Park
2016-02-25
1
-11
/
+0
*
Detecte vector reduction operations just before instruction selection.
Cong Hou
2016-02-24
1
-0
/
+130
*
MachineInstr: Respect register aliases in clearRegiserKills()
Matthias Braun
2016-02-24
1
-1
/
+1
*
NFC. Move isDereferenceable to Loads.h/cpp
Artur Pilipenko
2016-02-24
1
-0
/
+1
*
Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
6
-199
/
+51
*
Supporting all entities declared in lexical scope in LLVM debug info.
Amjad Aboud
2016-02-23
6
-51
/
+199
*
[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches
David Majnemer
2016-02-23
1
-4
/
+8
*
Add prefix based function layout when profile is available.
Dehao Chen
2016-02-23
1
-0
/
+16
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
8
-57
/
+52
*
Revert "Add prefix based function layout when profile is available."
Duncan P. N. Exon Smith
2016-02-23
1
-16
/
+0
*
Include ProfileData as CodeGen's required library.
Dehao Chen
2016-02-22
1
-1
/
+1
*
[X86] Create mergeable constant pool entries for AVX
David Majnemer
2016-02-22
2
-2
/
+8
*
Add prefix based function layout when profile is available.
Dehao Chen
2016-02-22
1
-0
/
+16
*
SelectionDAG: Use correct addrspace when lowering memcpy
Matt Arsenault
2016-02-22
1
-9
/
+16
*
ARM: sink atomic release barrier as far as possible into cmpxchg.
Tim Northover
2016-02-22
1
-21
/
+102
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
5
-23
/
+25
*
Revert "[ifcnv] Add comment explaining why it's OK to duplicate convergent MI...
Justin Lebar
2016-02-22
1
-5
/
+1
*
[ifcnv] Add comment explaining why it's OK to duplicate convergent MIs in ifcnv.
Justin Lebar
2016-02-22
1
-1
/
+5
*
[ifcnv] Use unique_ptr in IfConversion. NFC
Justin Lebar
2016-02-22
1
-26
/
+26
*
Don't tail-duplicate blocks that contain convergent instructions.
Justin Lebar
2016-02-22
1
-0
/
+5
*
Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
Duncan P. N. Exon Smith
2016-02-22
3
-28
/
+27
*
Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
Duncan P. N. Exon Smith
2016-02-22
3
-27
/
+28
*
CodeGen: Use references in MachineTraceMetrics::Trace, NFC
Duncan P. N. Exon Smith
2016-02-22
3
-28
/
+27
*
CodeGen: Explicitly convert from iterator to pointer, NFC
Duncan P. N. Exon Smith
2016-02-22
1
-1
/
+1
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
5
-25
/
+23
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
4
-9
/
+11
*
ADT: Stop using getNodePtrUnchecked on end() iterators
Duncan P. N. Exon Smith
2016-02-21
1
-5
/
+3
*
CodeGen: Avoid getNodePtrUnchecked() where we need a Value, NFC
Duncan P. N. Exon Smith
2016-02-21
1
-4
/
+6
*
[X86] Use the correct alignment for COMDAT constant pool entries
David Majnemer
2016-02-21
2
-5
/
+8
*
Don't scan for SSA register operands to update when not in SSA form.
Dan Gohman
2016-02-20
1
-22
/
+24
*
[DAGCombiner] Use getBitcast helper when possible. NFCI.
Simon Pilgrim
2016-02-20
1
-7
/
+3
*
MachineCopyPropagation: Introduce Reg2MIMap typedef; NFC
Matthias Braun
2016-02-20
1
-4
/
+5
[next]