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
*
[SDAG] Make the DAGCombine worklist not grow endlessly due to duplicate
Chandler Carruth
2014-07-23
1
-52
/
+71
*
[SDAG] Refactor the code for inserting a newly allocated SDNode into the
Chandler Carruth
2014-07-22
1
-96
/
+86
*
[SDAG] Remove a giant pile of asserts that may have helped track down
Chandler Carruth
2014-07-22
1
-40
/
+3
*
Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...
David Blaikie
2014-07-21
4
-33
/
+4
*
Replace the result usages while legalizing cmpxchg.
Logan Chien
2014-07-21
1
-4
/
+3
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
4
-11
/
+12
*
CodeGen: emit IR-level f16 conversion intrinsics as fptrunc/fpext
Tim Northover
2014-07-21
3
-5
/
+21
*
[SDAG,cleanup] Switch the DAG combiner over to use the spelling
Chandler Carruth
2014-07-21
1
-179
/
+179
*
[SDAG] Rather than using a narrow test against the one dummy node on the
Chandler Carruth
2014-07-21
1
-1
/
+6
*
[DAGCombiner] Improve the shuffle-vector folding logic.
Andrea Di Biagio
2014-07-21
1
-0
/
+22
*
[DAG] Refactor some logic. No functional change.
Andrea Di Biagio
2014-07-21
1
-0
/
+21
*
MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::r...
NAKAMURA Takumi
2014-07-20
1
-5
/
+4
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
4
-12
/
+11
*
Fix -Asserts build introduced since r213456.
NAKAMURA Takumi
2014-07-20
1
-0
/
+2
*
Sure up ownership passing of the PBQPBuilder by passing unique_ptrs by value ...
David Blaikie
2014-07-19
1
-7
/
+7
*
Templatify RegionInfo so it works on MachineBasicBlocks
Matt Arsenault
2014-07-19
2
-0
/
+138
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
2
-2
/
+2
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
Eric Christopher
2014-07-18
2
-8
/
+4
*
DebugInfo: Assert that all abstract scopes are subprograms, rather than condi...
David Blaikie
2014-07-18
1
-2
/
+1
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-18
2
-4
/
+8
*
ARM: support legalisation of "fptrunc ... to half" operations.
Tim Northover
2014-07-18
2
-0
/
+24
*
CodeGen: soften f16 type by default instead of marking legal.
Tim Northover
2014-07-18
1
-0
/
+7
*
AArch64: Constant fold converting vector setcc results to float.
Jim Grosbach
2014-07-18
1
-0
/
+26
*
Revert "[x86] Fold extract_vector_elt of a load into the Load's address compu...
Michael J. Spencer
2014-07-18
1
-124
/
+90
*
CodeGen: generate single libcall for fptrunc -> f16 operations.
Tim Northover
2014-07-17
4
-19
/
+29
*
CodeGen: extend f16 conversions to permit types > float.
Tim Northover
2014-07-17
6
-21
/
+48
*
Fixed formatting, removed bug reference, renamed testcase
Sanjay Patel
2014-07-16
1
-3
/
+4
*
[FastISel] Local values shouldn't be alive across an inline asm call with sid...
Juergen Ributzka
2014-07-16
1
-0
/
+5
*
trivial fix for PR20314
Sanjay Patel
2014-07-16
1
-1
/
+4
*
[RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...
Chris Bieneman
2014-07-16
1
-2
/
+1
*
CodeGen: don't form illegail EXTLOAD operations.
Tim Northover
2014-07-16
1
-4
/
+2
*
Remove TLI from isInTailCallPosition's arguments. NFC.
Juergen Ributzka
2014-07-16
3
-5
/
+5
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-3
/
+20
*
[RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...
Chris Bieneman
2014-07-15
1
-0
/
+17
*
[DAGCombiner] Add more rules to fold shuffles.
Andrea Di Biagio
2014-07-15
1
-7
/
+17
*
[FastISel] Insert patchpoint instruction before the target generated call ins...
Juergen Ributzka
2014-07-15
1
-1
/
+2
*
[FastISel] Fix patchpoint lowering to set the result register.
Juergen Ributzka
2014-07-15
1
-5
/
+6
*
[DAGCombiner] Avoid calling method 'isShuffleMaskLegal' on illegal vector types.
Andrea Di Biagio
2014-07-15
1
-0
/
+2
*
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
2014-07-14
2
-10
/
+26
*
[DAGCombiner] Add more rules to combine shuffle vector dag nodes.
Andrea Di Biagio
2014-07-14
1
-0
/
+44
*
CodeGen: Add a getSectionKind method to MachineConstantPoolEntry
David Majnemer
2014-07-14
2
-15
/
+32
*
Unify the lowering of arguments during SjLj prepare.
Bill Wendling
2014-07-14
1
-28
/
+10
*
fixed typo
Sanjay Patel
2014-07-14
1
-1
/
+1
*
CodeGen: add missing include
Saleem Abdulrasool
2014-07-14
1
-0
/
+1
*
Support lowering of empty aggregates.
Bill Wendling
2014-07-14
1
-11
/
+11
*
[DAGCombiner] Fix a crash caused by a missing check for legal type when tryin...
Andrea Di Biagio
2014-07-13
1
-1
/
+1
*
Templatify DominanceFrontier.
Matt Arsenault
2014-07-12
2
-0
/
+55
*
Avoid a warning from MSVC on "*/" in this code by inserting a space
Reid Kleckner
2014-07-12
1
-1
/
+1
*
[FastISel] Add target-independent patchpoint intrinsic support. WIP.
Juergen Ributzka
2014-07-11
1
-0
/
+169
*
[FastISel] Add basic infrastructure to support a target-independent call lowe...
Juergen Ributzka
2014-07-11
1
-2
/
+208
[next]