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
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
23
-49
/
+752
*
Check for null pointers before calling the Stmt Profiler
Richard Trieu
2016-06-10
1
-31
/
+63
*
[AVX512] Fix shuffle comment printing to handle the masked versions of some s...
Craig Topper
2016-06-10
6
-83
/
+99
*
Fix recognition of shadowed template parameter
Serge Pavlov
2016-06-10
2
-11
/
+24
*
[lit] Only gather redirected files for command failures.
Daniel Dunbar
2016-06-10
1
-10
/
+11
*
AMDGPU: Fix trailing whitespace
Matt Arsenault
2016-06-10
10
-40
/
+40
*
[esan|cfrag] Add the struct field offset array in StructInfo
Qin Zhao
2016-06-10
2
-25
/
+29
*
[esan|cfrag] Add the struct field offset array in StructInfo
Qin Zhao
2016-06-10
2
-13
/
+66
*
Reduce sizeof(CXXConstructorDecl) by 4-8 bytes.
Richard Smith
2016-06-10
1
-6
/
+7
*
[LiveRangeEdit] Add a test case for r272314.
Quentin Colombet
2016-06-10
1
-0
/
+268
*
Add null checks before using a pointer.
Richard Trieu
2016-06-10
1
-0
/
+4
*
[llc] Do not create the pass config several times for run-pass.
Quentin Colombet
2016-06-10
1
-6
/
+7
*
Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.
Richard Smith
2016-06-10
8
-38
/
+38
*
[llc] Add support for several run-pass options.
Quentin Colombet
2016-06-10
3
-31
/
+70
*
[esan|cfrag] Disable load/store instrumentation for cfrag
Qin Zhao
2016-06-10
3
-8
/
+20
*
Make all the SBFrame API's take the target lock.
Jim Ingham
2016-06-10
1
-14
/
+43
*
Update call site attribute documentation
Matt Arsenault
2016-06-10
1
-2
/
+2
*
docs: Add AMDGPU relocation information
Tom Stellard
2016-06-10
1
-0
/
+51
*
AMDGPU: v_cndmask_b32 does not def vcc
Matt Arsenault
2016-06-10
2
-2
/
+29
*
Add doxygen comments to mmintrin.h's intrinsics.
Ekaterina Romanova
2016-06-10
1
-0
/
+1041
*
AMDGPU/SI: Make sure to emit TargetConstant nodes when matching ds_*permute
Tom Stellard
2016-06-10
2
-2
/
+11
*
Fix "frame variable" to show all variables defined in functions and any conta...
Greg Clayton
2016-06-09
1
-5
/
+6
*
[CMake] Removing fallback code for CMake versions before 3.1
Chris Bieneman
2016-06-09
1
-14
/
+0
*
AMDGPU/SI: Use common topological sort algorithm in SIScheduleDAGMI
Tom Stellard
2016-06-09
1
-64
/
+3
*
AMDGPU: Fix flat atomics
Matt Arsenault
2016-06-09
8
-41
/
+2301
*
AMDGPU: Fix i64 global cmpxchg
Matt Arsenault
2016-06-09
5
-136
/
+189
*
AMDGPU: Fix missing and broken check lines in atomic tests
Matt Arsenault
2016-06-09
2
-369
/
+487
*
RenderScript support in the Frontend
Pirama Arumuga Nainar
2016-06-09
8
-0
/
+56
*
Make sure that not interesting allocas are not instrumented.
Vitaly Buka
2016-06-09
2
-4
/
+33
*
CodeGen: Allow verifier to run after MachineBlockPlacement
Matt Arsenault
2016-06-09
1
-1
/
+1
*
Add aliases for mfvrsave/mtvrsave.
Eric Christopher
2016-06-09
3
-2
/
+12
*
AMDGPU: Run verifer after insert waits pass
Matt Arsenault
2016-06-09
1
-1
/
+1
*
AMDGPU: Remove incorrect assertion
Matt Arsenault
2016-06-09
1
-4
/
+0
*
AMDGPU: Properly initialize SIShrinkInstructions
Matt Arsenault
2016-06-09
3
-8
/
+6
*
[CFLAA] Handle global/arg attrs more sanely.
George Burgess IV
2016-06-09
3
-24
/
+58
*
Unpoison stack memory in use-after-return + use-after-scope mode
Vitaly Buka
2016-06-09
3
-45
/
+60
*
Reapply 272328 and 272329 as a single patch.
Alina Sbirlea
2016-06-09
1
-10
/
+3
*
Revert 272328 and 272329 to recommit as a single patch.
Alina Sbirlea
2016-06-09
1
-3
/
+10
*
clang-format: [JS] recognized named functions in AnnotatingParser.
Martin Probst
2016-06-09
2
-1
/
+6
*
Keep barcelona subtype for amdfam10
Alina Sbirlea
2016-06-09
1
-1
/
+3
*
[cpu-detection] Return amdfam10 for all subtypes. Address Bug 28067.
Alina Sbirlea
2016-06-09
1
-9
/
+0
*
[CMake] Cleanup ExternalProject usage of CMake 3.x features
Chris Bieneman
2016-06-09
1
-19
/
+7
*
Enable some tests on linux
Pavel Labath
2016-06-09
7
-9
/
+5
*
Redirect unused output in test to /dev/null
Richard Trieu
2016-06-09
1
-3
/
+3
*
[CMake] Cleaning up CMake version checks in ExternalProject calls
Chris Bieneman
2016-06-09
2
-25
/
+9
*
[CMake] Version is aways greater than 3
Chris Bieneman
2016-06-09
1
-25
/
+22
*
Fixed an issue in the ProcessMachCore where segments are not always contiguou...
Greg Clayton
2016-06-09
1
-13
/
+42
*
Use ProfileSummaryInfo in inline cost analysis.
Easwaran Raman
2016-06-09
8
-58
/
+83
*
Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.
Sean Callanan
2016-06-09
1
-0
/
+7
*
[X86][AVX512] Added avx512 VPSLLDQ/VPSRLDQ instruction comments
Simon Pilgrim
2016-06-09
4
-15
/
+27
[next]