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
*
[Hexagon] Fixing mistaken case fallthrough.
Colin LeMahieu
2015-11-03
1
-0
/
+1
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
14
-50
/
+761
*
Allow llvm-nm’s single letter command line flags to be grouped.
Kevin Enderby
2015-11-02
2
-18
/
+27
*
Revert "Make new dotest.py executable"
Pavel Labath
2015-11-02
1
-0
/
+0
*
Revert "Remove the __import__ hack of lldbtest_config."
Pavel Labath
2015-11-02
1
-2
/
+5
*
This test case does not actually depend on Cocoa; Foundation is good enoguh
Enrico Granata
2015-11-02
2
-2
/
+2
*
AMDGPU: Stop assuming vreg for build_vector
Matt Arsenault
2015-11-02
3
-28
/
+74
*
[WebAssembly] Make WebAssemblyCodeGen depend on WebAssemblyAsmPrinter
Derek Schuff
2015-11-02
1
-1
/
+1
*
AMDGPU: Error on graphics shaders with HSA
Matt Arsenault
2015-11-02
2
-0
/
+26
*
[CGP] widen switch condition and case constants to target's register width (2...
Sanjay Patel
2015-11-02
3
-0
/
+237
*
AMDGPU: Un XFAIL a test
Matt Arsenault
2015-11-02
1
-7
/
+10
*
AMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE
Matt Arsenault
2015-11-02
7
-62
/
+111
*
Fix the build I just broke
David Blaikie
2015-11-02
1
-1
/
+4
*
Orc: Drop some else-after-return, reflow a few spots, and avoid use of pointe...
David Blaikie
2015-11-02
1
-42
/
+38
*
[SimplifyLibCalls] Remove variables that are not used. NFC.
Davide Italiano
2015-11-02
1
-7
/
+2
*
revert r251849; need to move tests to arch-specific folders
Sanjay Patel
2015-11-02
2
-154
/
+0
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-11-02
3
-32
/
+152
*
[CGP] widen switch condition and case constants to target's register width
Sanjay Patel
2015-11-02
2
-0
/
+154
*
[PPC64LE] Properly initialize instr-info in PPCVSXSwapRemoval pass
Bill Schmidt
2015-11-02
1
-1
/
+1
*
Create lldbsuite.support package with `seven` file.
Zachary Turner
2015-11-02
2
-0
/
+17
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-11-02
1
-2
/
+2
*
[SimplifyLibCalls] Merge two if statements. NFC.
Davide Italiano
2015-11-02
1
-4
/
+1
*
Add a sketched out section on adding Language and LanguageRuntime plugins for...
Enrico Granata
2015-11-02
1
-0
/
+23
*
Remove empty directories.
Alexander Kornienko
2015-11-02
0
-0
/
+0
*
Make hasLHS and hasRHS matchers available for ArraySubscriptExpr
Alexander Kornienko
2015-11-02
2
-9
/
+18
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
13
-760
/
+49
*
Revert part of r239007 related to creating the Python symlink.
Zachary Turner
2015-11-02
1
-9
/
+0
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-11-02
3
-1
/
+149
*
Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...
Enrico Granata
2015-11-02
3
-0
/
+26
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
13
-49
/
+760
*
Make reverse() call iter_swap like the standard says, instead of calling swap...
Marshall Clow
2015-11-02
1
-2
/
+2
*
Move go expression tests to the new location.
Ryan Brown
2015-11-02
2
-0
/
+0
*
MachO: support tvOS and watchOS version min commands in llvm-objdump
Tim Northover
2015-11-02
2
-10
/
+24
*
In MachineBlockPlacement, filter cold blocks off the loop chain when profile ...
Cong Hou
2015-11-02
2
-2
/
+168
*
watchOS & tvOS: add a few more tests.
Tim Northover
2015-11-02
5
-15
/
+99
*
First pass on www docs: Adding Programming Language Support to LLDB
Todd Fiala
2015-11-02
1
-0
/
+170
*
[dosep] Fix-up callers of process_dir, after it got its argument removed
Pavel Labath
2015-11-02
1
-2
/
+2
*
[Support] Assert that reported key+data lenghts match reality
Reid Kleckner
2015-11-02
1
-0
/
+14
*
[PTH] Fix data length used for stat cache entries
Reid Kleckner
2015-11-02
1
-1
/
+1
*
Fix use-after-free in function index merging code.
Teresa Johnson
2015-11-02
1
-1
/
+1
*
Revert parts accidentally included in r251823
David Blaikie
2015-11-02
1
-1
/
+1
*
Calculate size of sockaddr_un manually for abstract sockets:
Oleksiy Vyalov
2015-11-02
1
-8
/
+31
*
clang-format: Simplify and improve stop condition for formatting
Daniel Jasper
2015-11-02
2
-4
/
+22
*
StringRef-ify DiagnosticInfoSampleProfile::Filename
David Blaikie
2015-11-02
4
-14
/
+14
*
Remove the __import__ hack of lldbtest_config.
Zachary Turner
2015-11-02
1
-5
/
+2
*
Fix va_arg on watchOS.
Tim Northover
2015-11-02
2
-6
/
+15
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
29
-397
/
+7215
*
Make dosep correctly invoke the top-level script when forking out
Zachary Turner
2015-11-02
2
-6
/
+6
*
ELF can handle some relocations of the form -sym + constant.
Rafael Espindola
2015-11-02
3
-11
/
+3
*
Convert tabs to spaces.
Rafael Espindola
2015-11-02
1
-2
/
+2
[next]