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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
94
-102
/
+102
*
[R600/SI] Fix testcase check line.
Ahmed Bougacha
2015-03-27
1
-1
/
+1
*
[AArch64InstPrinter] Use the feature bits of the subtarget passed to the print
Akira Hatanaka
2015-03-27
2
-6
/
+14
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
39
-108
/
+229
*
[CodeGen] Don't attempt a tail-call with a non-forwarded explicit sret.
Ahmed Bougacha
2015-03-27
2
-0
/
+111
*
[CodeGen] Don't attempt a tail-call with implicit sret.
Ahmed Bougacha
2015-03-27
2
-0
/
+50
*
Recommit r233116 better: Remove a redundant instcombine involving bitcasts of...
David Blaikie
2015-03-27
1
-36
/
+0
*
R600/SI: Fix VOP2 VI encoding
Marek Olsak
2015-03-27
1
-1
/
+1
*
[asan] Speed up isInterestingAlloca check
Anna Zaks
2015-03-27
1
-10
/
+19
*
[bpf] add support for bpf pseudo instruction
Alexei Starovoitov
2015-03-27
4
-2
/
+40
*
[RegisterCoalescer] Refine the terminal rule to still consider the terminal
Quentin Colombet
2015-03-27
2
-8
/
+34
*
LLParser: Require non-null scope for MDLocation and MDLocalVariable
Duncan P. N. Exon Smith
2015-03-27
6
-6
/
+20
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
15
-20
/
+20
*
Add a -raw option to the -section mode of llvm-objdump.
Adrian Prantl
2015-03-27
3
-3
/
+19
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
16
-107
/
+205
*
DebugInfo: Fix another bitrotted testcase
Duncan P. N. Exon Smith
2015-03-27
1
-2
/
+2
*
[AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...
Vladimir Sukharev
2015-03-27
4
-20
/
+20
*
CMake: enable installing utils
Derek Schuff
2015-03-27
2
-0
/
+14
*
Work around pr23045 and make it easier to reproduce.
Rafael Espindola
2015-03-27
4
-3
/
+17
*
Close unique sections when switching away from them.
Rafael Espindola
2015-03-27
7
-9
/
+17
*
Fix subprogram-linkonce-weak.ll and subprogram-linkonce-weak-odr.ll for Windows.
Yaron Keren
2015-03-27
2
-11
/
+11
*
[Support] Remove statically initialized yet dead code.
Benjamin Kramer
2015-03-27
1
-18
/
+0
*
Reapply r233175 and r233183: float2int.
James Molloy
2015-03-27
10
-0
/
+846
*
Complete the MachineScheduler fix made way back in r210390.
Andrew Trick
2015-03-27
8
-25
/
+25
*
[NFC] Fix typo in comment.
Sanjoy Das
2015-03-27
1
-1
/
+1
*
[NFC] Fix typo in comment.
Sanjoy Das
2015-03-27
1
-1
/
+1
*
Code cleanup [NFC]
Philip Reames
2015-03-27
1
-14
/
+12
*
More code cleanup [NFC]
Philip Reames
2015-03-27
1
-14
/
+7
*
More code cleanup [NFC]
Philip Reames
2015-03-27
1
-12
/
+13
*
Code simplification and style cleanup
Philip Reames
2015-03-27
1
-97
/
+36
*
Require a GC strategy be specified for functions which use gc.statepoint
Philip Reames
2015-03-27
10
-45
/
+47
*
Allow explicit spill slots to be specified for a gc.statepoint
Philip Reames
2015-03-27
2
-4
/
+141
*
Reintroduce the SelectionDAG scheduler test for r233351.
Andrew Trick
2015-03-27
1
-0
/
+51
*
WinEH: Create a parent frame alloca for HandlerType xdata tables
David Majnemer
2015-03-27
6
-1
/
+49
*
This test should have been target specific. I missed that.
Andrew Trick
2015-03-27
1
-51
/
+0
*
Refactor Code inside LoopVectorizer's function isInductionVariable.
Karthik Bhat
2015-03-27
2
-9
/
+27
*
Fix a bug in SelectionDAG scheduling backtracking code: PR22304.
Andrew Trick
2015-03-27
2
-1
/
+53
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
10
-832
/
+0
*
DebugInfo: Update testcases with invalid variables
Duncan P. N. Exon Smith
2015-03-27
9
-20
/
+23
*
[AsmPrinter] Don't assert on GOT equivalent non-constant users.
Ahmed Bougacha
2015-03-27
2
-1
/
+6
*
DIBuilder: Change a few helpers to return downcasted MDNodes
Duncan P. N. Exon Smith
2015-03-27
1
-4
/
+4
*
AsmWriter: Cleanup debug info fields with MDFieldPrinter, NFC
Duncan P. N. Exon Smith
2015-03-27
1
-385
/
+248
*
Deduplicate a bunch of setOpActions into an MVT range-for. NFC.
Ahmed Bougacha
2015-03-26
1
-39
/
+15
*
[CodeGen] Report error rather than crash when unable to makeLibCall.
Ahmed Bougacha
2015-03-26
2
-0
/
+3
*
[CodeGen] Don't pretend we can expand f16 libcalls.
Ahmed Bougacha
2015-03-26
1
-13
/
+0
*
Use movw/movt instead of constant pool loads to lower byval parameter copies
Derek Schuff
2015-03-26
2
-5
/
+26
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
11
-28
/
+53
*
Default to armv7 cpu for NaCl when march=arm
Derek Schuff
2015-03-26
2
-0
/
+6
*
Fix PR23025.
Rafael Espindola
2015-03-26
5
-5
/
+35
*
Fix rare case where APInt divide algorithm applied un-needed transformation.
Yaron Keren
2015-03-26
2
-34
/
+219
[next]