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
*
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
*
Removed unused variable "log".
Greg Clayton
2010-07-13
1
-2
/
+0
*
"expr -i" now performs the required transforms to
Sean Callanan
2010-07-13
1
-23
/
+185
*
Added the skeleton of an IR transformer that will
Sean Callanan
2010-07-03
1
-0
/
+109