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
path:
root
/
debuginfo-tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for GDB pretty printers.
Christian Sigg
2020-01-11
5
-0
/
+83
*
[debuginfo] Update test to account for missing __debug_macinfo
Jonas Devlieghere
2019-11-11
1
-2
/
+1
*
Don't attempt to upgrade debug-info-tests to Python3.
Adrian Prantl
2019-11-08
1
-35
/
+0
*
[dexter] Fix feature tests on Windows
Reid Kleckner
2019-11-05
3
-2
/
+9
*
[dexter] Remove lit check for python 3
Reid Kleckner
2019-11-05
1
-6
/
+0
*
[debuginfo-tests] Don't look for Python 3 if we already have it
Reid Kleckner
2019-11-01
1
-25
/
+34
*
[Dexter] Continue sprinking no-location fixes
Jeremy Morse
2019-11-01
1
-1
/
+1
*
[Dexter] Account for another no-lineno scenario
Jeremy Morse
2019-11-01
1
-1
/
+2
*
[Dexter] Cope better with empty source locations
Jeremy Morse
2019-11-01
1
-0
/
+2
*
Unmask dexter debuginfo tests on Darwin
Jeremy Morse
2019-11-01
8
-8
/
+16
*
Fix a brain-fail with debuginfo-tests/dexter internal tests
Jeremy Morse
2019-11-01
29
-40
/
+40
*
Quote path to Python 3 executable in case it contains spaces
Reid Kleckner
2019-10-31
1
-1
/
+1
*
Fix undefined variable bug in debuginfotests lit.cfg.py
Reid Kleckner
2019-10-31
1
-0
/
+1
*
XFAIL dexter tests on Darwin.
Adrian Prantl
2019-10-31
9
-0
/
+9
*
Reapply "Import Dexter to debuginfo-tests""
Jeremy Morse
2019-10-31
166
-313
/
+9920
*
Revert "Import Dexter to debuginfo-tests"
Jeremy Morse
2019-10-31
166
-9920
/
+313
*
Import Dexter to debuginfo-tests
Jeremy Morse
2019-10-31
166
-313
/
+9920
*
Make nrvo-string test more robust.
Adrian Prantl
2019-06-27
1
-3
/
+4
*
Make nrvo-string test more robust.
Adrian Prantl
2019-06-26
1
-2
/
+5
*
[Python 3] Decode check_ouput result as UTF-8
Jonas Devlieghere
2019-06-25
1
-1
/
+1
*
Store a pointer to the return value in a static alloca and let the debugger u...
Amy Huang
2019-06-20
2
-2
/
+72
*
llgdb.py: Make sure to clean up the debugger on exit.
Adrian Prantl
2019-06-17
1
-1
/
+6
*
Add cdb test for global constants
Amy Huang
2019-06-06
1
-0
/
+33
*
Add cdb test for inline line tables
Reid Kleckner
2019-06-03
1
-0
/
+45
*
Move the pybool logic from CMake to Python for simplicity
Reid Kleckner
2019-05-29
2
-4
/
+1
*
Add debuginfo-tests that use cdb on Windows
Reid Kleckner
2019-05-28
7
-5
/
+90
*
Set config.lit_tools_dir, which is needed by lit.llvm.initialize.
Reid Kleckner
2018-11-06
1
-0
/
+1
*
[debuginfo-tests] commands.getoutput -> subprocess.check_output
Fangrui Song
2018-11-03
1
-2
/
+2
*
Update debuginfo tests lit for r341135
Reid Kleckner
2018-11-03
1
-1
/
+2
*
[debuginfo-tests] Avoid "import commands" which was deprecated in Py3
Reid Kleckner
2018-11-03
1
-1
/
+1
*
Revert "(Retry) Add a basic integration test for C++ smart pointers"
Vedant Kumar
2018-08-20
1
-41
/
+0
*
(Retry) Add a basic integration test for C++ smart pointers
Vedant Kumar
2018-08-20
1
-0
/
+41
*
Revert "Add a basic integration test for C++ smart pointers"
Bruno Cardoso Lopes
2018-08-18
1
-41
/
+0
*
Add a basic integration test for C++ smart pointers
Vedant Kumar
2018-08-16
1
-0
/
+41
*
SafeStack: Disable Darwin support
Vlad Tsyrklevich
2018-08-14
1
-0
/
+1
*
Disable the asan-deque.cpp integration test for AppleLLDB < v1000
Vedant Kumar
2018-08-04
2
-1
/
+10
*
[DWARF] Change a test to ensure the creation of a __debug_ranges section.
Wolfgang Pieb
2018-07-31
1
-0
/
+3
*
[debuginfo-tests] tweak new test to be compatible with wider range of compilers.
Tim Northover
2018-07-31
1
-2
/
+2
*
[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users
Vedant Kumar
2018-07-26
1
-0
/
+46
*
Revert "[CMake] Sort dependency list and add safestack to it"
Vedant Kumar
2018-07-18
1
-2
/
+1
*
[CMake] Sort dependency list and add safestack to it
Vedant Kumar
2018-07-18
1
-1
/
+2
*
[debuginfo-tests] Always use the system python to invoke llgdb.py.
Ahmed Bougacha
2018-06-10
1
-1
/
+2
*
[Darwin] Specify DWARF 2/4 when running apple accelerator tests.
Davide Italiano
2018-02-26
2
-1
/
+6
*
[Darwin] Add a test to make sure clang emits __apple accelerator tables.
Davide Italiano
2018-02-23
1
-0
/
+17
*
[debuginfo-tests] Support moving debuginfo-tests to llvm/projects
Don Hinton
2017-12-12
5
-0
/
+197
*
Revert "Temporarily pin tests to DWARF v2 until a more recent version of LLDB"
Adrian Prantl
2017-12-07
5
-6
/
+6
*
Temporarily pin tests to DWARF v2 until a more recent version of LLDB
Adrian Prantl
2017-12-05
5
-6
/
+6
*
Re-revert "Refactor debuginfo-tests."
Zachary Turner
2017-11-21
22
-146
/
+16
*
Resubmit "Refactor debuginfo-tests" again.
Zachary Turner
2017-11-20
22
-16
/
+146
*
Re-revert "Refactor debuginfo-tests"
Zachary Turner
2017-11-17
22
-136
/
+16
[next]