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
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Purge a few places where *LanguageRuntime.h was being used when it
Jim Ingham
2015-09-03
2
-3
/
+1
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
2
-2
/
+2
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
2
-2
/
+2
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
2
-12
/
+12
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
2
-5
/
+6
*
Simplify find_first_of & find_last_of on single char.
Bruce Mitchener
2015-09-01
1
-2
/
+2
*
Make FormatEntity be a little bit smarter when printing function arguments
Enrico Granata
2015-09-01
1
-10
/
+25
*
Add a new type of plugin: Language plugin
Enrico Granata
2015-08-27
1
-0
/
+105
*
Remove class Language - the only thing it was actually being used for is prov...
Enrico Granata
2015-08-27
3
-173
/
+2
*
Silence some MSVC warnings.
Stephane Sezer
2015-08-26
1
-2
/
+2
*
[MIPS] Avoid breakpoint in delay slot
Bhushan D. Attarde
2015-08-26
1
-0
/
+14
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
17
-110
/
+106
*
Add absolute load address support for the DynamicLoader plugins
Tamas Berghammer
2015-08-24
1
-19
/
+27
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-1
/
+1
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-20
3
-1296
/
+1797
*
Fix TestArrayTypes on Windows.
Zachary Turner
2015-08-18
1
-0
/
+2
*
[ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclaration
Siva Chandra
2015-08-18
2
-0
/
+18
*
[LLGS] Avoid misrepresenting log lines as inferior output
Pavel Labath
2015-08-18
1
-1
/
+1
*
Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"
Pavel Labath
2015-08-17
3
-1790
/
+1296
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-17
3
-1296
/
+1790
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-4
/
+4
*
Move all clang type system DWARF type parsing into ClangASTContext.cpp.
Greg Clayton
2015-08-14
1
-0
/
+11
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
13
-92
/
+92
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
3
-5
/
+5
*
Revert r244308 since it's introducing test regressions on Linux:
Oleksiy Vyalov
2015-08-10
3
-2485
/
+1303
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-07
3
-1303
/
+2485
*
Allow ValueObject::Dereference to dereference references.
Chaoren Lin
2015-07-31
1
-6
/
+6
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-0
/
+104
*
Fix issues with separate symbolfile handling
Tamas Berghammer
2015-07-30
1
-0
/
+3
*
Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...
Oleksiy Vyalov
2015-07-29
1
-3
/
+56
*
Centralize where we update the source file contents in SourceManager::GetFile...
Greg Clayton
2015-07-29
1
-10
/
+10
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
2
-1
/
+15
*
Fix warnings detected by -Wpessimizing-move
Pavel Labath
2015-07-28
3
-11
/
+10
*
Second attempt at the fix for the recursion in ValueObjectChild::CanUpdateWit...
Enrico Granata
2015-07-28
1
-4
/
+13
*
Use double-checked locking to avoid locking the Module mutex if we don't need...
Greg Clayton
2015-07-24
1
-62
/
+74
*
Revert "Fix an issue where LLDB would run out of stack space ..."
Pavel Labath
2015-07-24
1
-6
/
+4
*
Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
2015-07-24
1
-3
/
+4
*
Fix an issue where LLDB would run out of stack space trying to decide if a de...
Enrico Granata
2015-07-24
1
-4
/
+6
*
Set the live address on child const results in a way that is more maintainabl...
Enrico Granata
2015-07-22
1
-3
/
+2
*
Make stream::operator<< take "const" void *
Pavel Labath
2015-07-22
1
-2
/
+2
*
Fix typos.
Bruce Mitchener
2015-07-22
3
-5
/
+5
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
2
-2
/
+14
*
Fix compiler warning in ArchSpec
Pavel Labath
2015-07-16
1
-10
/
+10
*
[LLDB][MIPS] Detect MIPS application specific extensions like micromips
Jaydeep Patil
2015-07-16
1
-25
/
+32
*
Add a class ValueObjectConstResultCast.
Siva Chandra
2015-07-16
5
-3
/
+104
*
Remove hack about the size of long doubles from DataExtractor
Tamas Berghammer
2015-07-13
1
-3
/
+1
*
[LLDB][MIPS] Add mips cores in cores_match () in ArchSpec
Sagar Thakur
2015-07-13
1
-3
/
+93
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
2
-27
/
+23
*
Fix APFloat construction from 16 byte APInt.
Chaoren Lin
2015-07-07
1
-18
/
+8
[next]