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
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-2819
/
+0
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-5
/
+5
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-2
/
+2
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-5
/
+5
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-2
/
+2
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-1
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-5
/
+5
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-5
/
+5
*
Don't crash if we don't have a process and need
Sean Callanan
2015-05-28
1
-10
/
+13
*
Updated IRForTarget to change the way we generate
Sean Callanan
2015-04-14
1
-2
/
+4
*
[IRForTarget] Strenghten handling of alternate mangling.
Siva Chandra
2015-04-09
1
-26
/
+25
*
Fix -Wformat-pedantic warnings
David Blaikie
2015-04-08
1
-1
/
+1
*
Fixed a crash because we weren't generating
Sean Callanan
2015-04-06
1
-3
/
+4
*
Fix error resulting from llvm r233938.
Zachary Turner
2015-04-02
1
-1
/
+1
*
Added nullptr to fix build
Vince Harron
2015-03-16
1
-2
/
+3
*
Fixed an infinite recursion bug that could happen when using python operating...
Greg Clayton
2015-02-27
1
-1
/
+1
*
Fix build after r229094: replace llvm/PassManager.h -> llvm/IR/LegacyPassMana...
Ilia K
2015-02-13
1
-1
/
+1
*
Make a more complete fix for always supplying an execution context when getti...
Greg Clayton
2015-02-12
1
-4
/
+16
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-3
/
+3
*
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
[next]