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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Rearrange relocation codes in natural order. NFC.
Igor Kudrin
2015-12-01
1
-65
/
+76
*
Remove superfluous StringRef casts, NFC.
Yaron Keren
2015-12-01
1
-7
/
+7
*
Introduce a range version of std::find, and use in SCEV
Sanjoy Das
2015-12-01
2
-2
/
+8
*
Introduce a range version of std::any_of, and use it in SCEV
Sanjoy Das
2015-12-01
3
-10
/
+14
*
[X86] Improve codegen for AVX2 gather with an all 1s mask.
Craig Topper
2015-12-01
1
-30
/
+39
*
[X86] Fix patterns for memory forms of FP FSUBR and FDIVR. They need to have ...
Craig Topper
2015-12-01
1
-39
/
+69
*
[X86] Use range-based for loops. NFC
Craig Topper
2015-12-01
1
-6
/
+6
*
[X86] Use array_lengthof instead of calculating manually. Also change index t...
Craig Topper
2015-12-01
1
-7
/
+7
*
[Hexagon] Use std::begin() and std::end() instead of doing the same manually....
Craig Topper
2015-12-01
1
-2
/
+1
*
[Hexagon] Use array_lengthof and const correct and type correct the array and...
Craig Topper
2015-12-01
1
-7
/
+5
*
Use array_lengthof instead of manually calculating it. NFC
Craig Topper
2015-12-01
1
-2
/
+2
*
[Hexagon] Use ArrayRef to avoid needing to calculate an array size. Interesti...
Craig Topper
2015-12-01
1
-16
/
+11
*
[ARM] Use range-based for loops to avoid the need for calculating an array si...
Craig Topper
2015-12-01
1
-6
/
+5
*
Use array_lengthof instead of manually calculating it. NFC
Craig Topper
2015-12-01
1
-3
/
+2
*
[LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...
Sagar Thakur
2015-12-01
1
-0
/
+3
*
[Windows] Partially revert r254363 until I can test the right fix.
Davide Italiano
2015-12-01
1
-2
/
+6
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
34
-422
/
+301
*
[LLDB][MIPS] Change ARCHFLAG for MIPS
Jaydeep Patil
2015-12-01
1
-0
/
+3
*
[Hexagon] Disabling failing safestack test
Colin LeMahieu
2015-12-01
1
-0
/
+1
*
RegisterPressure: If we do not collect dead defs the list must be empty
Matthias Braun
2015-12-01
1
-5
/
+1
*
RegisterPressure: Remove support for recede()/advance() at MBB boundaries
Matthias Braun
2015-12-01
2
-22
/
+8
*
RegisterPressure: There is no need to make getCurSlot() public
Matthias Braun
2015-12-01
1
-4
/
+4
*
RegisterPressure: There is no need to make discoverLive{In|Out} public
Matthias Braun
2015-12-01
1
-3
/
+3
*
RegisterPressure: Split RegisterOperands analysis code from result object; NFC
Matthias Braun
2015-12-01
1
-43
/
+60
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
30
-34
/
+2927
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
34
-296
/
+420
*
[modules] Don't reject multiple modules providing contents for the same embed...
Richard Smith
2015-12-01
2
-1
/
+17
*
[Windows] Follow-up r254363, remove return.
Davide Italiano
2015-12-01
1
-3
/
+1
*
[Windows] Simplify assertion code. NFC.
Davide Italiano
2015-12-01
2
-8
/
+3
*
Squelch unused variable warning in SIRegisterInfo.cpp.
Matt Arsenault
2015-12-01
1
-1
/
+2
*
llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls.
NAKAMURA Takumi
2015-12-01
1
-0
/
+2
*
check-llvm: Introduce the new feature "tls".
NAKAMURA Takumi
2015-12-01
1
-0
/
+4
*
Fix use-after-free when a C++ thread_local variable gets replaced (because its
Richard Smith
2015-12-01
7
-32
/
+34
*
[llvm-dwp] Add missing Makefile for the old configure+make build
David Blaikie
2015-12-01
1
-0
/
+18
*
[llvm-dwp] Add missing dependency from llvm tests on the llvm-dwp tool
David Blaikie
2015-12-01
1
-0
/
+1
*
Fix a bug in MachineBlockPlacement that may cause assertion failure during Br...
Cong Hou
2015-12-01
1
-3
/
+7
*
[llvm-dwp] Initial partial prototype
David Blaikie
2015-12-01
9
-1
/
+222
*
llvm-dwp: Initial layout
David Blaikie
2015-12-01
5
-1
/
+40
*
[safestack] Protect byval function arguments.
Evgeniy Stepanov
2015-12-01
5
-111
/
+241
*
Extend debug info for function parameters in SDAG.
Evgeniy Stepanov
2015-12-01
2
-16
/
+102
*
[safestack] Fix handling of array allocas.
Evgeniy Stepanov
2015-12-01
2
-5
/
+65
*
Fix a bug where one-lining display of child values would ignore the user's ch...
Enrico Granata
2015-12-01
1
-1
/
+1
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
34
-420
/
+292
*
This reverts commit r254336 and r254344.
Rafael Espindola
2015-11-30
6
-112
/
+80
*
[PR25661] Revert part of r217213 according to r254323.
NAKAMURA Takumi
2015-11-30
1
-13
/
+2
*
Remove extraneous parentheses.
Rui Ueyama
2015-11-30
1
-1
/
+1
*
Disable a consistency check.
Rafael Espindola
2015-11-30
3
-27
/
+1
*
Remove non-debug printing of domain set
Tobias Grosser
2015-11-30
1
-1
/
+0
*
[InstCombine] add tests to show potential vector IR shuffle transforms
Sanjay Patel
2015-11-30
1
-5
/
+48
*
Unpack the output on the client, completing the cycle.
Zachary Turner
2015-11-30
4
-39
/
+89
[next]