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
*
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
*
The IRDynamicChecks subsystem was not properly
Sean Callanan
2011-10-31
1
-0
/
+32
*
Improved handling of static data in the expression
Sean Callanan
2011-10-25
1
-31
/
+139
*
Added template support when parsing DWARF into types. We can now use STL
Greg Clayton
2011-10-22
1
-5
/
+30
*
Made the IR interpreter more robust in the presence
Sean Callanan
2011-10-21
1
-4
/
+4
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-4
/
+4
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-39
/
+67
*
Fixed a problem that prevented access to members
Sean Callanan
2011-08-10
1
-10
/
+36
*
Check log shared pointer before using it.
Johnny Chen
2011-08-09
1
-3
/
+8
*
Fixed a problem that caused LLDB to fail to execute
Sean Callanan
2011-08-04
1
-191
/
+154
*
Fixed a problem in the expression parser that
Sean Callanan
2011-08-01
1
-1
/
+28
*
Fixed a bug where named constants were being
Sean Callanan
2011-08-01
1
-2
/
+17
*
This change brings in the latest LLVM/Clang, and
Sean Callanan
2011-07-30
1
-63
/
+92
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
1
-4
/
+4
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-3
/
+3
*
Audited the expression parser to find uninitialized
Sean Callanan
2011-07-08
1
-10
/
+8
*
Fixed an issue for ARM where data symbols would alway return invalid addresses.
Greg Clayton
2011-06-23
1
-2
/
+2
*
ABI plug-ins must implement the following pure virtual functions:
Greg Clayton
2011-05-24
1
-4
/
+1
*
This commit integrates support for the LLVM MCJIT
Sean Callanan
2011-05-23
1
-86
/
+428
*
Updated to use the latest LLVM/Clang, to pick up JIT
Sean Callanan
2011-05-15
1
-3
/
+9
*
Added support for reading untyped symbols. Right now
Sean Callanan
2011-05-08
1
-1
/
+1
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
1
-94
/
+193
*
Updated LLVM to pick up fixes to the ARM instruction
Sean Callanan
2011-04-14
1
-0
/
+1
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-4
/
+4
[next]