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
*
Fix issues with LLDB's interpreter and MS ABI guard variables.
Zachary Turner
2015-01-09
1
-15
/
+7
*
Fix compilation failures resulting from the llvm Metadata refactor.
Zachary Turner
2014-12-09
1
-11
/
+12
*
Revert "Update for LLVM API change in r221024"
Duncan P. N. Exon Smith
2014-11-12
1
-1
/
+1
*
Fix comments to match the current reality.
Greg Clayton
2014-11-10
1
-2
/
+2
*
Fix selectors not being objc-uniquified in the expression parser after a rece...
Greg Clayton
2014-11-10
1
-1
/
+1
*
Fix LLDB build as a result of upstream LLVM changes.
Zachary Turner
2014-11-05
1
-2
/
+1
*
Update for LLVM API change in r221024
Ed Maste
2014-11-02
1
-1
/
+1
*
Correct indentation level for one line.
Jason Molenda
2014-07-09
1
-1
/
+1
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-602
/
+602
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-5
/
+5
*
Fixed a problem where IRForTarget wasn't ignoring
Sean Callanan
2014-04-09
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-10
/
+10
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-29
/
+43
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-1
/
+0
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-21
/
+0
*
Followed up on Ed Maste's patch with a few more
Sean Callanan
2014-03-11
1
-51
/
+23
*
Fix #if 0'd code after range-based for loop change
Ed Maste
2014-03-10
1
-2
/
+2
*
Update LLDB for LLVM iterator change in r203364
Ed Maste
2014-03-10
1
-24
/
+14
*
Update LLDB for LLVM iterator change in r203364
Ed Maste
2014-03-10
1
-13
/
+5
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-2
/
+2
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-2
/
+2
*
Updated our IR processing to reflect best practices
Sean Callanan
2013-12-20
1
-22
/
+14
*
Adjust to the new way LLVM emits modules: it doesn't
Sean Callanan
2013-12-20
1
-16
/
+7
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-2
/
+2
*
Update ResolveFunctionPointers to build after the changes
Jason Molenda
2013-10-22
1
-2
/
+2
*
This reverts r192484, which I really shouldn't have checked in. Apologies.
Richard Mitton
2013-10-11
1
-1
/
+1
*
Fixed bad return code, which would cause invalid expressions to silently fail.
Richard Mitton
2013-10-11
1
-1
/
+1
*
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
[next]