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
*
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
*
Have swig_bot actually run swig, and send back the output.
Zachary Turner
2015-11-30
4
-36
/
+74
*
[X86][FMA4] Prefer FMA4 to FMA
Simon Pilgrim
2015-11-30
4
-6
/
+7
*
Fix hang in global static initialization
Adrian McCarthy
2015-11-30
1
-4
/
+10
*
[libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp
Kostya Serebryany
2015-11-30
1
-0
/
+1
*
Start deciding earlier what to link.
Rafael Espindola
2015-11-30
8
-80
/
+138
*
Have 'optnone' respect the -fast-isel=false option.
Paul Robinson
2015-11-30
6
-10
/
+24
*
[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks....
Cong Hou
2015-11-30
1
-250
/
+347
*
AMDGPU: Fix unused function
Matt Arsenault
2015-11-30
1
-5
/
+0
*
AMDGPU: Error if too many user SGPRs used
Matt Arsenault
2015-11-30
2
-0
/
+8
*
AMDGPU: Rework how private buffer passed for HSA
Matt Arsenault
2015-11-30
21
-297
/
+1000
*
AMDGPU: Rename enums to be consistent with HSA code object terminology
Matt Arsenault
2015-11-30
5
-50
/
+49
*
AMDGPU: Remove SIPrepareScratchRegs
Matt Arsenault
2015-11-30
19
-281
/
+827
*
AMDGPU: Use assert zext for workgroup sizes
Matt Arsenault
2015-11-30
3
-10
/
+84
*
ScopInfo: Further simplify code
Tobias Grosser
2015-11-30
1
-2
/
+1
*
ELF: Make comments consistent.
Rui Ueyama
2015-11-30
1
-7
/
+0
*
[ARM] For old thumb ISA like v4t, we cannot use PC directly in pop.
Quentin Colombet
2015-11-30
2
-22
/
+28
*
Avoid writing to source directory of tests
Reid Kleckner
2015-11-30
1
-1
/
+1
*
[MS Compat] Adjust thiscall to cdecl when deducing template arguments
David Majnemer
2015-11-30
2
-2
/
+24
*
Fix honoring of OMP_THREAD_LIMIT in the teams construct
Jonathan Peyton
2015-11-30
1
-7
/
+36
*
Fix crash when __kmp_task_team_setup called for single threaded team
Jonathan Peyton
2015-11-30
1
-20
/
+21
[next]