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
/
Expression
/
IRForTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented a feature where the expression parser
Sean Callanan
2010-12-16
1
-25
/
+74
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-2
/
+51
*
Fixes to make id work as well as well as fix minor errors
Sean Callanan
2010-12-06
1
-0
/
+4
*
Fixed a bug in which the SEL type was being resolved
Sean Callanan
2010-12-06
1
-1
/
+1
*
Fixed a problem in which non-external variables
Sean Callanan
2010-12-06
1
-0
/
+3
*
Eliminated a redundant code path.
Sean Callanan
2010-12-03
1
-1
/
+1
*
Removed a compiler warning.
Sean Callanan
2010-12-03
1
-1
/
+1
*
Fixed IRForTarget so that it errors out when function
Sean Callanan
2010-12-02
1
-4
/
+21
*
Removed a stray dump().
Sean Callanan
2010-11-20
1
-3
/
+1
*
Added some logging back and cleaned up the code to match LLDB's coding
Greg Clayton
2010-11-19
1
-118
/
+110
*
Fixed the logic in IRForTarget that recognizes
Sean Callanan
2010-11-18
1
-4
/
+4
*
Added support for constant strings of the form @"this-is-a-string".
Sean Callanan
2010-11-17
1
-39
/
+349
*
Added quotes around names that are being lookup up or inspected in the
Greg Clayton
2010-11-15
1
-26
/
+26
*
Made variable resolution more robust by handling
Sean Callanan
2010-11-08
1
-25
/
+27
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-10
/
+10
*
Fixed a bug where variables in the source operands
Sean Callanan
2010-11-06
1
-1
/
+2
*
Fixed a bug where we left a definition hanging
Sean Callanan
2010-11-02
1
-0
/
+3
*
Fixed a problem where function calls on i386 weren't
Sean Callanan
2010-10-26
1
-0
/
+3
*
Fixed IRForTarget to not recognize $__lldb variables
Sean Callanan
2010-10-21
1
-1
/
+2
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-60
/
+68
*
Added handling for external variables in function
Sean Callanan
2010-10-05
1
-0
/
+20
*
Switched the expression parser from using TargetData
Sean Callanan
2010-09-30
1
-16
/
+37
*
Removed a dreadful hack to get at the name of the
Sean Callanan
2010-09-28
1
-23
/
+19
*
Fixed two bugs in the expression parser:
Sean Callanan
2010-09-28
1
-8
/
+44
*
Updated to latest LLVM. Major LLVM changes:
Sean Callanan
2010-09-23
1
-4
/
+14
*
Removed the hacky "#define this ___clang_this" handler
Sean Callanan
2010-09-21
1
-4
/
+34
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-10
/
+36
*
Fixed an expression parser bug that prevented
Sean Callanan
2010-09-08
1
-1
/
+17
*
Fixed a bug where we did not handle constant
Sean Callanan
2010-09-07
1
-3
/
+34
*
Improved function lookup to avoid conflicts between
Sean Callanan
2010-09-07
1
-7
/
+10
*
Fixed a bug where the parser-specific members of
Sean Callanan
2010-08-30
1
-2
/
+5
*
This is a major refactoring of the expression parser.
Sean Callanan
2010-08-27
1
-4
/
+6
*
Refactored ClangExpressionDeclMap to use
Sean Callanan
2010-08-23
1
-9
/
+7
*
First step of refactoring variable handling in the
Sean Callanan
2010-08-20
1
-1
/
+1
*
Patch by Bill Lynch fixing handling of the pid
Sean Callanan
2010-08-18
1
-3
/
+4
*
Added documentation to ClangExpressionDeclMap.
Sean Callanan
2010-08-13
1
-2
/
+1
*
Added automatically generated result variables for each
Sean Callanan
2010-08-12
1
-3
/
+137
*
Added support for persistent variables to the
Sean Callanan
2010-08-11
1
-23
/
+128
*
Added support for accessing members of C++ objects,
Sean Callanan
2010-08-04
1
-1
/
+5
*
Set a CodeGenOption in Clang to inhibit insertion
Sean Callanan
2010-08-03
1
-0
/
+8
*
Added support for rewriting objc_msgSend so we can
Sean Callanan
2010-07-31
1
-29
/
+220
*
Updated to llvm/clang from July 30, 2010 at 08:00.
Greg Clayton
2010-07-30
1
-1
/
+1
*
Added and improved logging. This is helping us as we
Sean Callanan
2010-07-28
1
-8
/
+10
*
Added support for calling functions from expressions.
Sean Callanan
2010-07-27
1
-20
/
+37
*
Added support for locating a function that is
Sean Callanan
2010-07-27
1
-10
/
+48
*
Fixed a bug in the IR transformer where we were
Sean Callanan
2010-07-27
1
-1
/
+10
*
Updated the IR converter for the target to eliminate
Sean Callanan
2010-07-24
1
-0
/
+82
*
Added functionality to dematerialize values that were
Sean Callanan
2010-07-20
1
-1
/
+8
*
Wrote the code that looks at a context to see
Sean Callanan
2010-07-16
1
-1
/
+15
*
Fixes to the IR generator in the expression parser
Sean Callanan
2010-07-14
1
-2
/
+109
[next]