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
/
lldb
/
source
/
Core
/
SourceManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-2
/
+2
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-2
/
+2
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-12
/
+12
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-2
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-5
/
+5
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+2
*
Remove byte counting from SourceManager [NFC]
Raphael Isemann
2018-09-13
1
-10
/
+10
*
Move the column marking functionality to the Highlighter framework
Raphael Isemann
2018-08-30
1
-69
/
+26
*
Remove manual byte counting from Highlighter code.
Raphael Isemann
2018-08-14
1
-11
/
+9
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
1
-4
/
+41
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-16
/
+13
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-7
/
+25
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-2
/
+3
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Remove TimeValue usage from lldb/Core. NFC.
Pavel Labath
2016-11-09
1
-15
/
+7
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-9
/
+7
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Fix for loop sign fix in r282112 for column = 0
Ed Maste
2016-09-21
1
-1
/
+1
*
Fix integer sign warning from r282105
Ed Maste
2016-09-21
1
-1
/
+1
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-12
/
+140
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-595
/
+475
*
Silence some MSVC warnings.
Stephane Sezer
2015-08-26
1
-2
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
Centralize where we update the source file contents in SourceManager::GetFile...
Greg Clayton
2015-07-29
1
-10
/
+10
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+1
*
Fix the missleading indentation. Fix CID 1096332
Sylvestre Ledru
2014-08-18
1
-1
/
+1
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+50
*
Fix a bunch of compile time warnings and a build failure on ubuntu.
Eric Christopher
2013-08-30
1
-3
/
+3
*
<rdar://problem/13443931>
Greg Clayton
2013-03-19
1
-41
/
+52
*
<rdar://problem/12537646>
Greg Clayton
2013-03-14
1
-8
/
+19
*
<rdar://problem/13404189>
Greg Clayton
2013-03-13
1
-83
/
+65
*
Fixed an bug found by running LLDB with the address sanitizer! We were access...
Greg Clayton
2013-02-07
1
-4
/
+7
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-7
/
+12
*
Add a "--reverse" or "-r" option to the "list" with no options command. This...
Jim Ingham
2013-01-09
1
-22
/
+59
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
<rdar://problem/8196933>
Greg Clayton
2012-03-15
1
-10
/
+13
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+2
*
rdar://problem/10227672
Johnny Chen
2011-12-12
1
-5
/
+18
*
<rdar://problem/9958446>
Greg Clayton
2011-12-10
1
-8
/
+11
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-1
/
+2
*
Don't look up main to find the default source file till somebody actually ask...
Jim Ingham
2011-10-07
1
-0
/
+33
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
1
-0
/
+60
[next]