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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complain about attempts to use 'protected' visibility on targets
John McCall
2012-01-29
7
-5
/
+44
*
Fix typo.
Nick Lewycky
2012-01-28
1
-2
/
+2
*
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-28
4
-64
/
+109
*
Make the __builtin_c[lt]zs builtins target independent.
Benjamin Kramer
2012-01-28
5
-47
/
+37
*
Add a note about a potential optimization for clz/ctz patterns for ARM
Bob Wilson
2012-01-28
1
-0
/
+16
*
Use defined-at-zero behavior for CLZ/CTZ builtins on PowerPC.
Bob Wilson
2012-01-28
1
-0
/
+2
*
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-28
4
-2
/
+14
*
Silence GCC's -Wreturn-type warning.
Benjamin Kramer
2012-01-28
1
-0
/
+3
*
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-28
15
-22
/
+59
*
Added tests for template keyword presence.
Abramo Bagnara
2012-01-28
1
-0
/
+119
*
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
2
-1
/
+7
*
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-28
3
-12
/
+28
*
DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool,
Argyrios Kyrtzidis
2012-01-28
2
-4
/
+2
*
[asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi
Kostya Serebryany
2012-01-28
1
-1
/
+1
*
Fix shell commands that do code signing.
Jason Molenda
2012-01-28
2
-2
/
+2
*
Bumping Xcode project versions for lldb-109 and debugserver-167.
Greg Clayton
2012-01-28
3
-22
/
+22
*
Added logging so we can see the field names and offsets of any structures
Greg Clayton
2012-01-28
1
-2
/
+12
*
Stop running so many individual commands when going into the script interpreter.
Greg Clayton
2012-01-28
1
-48
/
+20
*
Xcode codesigning is broken. Work around this by doing code signing in a shel...
Greg Clayton
2012-01-28
2
-10
/
+30
*
Reapply r149159 with a fix to add to a PHI node with a non-null parent.
Bill Wendling
2012-01-28
1
-34
/
+64
*
Remove code that adds live ranges for dead defs. It seems to be breaking things.
Lang Hames
2012-01-28
1
-24
/
+0
*
Revert r149159 until I can fix tests.
Bill Wendling
2012-01-28
1
-61
/
+32
*
Allow the external AST source to provide a layout without specifying
Douglas Gregor
2012-01-28
1
-42
/
+76
*
Adding the DWARF parser side for assited layout where the AST context
Greg Clayton
2012-01-28
5
-136
/
+330
*
Don't always create a separate block for the call to _Unwind_Resume.
Bill Wendling
2012-01-28
1
-32
/
+61
*
Minor updates to a couple of comments.
Howard Hinnant
2012-01-28
1
-1
/
+3
*
Add a little paranoia for testing purposes.
Howard Hinnant
2012-01-28
1
-3
/
+11
*
Minor header fixups for test.
Howard Hinnant
2012-01-28
1
-1
/
+2
*
Silence a warning.
Howard Hinnant
2012-01-28
1
-1
/
+1
*
Sometimes it takes all day to write a decent comment. This is one of those t...
Howard Hinnant
2012-01-28
1
-36
/
+144
*
Fix Record Name Reference
David Greene
2012-01-28
1
-1
/
+1
*
Silence warning about parens for && within ||
Lang Hames
2012-01-27
1
-1
/
+1
*
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
6
-9
/
+78
*
Remove the "C" in "implicitly declaring C library function" diagnostic
Jean-Daniel Dupas
2012-01-27
9
-16
/
+16
*
Remove Deprecated Features
David Greene
2012-01-27
1
-250
/
+51
*
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
4
-53
/
+15
*
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-27
4
-1
/
+234
*
Backing out ill-considered 'refactor'.
Lang Hames
2012-01-27
1
-39
/
+53
*
Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner...
Johnny Chen
2012-01-27
2
-2
/
+17
*
Move some duplicate loops in the coalescer into their own function.
Lang Hames
2012-01-27
1
-53
/
+39
*
Introduce module attributes into the module map grammar, along with a
Douglas Gregor
2012-01-27
17
-42
/
+189
*
Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]
Devang Patel
2012-01-27
2
-3
/
+7
*
Disable the ConnectionFileDescriptor mutex for now as it is deadlocking our
Greg Clayton
2012-01-27
2
-8
/
+7
*
Fix typo.
Johnny Chen
2012-01-27
1
-1
/
+1
*
Emit the message about putting ' -- ' between the end of command options and ...
Johnny Chen
2012-01-27
1
-2
/
+4
*
Added a ModuleList::Destroy() method which will reclaim the std::vector
Greg Clayton
2012-01-27
4
-24
/
+68
*
Fix typo.
Jim Grosbach
2012-01-27
1
-1
/
+1
*
NULL out the "ptr_" member of shared pointers for debug and release
Greg Clayton
2012-01-27
1
-0
/
+9
*
Enable extra error checking for debug builds in our mutexes by
Greg Clayton
2012-01-27
1
-0
/
+36
*
There is no need to hold onto an ExecutionContext as a member variable.
Greg Clayton
2012-01-27
2
-7
/
+4
[next]