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
*
Drop function that are deprecated since 2010.
Rafael Espindola
2015-12-17
3
-30
/
+3
*
Test commit
Dave Bartolomeo
2015-12-17
1
-1
/
+1
*
[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.
Dan Gohman
2015-12-17
3
-2
/
+24
*
[docs] Motivate ninja in GettingStarted.rst
Vedant Kumar
2015-12-17
1
-1
/
+1
*
Fix of a comment.
Roman Gareev
2015-12-17
1
-1
/
+1
*
Fix delinearization of fortran arrays
Roman Gareev
2015-12-17
2
-2
/
+42
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
13
-147
/
+132
*
[InstCombine] Adding "\n" to debug output. NFC.
Weiming Zhao
2015-12-17
1
-2
/
+2
*
Hardcode the target in this testcase — it depends on the ABI.
Adrian Prantl
2015-12-17
1
-1
/
+1
*
Attach maximum function count to Module when using PGO mode.
Easwaran Raman
2015-12-17
3
-2
/
+55
*
ResultsFormatter: always lock on handle_event()
Todd Fiala
2015-12-17
1
-92
/
+91
*
[x86] Filecheck is case sensitive. Capitalize directives.
Chad Rosier
2015-12-17
1
-4
/
+4
*
[x86] Filecheck is case sensitive. Capitalize directives.
Chad Rosier
2015-12-17
1
-48
/
+48
*
[EarlyCSE] DSE of atomic unordered stores
Philip Reames
2015-12-17
2
-18
/
+91
*
make this test less whitespace-sensitive.
Adrian Prantl
2015-12-17
1
-1
/
+1
*
Rewrite test to use llvm-dwarfdump instead of checking for asm comments.
Adrian Prantl
2015-12-17
1
-4
/
+12
*
[CUDA] Make vtable construction aware of host/device side of CUDA compilation.
Artem Belevich
2015-12-17
3
-0
/
+94
*
[STATS] Properly guard the tick_time() function and its uses
Jonathan Peyton
2015-12-17
3
-2
/
+13
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
18
-74
/
+611
*
AMDGPU/SI: Reserve appropriate number of sgprs for flat scratch init.
Tom Stellard
2015-12-17
2
-2
/
+42
*
[STATS] replace __cpuid() intrinsic with already existing __kmp_x86_cpuid() f...
Jonathan Peyton
2015-12-17
1
-4
/
+5
*
AMDGPU: Fix off-by-one in SIRegisterInfo::eliminateFrameIndex
Nicolai Haehnle
2015-12-17
3
-9
/
+10
*
Revert r254592 (virtual dtor in SCEVPredicate).
Andy Gibbs
2015-12-17
3
-13
/
+18
*
[RenderScript] Support all RS allocation types
Ewan Crawford
2015-12-17
1
-18
/
+100
*
Mark a couple ModuleLinker member functions as const (NFC)
Teresa Johnson
2015-12-17
1
-2
/
+2
*
Avoid explicit relocation sorting most of the time.
Rafael Espindola
2015-12-17
8
-45
/
+32
*
[STATS] Fix stats lock problem to be compatible with new hinted lock code
Jonathan Peyton
2015-12-17
2
-1
/
+4
*
[STATS] Add libm.so to lib dependencies for stats library
Jonathan Peyton
2015-12-17
1
-0
/
+1
*
Revert "[AArch64] Enable PostRAScheduler for AArch64 generic build"
Rafael Espindola
2015-12-17
1
-2
/
+1
*
Always sort by offset first. NFC.
Rafael Espindola
2015-12-17
4
-22
/
+16
*
Fix unused variable warning in release builds. NFC.
Diego Novillo
2015-12-17
1
-3
/
+1
*
[AArch64] Enable PostRAScheduler for AArch64 generic build
MinSeong Kim
2015-12-17
1
-1
/
+2
*
[AArch64] Add DAG combine for extract extend pattern
Matthew Simpson
2015-12-17
2
-10
/
+27
*
Simplify. NFC.
Rafael Espindola
2015-12-17
1
-6
/
+3
*
Patch cmake to allow detection of python 2.7.9+
Aidan Dodds
2015-12-17
1
-2
/
+2
*
Fix formatting
Tobias Grosser
2015-12-17
1
-4
/
+3
*
ScopGraphPrinter: Only show functions that contain at least one scop
Tobias Grosser
2015-12-17
1
-5
/
+11
*
[ms-inline-asm] Add support for composite structs in MS inline asm
Marina Yatsina
2015-12-17
2
-27
/
+59
*
DOTGraphTraits: Allow the decision to show a graph to consider the analysis
Tobias Grosser
2015-12-17
1
-6
/
+14
*
Removed empty directory.
Alexander Kornienko
2015-12-17
0
-0
/
+0
*
Inspect DW_AT_const_value global static const variables
Ewan Crawford
2015-12-17
5
-5
/
+12
*
Remove clang-modernize.
Alexander Kornienko
2015-12-17
148
-14152
/
+6
*
XFAIL some tests failing for Windows -> Android
Tamas Berghammer
2015-12-17
2
-0
/
+2
*
[ELF] - implemented @indntpoff (x86) relocation and its optimization.
George Rimar
2015-12-17
7
-31
/
+256
*
[ELF] - implement support of extended length field for CIE/FDE records of eh_...
George Rimar
2015-12-17
6
-7
/
+71
*
Add AccessModifierOffset to clang-format style
Pavel Labath
2015-12-17
1
-0
/
+1
*
[X86] Add option for enabling LEA optimization pass, by Andrey Turetsky
Alexey Bataev
2015-12-17
2
-2
/
+6
*
test infra: force rerun to use parallel runner
Todd Fiala
2015-12-17
1
-1
/
+5
*
[OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...
Alexey Bataev
2015-12-17
2
-0
/
+24
*
[WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF
Dan Gohman
2015-12-17
4
-42
/
+30
[next]