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
/
Plugins
/
ExpressionParser
/
Clang
/
IRForTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-35
/
+27
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Update for LLVM API removal of Function::getArgumentList()
Reid Kleckner
2017-03-16
1
-5
/
+5
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Add a more succinct logging syntax
Pavel Labath
2017-01-18
1
-4
/
+2
*
Fix a couple of incorrect format string warnings
Luke Drummond
2016-12-22
1
-2
/
+2
*
Handle empty strings when looking for a CFString's encoding.
Sean Callanan
2016-12-01
1
-1
/
+1
*
Handle UTF-16 and UTF-32 constant CFStrings
Sean Callanan
2016-12-01
1
-53
/
+63
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Fixed TestObjCStructArgument/i386; expressions can now call ObjC class methods.
Sean Callanan
2016-09-29
1
-1
/
+177
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1606
/
+1537
*
The error stream in IRForTarget is never null, so use it instead of the log.
Sean Callanan
2016-08-27
1
-96
/
+48
*
Don't crash when trying to capture persistent variables in a block.
Sean Callanan
2016-08-26
1
-5
/
+26
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
1
-1
/
+7
*
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-7
/
+1
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-1
/
+7
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
1
-6
/
+4
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
1
-25
/
+35
*
remove unused local string in IRForTarget.cpp
Aidan Dodds
2016-02-26
1
-2
/
+0
*
ExpressionParser: silence some GCC warnings
Saleem Abdulrasool
2016-02-15
1
-1
/
+1
*
Removed many JIT workarounds from IRForTarget.
Sean Callanan
2016-02-13
1
-623
/
+8
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-31
/
+0
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
lldb/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-8
/
+8
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+2820