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
*
[lldb] Fix ARM32 inferior calls
Jan Kratochvil
2019-12-21
1
-1
/
+1
*
[lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariable
Raphael Isemann
2019-08-17
1
-65
/
+0
*
Revert "[lldb] Reinstate original guard variable check"
Raphael Isemann
2019-08-14
1
-5
/
+9
*
[lldb] Reinstate original guard variable check
Raphael Isemann
2019-08-14
1
-9
/
+5
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-2
/
+4
*
[lldb] Fix Microsoft guard variable detection
Raphael Isemann
2019-08-13
1
-1
/
+1
*
[lldb] Reland "Refactor guard variable checks in IRForTarget"
Raphael Isemann
2019-08-13
1
-14
/
+19
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
1
-1
/
+1
*
Revert "[lldb] Refactor guard variable checks in IRForTarget"
Stella Stamenova
2019-08-12
1
-12
/
+12
*
Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...
Stella Stamenova
2019-08-12
1
-1
/
+7
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
1
-2
/
+4
*
[lldb] Fix dynamic_cast by no longer failing on variable without metadata
Raphael Isemann
2019-08-10
1
-7
/
+1
*
[lldb][NFC] Remove unused IRForTarget::BuildRelocation
Raphael Isemann
2019-08-09
1
-22
/
+0
*
[lldb][NFC] Unify InstrList typedef in IRForTarget
Raphael Isemann
2019-08-09
1
-6
/
+2
*
[lldb] Refactor guard variable checks in IRForTarget
Raphael Isemann
2019-08-09
1
-12
/
+12
*
[lldb][NFC] Clean up logging in IRForTarget
Raphael Isemann
2019-08-09
1
-167
/
+100
*
[lldb][NFC] Remove last C string uses from IRForTarget
Raphael Isemann
2019-08-09
1
-10
/
+8
*
[lldb][NFC] Use range-based for-loops in IRForTarget
Raphael Isemann
2019-08-09
1
-108
/
+40
*
[lldb][NFC] Modernize IRForTarget::CreateResultVariable
Raphael Isemann
2019-08-08
1
-21
/
+20
*
[lldb][NFC] Move to StringRef in some places in IRForTarget
Raphael Isemann
2019-08-08
1
-37
/
+32
*
[lldb][NFC] Directly use StringRef instead of temporary std::string
Raphael Isemann
2019-08-08
1
-13
/
+12
*
[lldb][NFC] Simplify return in MaybeHandleVariable
Raphael Isemann
2019-08-08
1
-9
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-93
/
+87
*
Get the expression parser to handle missing weak symbols.
Jim Ingham
2019-06-28
1
-6
/
+12
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-27
/
+28
*
[opaque pointer types] Update calls to CreateCall to pass the function
James Y Knight
2019-02-08
1
-7
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify code by using Optional::getValueOr()
Adrian Prantl
2019-01-15
1
-3
/
+1
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-2
/
+2
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-6
/
+13
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-16
/
+7
*
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
[next]