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
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
257
-1378
/
+1530
*
Update CGDebugInfo to the updated API in LLVM.
Adrian Prantl
2014-10-01
7
-34
/
+38
*
R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...
Tom Stellard
2014-10-01
266
-1520
/
+1521
*
C API: Add LLVMCloneModule()
Tom Stellard
2014-10-01
2
-0
/
+13
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
11
-29
/
+30
*
thread state coordinator: replaced shortened type name Func suffix with Funct...
Todd Fiala
2014-10-01
2
-30
/
+30
*
[clang-tidy] Clarify a comment.
Alexander Kornienko
2014-10-01
1
-1
/
+2
*
Revert r216862 due to a performance regression
Jingyue Wu
2014-10-01
4
-59
/
+28
*
Minor tweak to Ed's FreeBSD fix.
Todd Fiala
2014-10-01
1
-1
/
+1
*
Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
2014-10-01
6
-215
/
+308
*
[mips] Rename emit and parse functions for the .cpload assembler directive. NFC.
Toma Tabacu
2014-10-01
3
-10
/
+10
*
R600/SI: Add a generic pseudo EXP instruction
Tom Stellard
2014-10-01
3
-8
/
+30
*
R600/SI: Add generic pseudo MTBUF instructions
Tom Stellard
2014-10-01
3
-31
/
+58
*
R600/SI: Add generic pseudo SMRD instructions
Tom Stellard
2014-10-01
2
-14
/
+39
*
[asan] Scale back mmap_limit_mb test.
Evgeniy Stepanov
2014-10-01
1
-4
/
+4
*
[ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5
Oliver Stannard
2014-10-01
4
-52
/
+82
*
Add a bandaid to fix the FreeBSD build
Ed Maste
2014-10-01
1
-0
/
+4
*
[sanitizer] Add i686 arch to compiler-rt.
Evgeniy Stepanov
2014-10-01
5
-7
/
+14
*
[clang-tidy] Handle c-style casts from/to enums.
Alexander Kornienko
2014-10-01
2
-12
/
+31
*
[asan] Tune down mmap_limit_mb test.
Evgeniy Stepanov
2014-10-01
1
-6
/
+6
*
[RTC] Use the domain to split alias groups.
Johannes Doerfert
2014-10-01
3
-0
/
+149
*
[RTC] Split alias groups according to read only base addresses
Johannes Doerfert
2014-10-01
4
-16
/
+99
*
[x86] Fix a few more tiny patterns with the new vector shuffle lowering
Chandler Carruth
2014-10-01
2
-5
/
+213
*
[x86] Delete some extraneous logic from the new vector shuffle lowering.
Chandler Carruth
2014-10-01
1
-7
/
+0
*
Adding a test for k5 binaries
Matthew Gardiner
2014-10-01
2
-0
/
+1
*
[AArch64] Allow access to all system registers with MRS/MSR instructions.
Tom Coxon
2014-10-01
8
-70
/
+44
*
Revert r218721, r218735.
Evgeniy Stepanov
2014-10-01
5
-283
/
+9
*
Add missing natual vector cast.
Asiri Rathnayake
2014-10-01
3
-0
/
+67
*
ADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.
NAKAMURA Takumi
2014-10-01
1
-4
/
+4
*
Fix the kalimba arch 4 test, broken when I introduced handling
Matthew Gardiner
2014-10-01
1
-1
/
+1
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
Oliver Stannard
2014-10-01
6
-5
/
+44
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
2014-10-01
11
-18
/
+75
*
Disable the ubsan-asan config on Darwin.
Alexander Potapenko
2014-10-01
2
-2
/
+4
*
[mips] Fix disassembly of [ls][wd]c[23], cache, and pref ...
Daniel Sanders
2014-10-01
6
-12
/
+144
*
[mips] For indirect calls we don't need $gp to point to .got. Mips linker
Sasa Stankovic
2014-10-01
8
-19
/
+47
*
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
Alexander Musman
2014-10-01
15
-102
/
+1615
*
test: XFAIL the non-darwin gmlt test on darwin
Justin Bogner
2014-10-01
1
-0
/
+3
*
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
Lang Hames
2014-10-01
3
-7
/
+13
*
Improve -Wuninitialized warnings for fields that are record types.
Richard Trieu
2014-10-01
2
-31
/
+152
*
Fix typo in comment from r218733
Nick Lewycky
2014-10-01
1
-1
/
+1
*
InstrProf: Avoid repeated linear searches in a hot path
Justin Bogner
2014-10-01
5
-90
/
+76
*
InstrProf: Hide SourceMappingRegion's internals (NFC)
Justin Bogner
2014-10-01
1
-12
/
+31
*
InstrProf: Make coverage::Counter comparable
Justin Bogner
2014-10-01
1
-0
/
+4
*
[InstCombine] Fix for assert build failures caused by r218721
Gerolf Hoflehner
2014-10-01
1
-1
/
+7
*
[x86] Teach the new vector shuffle lowering to be even more aggressive
Chandler Carruth
2014-10-01
2
-17
/
+12
*
[x86] Hoist the zext-lowering up in the v4i32 lowering routine -- it is
Chandler Carruth
2014-10-01
2
-11
/
+27
*
Add an emplace(...) method to llvm::Optional<T>.
Jordan Rose
2014-10-01
2
-0
/
+105
*
[PECOFF] Fix x64 export table.
Rui Ueyama
2014-10-01
2
-4
/
+5
*
Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_bound
David Blaikie
2014-10-01
4
-14
/
+8
*
[AVX512] Remove space before \t in AsmStrings.
Adam Nemet
2014-10-01
1
-6
/
+6
[next]