This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-02 18:18:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b899767e1ed8518e48952effc449e17922b8ef3
llvm
/
lldb
/
source
/
Expression
History
Greg Clayton
ac4827fe05
Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX
...
respectively. llvm-svn: 128720
2011-04-01 18:14:08 +00:00
..
ASTDumper.cpp
…
ASTResultSynthesizer.cpp
Updated to LLVM/Clang revision 127600.
2011-03-15 00:17:19 +00:00
ASTStructExtractor.cpp
Updated to LLVM/Clang revision 127600.
2011-03-15 00:17:19 +00:00
ClangASTSource.cpp
Updated to LLVM/Clang revision 127600.
2011-03-15 00:17:19 +00:00
ClangExpressionDeclMap.cpp
Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated.
2011-03-31 00:19:25 +00:00
ClangExpressionParser.cpp
Added the ability to get the min and max instruction byte size for
2011-03-26 19:14:58 +00:00
ClangExpressionVariable.cpp
Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated.
2011-03-31 00:19:25 +00:00
ClangFunction.cpp
Fixed the LLDB build so that we can have private types, private enums and
2011-03-24 21:19:54 +00:00
ClangPersistentVariables.cpp
Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated.
2011-03-31 00:19:25 +00:00
ClangUserExpression.cpp
Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated.
2011-03-31 00:19:25 +00:00
ClangUtilityFunction.cpp
…
DWARFExpression.cpp
Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX
2011-04-01 18:14:08 +00:00
IRDynamicChecks.cpp
…
IRForTarget.cpp
…
IRToDWARF.cpp
…
Makefile
…
RecordingMemoryManager.cpp
…