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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
15
-20
/
+20
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
5
-39
/
+81
*
[AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...
Vladimir Sukharev
2015-03-27
4
-20
/
+20
*
Close unique sections when switching away from them.
Rafael Espindola
2015-03-27
3
-2
/
+9
*
[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
4
-0
/
+549
*
Complete the MachineScheduler fix made way back in r210390.
Andrew Trick
2015-03-27
1
-2
/
+2
*
[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
2
-23
/
+23
*
Allow explicit spill slots to be specified for a gc.statepoint
Philip Reames
2015-03-27
1
-4
/
+20
*
WinEH: Create a parent frame alloca for HandlerType xdata tables
David Majnemer
2015-03-27
3
-1
/
+28
*
Refactor Code inside LoopVectorizer's function isInductionVariable.
Karthik Bhat
2015-03-27
1
-9
/
+23
*
Fix a bug in SelectionDAG scheduling backtracking code: PR22304.
Andrew Trick
2015-03-27
1
-1
/
+2
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
4
-549
/
+0
*
[AsmPrinter] Don't assert on GOT equivalent non-constant users.
Ahmed Bougacha
2015-03-27
1
-1
/
+1
*
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
1
-0
/
+2
*
[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
1
-5
/
+9
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
5
-14
/
+15
*
Default to armv7 cpu for NaCl when march=arm
Derek Schuff
2015-03-26
1
-0
/
+2
*
Fix PR23025.
Rafael Espindola
2015-03-26
3
-5
/
+22
*
Fix rare case where APInt divide algorithm applied un-needed transformation.
Yaron Keren
2015-03-26
1
-34
/
+19
*
Adds an option to disable ARM ld/st optim pass
Renato Golin
2015-03-26
1
-7
/
+16
*
Reapply "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
1
-16
/
+17
*
[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract" extension
Vladimir Sukharev
2015-03-26
2
-14
/
+168
*
[AArch64] Rename Pairs to Mappings in AArch64NamedImmMapper
Vladimir Sukharev
2015-03-26
2
-66
/
+66
*
[AArch64] Move initializations of AArch64NamedImmMapper out of void AArch64Op...
Vladimir Sukharev
2015-03-26
1
-18
/
+48
*
[SCEV] Revert bailout added in r75511.
Sanjoy Das
2015-03-26
1
-12
/
+11
*
revert inadvertent change
Sanjay Patel
2015-03-26
1
-2
/
+0
*
comment cleanup; NFC
Sanjay Patel
2015-03-26
2
-5
/
+7
*
Remove outdated README-SSE.txt entries.
Benjamin Kramer
2015-03-26
1
-78
/
+0
*
InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
Benjamin Kramer
2015-03-26
2
-38
/
+15
*
[AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
2015-03-26
13
-6
/
+53
*
Use SDValue bool checks; NFC intended
Sanjay Patel
2015-03-26
1
-20
/
+13
*
fix indent; NFC
Sanjay Patel
2015-03-26
1
-1
/
+1
*
[SLSR] handle candidate form &B[i * S]
Jingyue Wu
2015-03-26
1
-67
/
+328
*
Sometimes report_fatal_error is called when there is not a handler function u...
Aaron Ballman
2015-03-26
1
-3
/
+17
*
[mips] Move the setATReg definition inside the MipsAssemblerOptions class. NFC.
Toma Tabacu
2015-03-26
1
-9
/
+7
*
[X86][FastIsel] Teach how to select vector load instructions.
Andrea Di Biagio
2015-03-26
1
-3
/
+34
*
Revert "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
1
-10
/
+13
*
[RegisterCoalescer] Add a rule to consider more profitable copies first when
Quentin Colombet
2015-03-26
1
-2
/
+72
*
Add computeFSAdditions to the function based subtarget creation
Eric Christopher
2015-03-26
1
-1
/
+9
*
Fix typo in comment.
Nico Weber
2015-03-25
1
-1
/
+1
[next]