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
*
Remove builtin attribute from calls whose targets we replace
Stefanus Du Toit
2013-07-23
1
-0
/
+14
*
Fixed a problem in IRForTarget where we would not
Sean Callanan
2013-07-15
1
-2
/
+9
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-24
/
+17
*
Hitherto the IRForTarget infrastructure has mainly
Sean Callanan
2013-06-28
1
-178
/
+252
*
Cleanup of IRForTarget. Removed some relics of
Sean Callanan
2013-06-27
1
-80
/
+0
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-2
/
+2
*
Fix crash (in optimized builds) due to invalid metadata operand
Daniel Malea
2013-06-03
1
-6
/
+4
*
Fixed IRForTarget to handle Objective-C messages
Sean Callanan
2013-04-24
1
-0
/
+10
*
Fixed expression parser handling of empty strings.
Sean Callanan
2013-04-24
1
-0
/
+5
*
Be sure to print out the fully mangled name when we are unable to find a func...
Greg Clayton
2013-04-23
1
-0
/
+4
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-127
/
+12
*
Made the IRInterpreter's methods static, since
Sean Callanan
2013-04-17
1
-5
/
+1
*
Made the IRInterpreter be able to operate without
Sean Callanan
2013-04-17
1
-1
/
+1
*
Modified the IRInterpreter to take an IRMemoryMap.
Sean Callanan
2013-04-16
1
-0
/
+2
*
Handle C++ static variables in the expression
Sean Callanan
2013-04-11
1
-0
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-34
/
+25
*
If there are multiple uses of an Objective-C
Sean Callanan
2013-03-23
1
-8
/
+12
*
Refactored the expression parser so that the IR
Sean Callanan
2013-03-19
1
-27
/
+33
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-4
/
+4
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect the
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-7
/
+7
*
Missing “if (log)” on a log printf.
Jim Ingham
2012-11-26
1
-3
/
+4
*
Fixed a problem where we mistook normal result
Sean Callanan
2012-11-02
1
-2
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-6
/
+12
*
Fixed the IR interaction layer to deal with a
Sean Callanan
2012-10-11
1
-12
/
+7
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-8
/
+14
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Brought LLDB top-of-tree into sync with LLVM/Clang
Sean Callanan
2012-09-24
1
-2
/
+59
*
Changed the IRForTarget pass to ensure that all
Sean Callanan
2012-07-27
1
-0
/
+5
*
Added a fix that allows newly-constructed objects
Sean Callanan
2012-07-21
1
-0
/
+55
*
<rdar://problem/10998370>
Greg Clayton
2012-07-18
1
-9
/
+17
*
Fixed a potential crash if a metadata category
Sean Callanan
2012-07-04
1
-1
/
+1
*
Minor fixes for ARM/iOS targets:
Sean Callanan
2012-06-08
1
-0
/
+14
*
Made the IR interpreter move all floats, not just "wide"
Sean Callanan
2012-04-26
1
-1
/
+1
*
Fixed a crasher that occurs when an expression
Sean Callanan
2012-04-24
1
-1
/
+2
*
Brought LLVM/Clang up to top of tree. The only
Sean Callanan
2012-02-09
1
-10
/
+16
*
I have brought LLDB up-to-date with top of tree
Sean Callanan
2012-02-04
1
-0
/
+5
*
Added a mechanism for the IR interpreter to return
Sean Callanan
2012-01-24
1
-4
/
+3
*
Added checking to prevent a rare crash when getting
Sean Callanan
2011-12-22
1
-5
/
+13
*
Made IRForTarget error out correctly when it can't
Sean Callanan
2011-12-21
1
-1
/
+2
*
This commit is the result of a general audit of
Sean Callanan
2011-12-14
1
-2
/
+2
*
Added the ability to dereference an Objective-C object
Sean Callanan
2011-12-08
1
-6
/
+17
*
Added the ability for clients to grab a set of symbol table indexes and then
Greg Clayton
2011-12-03
1
-1
/
+1
*
Made symbol lookup in the expression parser more
Sean Callanan
2011-12-01
1
-2
/
+2
*
Pulled in a new revision of LLVM/Clang and added
Sean Callanan
2011-11-19
1
-3
/
+3
*
This commit completes the rearchitecting of ClangASTSource
Sean Callanan
2011-11-18
1
-9
/
+25
*
Two fixes for Objetive-C methods that return struct
Sean Callanan
2011-11-16
1
-0
/
+6
*
Fixed a bug where the variable-resolution code
Sean Callanan
2011-11-15
1
-0
/
+3
*
Added functionality to call Objective-C class methods
Sean Callanan
2011-11-01
1
-1
/
+70
*
Minor logging changes: added logging right before
Sean Callanan
2011-11-01
1
-2
/
+2
[next]