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
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add check for self-assignment. NFC
Don Hinton
2017-11-14
1
-0
/
+3
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+0
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-1
/
+1
*
[Core/Value] Remove dead code that hasn't been touched in years. NFC.
Davide Italiano
2017-09-03
1
-25
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-6
/
+15
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-768
/
+615
*
Certain hardware architectures have registers of 256 bits in size
Enrico Granata
2016-03-10
1
-8
/
+7
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-3
/
+3
*
Fix a problem where LLDB could sometimes try to get the size of an Objective-...
Enrico Granata
2015-10-14
1
-4
/
+4
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-16
/
+16
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-8
/
+8
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-7
/
+7
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-2
/
+2
*
Rewrote the initial DW_OP_piece support to be able to support opcodes like:
Greg Clayton
2014-07-31
1
-1
/
+63
*
lldb needs to support DW_op_piece masks for values in subregister and also to...
Greg Clayton
2014-07-12
1
-3
/
+18
*
Fix the copy constructor and assignement operator for the lldb_private::Value...
Greg Clayton
2014-05-16
1
-2
/
+4
*
Guard against reading from host address of 0 in getting the data from a Value.
Jim Ingham
2014-03-20
1
-1
/
+6
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Fixed a bug where variables' byte sizes would not
Sean Callanan
2013-10-09
1
-9
/
+23
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-99
/
+95
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-4
/
+0
*
<rdar://problem/13925626>
Enrico Granata
2013-05-20
1
-0
/
+12
*
<rdar://problem/13695846>
Enrico Granata
2013-04-30
1
-1
/
+1
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-8
/
+4
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-7
/
+5
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Modified Value.cpp to share the code that gets the values as bytes (Value::Ge...
Greg Clayton
2013-01-11
1
-9
/
+51
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-4
/
+0
*
<rdar://problem/12560257>
Greg Clayton
2012-12-06
1
-2
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-7
/
+7
*
Fixed build warnings.
Greg Clayton
2012-10-30
1
-0
/
+1
*
This patch fixes a bug where LLDB was incorrectly setting the address-size on...
Enrico Granata
2012-04-24
1
-1
/
+12
*
Should have used the convenience function:
Johnny Chen
2012-02-02
1
-12
/
+4
*
For processes which are not in one of the "launched and stopped" state, 'targ...
Johnny Chen
2012-02-02
1
-1
/
+14
*
Add check for non-NULL Variable with a NULL Type.
Jim Ingham
2011-12-22
1
-1
/
+6
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-7
/
+7
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-297
/
+128
*
Added support for finding and global variables in the SBTarget and SBModule
Greg Clayton
2011-06-29
1
-19
/
+59
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-4
/
+4
*
When making a DataExtractor from a Value that's got a ClangType, set the Addr...
Jim Ingham
2011-02-24
1
-1
/
+9
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-3
/
+3
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-4
/
+5
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-2
/
+2
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-8
/
+28
*
http://llvm.org/bugs/show_bug.cgi?id=8260
Greg Clayton
2011-01-25
1
-4
/
+0
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-28
/
+28
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-24
/
+24
[next]