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
*
[XRay][tools] Support arg1 logging entries in the basic logging mode
Dean Michael Berris
2017-10-05
3
-21
/
+66
*
Remove dead code.
Rafael Espindola
2017-10-05
1
-7
/
+0
*
[libc++] Clarify names of ABI forcing macros
Shoaib Meenai
2017-10-05
3
-9
/
+15
*
Enabling new pass manager in LTO (and thinLTO) link step.
Sean Fertile
2017-10-05
2
-0
/
+15
*
Enabling new pass manager in LTO (and thinLTO) link step.
Sean Fertile
2017-10-05
1
-0
/
+7
*
Revert r314928 to investigate thinLTO bootstrap failure
Xinliang David Li
2017-10-05
6
-536
/
+0
*
[Analyzer Tests] Fix misc bugs in analyzer reference results updater.
George Karpenkov
2017-10-05
1
-4
/
+16
*
Work around a bug in the C++ expression parser.
Jim Ingham
2017-10-05
1
-47
/
+47
*
Another silly little thing you can do with Python commands.
Jim Ingham
2017-10-05
1
-0
/
+24
*
Add testcase for r314956:
Richard Smith
2017-10-05
1
-0
/
+43
*
PR33924: Merge block-scope anonymous declarations if there are multiple defin...
Richard Smith
2017-10-05
2
-2
/
+3
*
Remove PendingBody mechanism for function and ObjC method deserialization.
Richard Smith
2017-10-05
3
-77
/
+76
*
Refactor duplicated code.
Rafael Espindola
2017-10-05
2
-5
/
+5
*
[X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-10-05
9
-132
/
+239
*
AMDGPU: Add comment about clamps
Matt Arsenault
2017-10-05
1
-0
/
+2
*
AMDGPU: Do not fold clamp instructions when sources are different
Matt Arsenault
2017-10-05
2
-0
/
+23
*
[libc++] Move cache variable definition. NFC
Shoaib Meenai
2017-10-04
1
-1
/
+1
*
[libc++] Allow users to explicitly specify ABI
Shoaib Meenai
2017-10-04
3
-5
/
+19
*
[sanitizer] Move cxx-abi library earlier in link flags.
Evgeniy Stepanov
2017-10-04
3
-9
/
+3
*
Fix accidental assignment inside test asserts
Eric Fiselier
2017-10-04
2
-2
/
+2
*
[libc++] Add site config option for ABI macros
Shoaib Meenai
2017-10-04
4
-1
/
+23
*
[InstCombine] Improve support for ashr in foldICmpAndShift
Craig Topper
2017-10-04
2
-9
/
+56
*
AMDGPU: Fix not accounting for instruction size in bundles
Matt Arsenault
2017-10-04
3
-1
/
+68
*
AMDGPU: Correctly set EI_OSABI based on the os
Konstantin Zhuravlyov
2017-10-04
6
-10
/
+70
*
clang-format file.
Adrian Prantl
2017-10-04
1
-30
/
+27
*
delete commented out code.
Adrian Prantl
2017-10-04
1
-2
/
+0
*
Initial cut at infastructure for fuzzing support for OSS-fuzz
Marshall Clow
2017-10-04
8
-0
/
+483
*
Fix 'section' warning behavior with tentatively-defined values
Erich Keane
2017-10-04
2
-1
/
+10
*
Do not call Loop::getName on possibly dead loops
Sanjoy Das
2017-10-04
2
-10
/
+12
*
[MachineBlockPlacement] Make sure PreferredLoopExit is cleared everytime new ...
Xin Tong
2017-10-04
1
-0
/
+10
*
Fix a -Wparentheses warning. NFC.
Hans Wennborg
2017-10-04
1
-1
/
+1
*
Convert an APInt to int64_t properly in TTI::getGEPCost().
Justin Lebar
2017-10-04
2
-2
/
+5
*
[LoopDeletion] Move deleteDeadLoop to to LoopUtils. NFC
Marcello Maggioni
2017-10-04
3
-134
/
+138
*
Revert "Revert r314810: Use sched_getaffinity instead of std::thread::hardwar...
Rafael Espindola
2017-10-04
1
-2
/
+2
*
[OpenCL] Clean up and add missing fields for block struct
Yaxun Liu
2017-10-04
7
-128
/
+276
*
Bring r314809 back.
Rafael Espindola
2017-10-04
8
-8
/
+40
*
[SimplifyCFG] put the optional assumption cache pointer in the options struct...
Sanjay Patel
2017-10-04
6
-59
/
+54
*
LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the build type
Leonard Mosescu
2017-10-04
2
-9
/
+7
*
Recommit r314561 after fixing msan build failure
Xinliang David Li
2017-10-04
6
-0
/
+536
*
[TargetTransformInfo] Check if function pointer is valid before calling isLow...
Guozhi Wei
2017-10-04
2
-1
/
+7
*
[Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (NFC)
Sumanth Gundapaneni
2017-10-04
3
-16
/
+21
*
Add vstore_half helpers for ptx
Jeroen Ketema
2017-10-04
4
-0
/
+38
*
Revert r314810: Use sched_getaffinity instead of std::thread::hardware_concur...
Rui Ueyama
2017-10-04
1
-2
/
+2
*
Recommit : Use the basic cost if a GEP is not used as addressing mode
Jun Bum Lim
2017-10-04
10
-10
/
+139
*
Revert D38481 due to missing cmake check for CPU_COUNT
Daniel Neilson
2017-10-04
8
-35
/
+8
*
[X86][AVX] Improve (i8 bitcast (v8i1 x)) handling for v8i64/v8f64 512-bit vec...
Simon Pilgrim
2017-10-04
2
-20
/
+11
*
[Hexagon] Add a member Subtarget to HexagonInstrInfo, NFC
Krzysztof Parzyszek
2017-10-04
2
-51
/
+25
*
Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (...
Hans Wennborg
2017-10-04
20
-639
/
+187
*
[llvm-objcopy] Fix major layout bugs in llvm-objcopy
Jake Ehrlich
2017-10-04
3
-20
/
+72
*
[Dominators] Take fast path when applying <=1 updates
Jakub Kuderski
2017-10-04
2
-1
/
+19
[next]