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
*
Add new test.
Devang Patel
2012-01-13
1
-0
/
+10
*
Fixed comment. Thanks Duncan!
Pete Cooper
2012-01-13
1
-1
/
+1
*
Reinstate test case accidentally reverted by r148028
Douglas Gregor
2012-01-13
1
-4
/
+14
*
Don't infer a submodule for a framework's private header, at least for now.
Douglas Gregor
2012-01-13
2
-15
/
+2
*
This patch adds two methods, __asan_allocate_island and __asan_deallocate_island
Alexander Potapenko
2012-01-13
3
-14
/
+58
*
Add __asan_mach_override_ptr_custom, which allows to inject a custom memory a...
Alexander Potapenko
2012-01-13
2
-7
/
+53
*
This patch moves the code reading /proc/self/environ into AsanGetEnv
Alexander Potapenko
2012-01-13
4
-29
/
+51
*
Remove --hash-style from link command on Android.
Evgeniy Stepanov
2012-01-13
1
-1
/
+4
*
Convert SHUFPD with the same register for both sources to PSHUFD if it would ...
Craig Topper
2012-01-13
2
-1
/
+20
*
Updated HTML with info for ${function.name-with-args}
Greg Clayton
2012-01-13
1
-2
/
+3
*
Added a new thread and frame format that can be used to display a function
Greg Clayton
2012-01-13
1
-0
/
+104
*
use v8i32 as optimal mem type over v8f32 if AVX2 is enabled. Similar to SSE2 ...
Craig Topper
2012-01-13
1
-3
/
+6
*
Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...
Craig Topper
2012-01-13
4
-37
/
+62
*
test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
NAKAMURA Takumi
2012-01-13
1
-0
/
+1
*
Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...
Craig Topper
2012-01-13
2
-1
/
+9
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
9
-1
/
+259
*
whitespace
Andrew Trick
2012-01-13
1
-3
/
+3
*
wrong filename
Andrew Trick
2012-01-13
1
-1
/
+1
*
80-col violation
Andrew Trick
2012-01-13
1
-3
/
+3
*
Use 8i32 constant pool entry for converting AVX2_SETALLONES. Possibly fixes P...
Craig Topper
2012-01-13
1
-0
/
+2
*
Memaccess: Removing some unwanted code
Raghesh Aloor
2012-01-13
1
-5
/
+0
*
Bumped Xcode project version for lldb-105 and debugserver-164.
Greg Clayton
2012-01-13
3
-22
/
+22
*
<rdar://problem/10688864>
Greg Clayton
2012-01-13
1
-1
/
+7
*
Fix typo in PerformAddCombine that caused any vector type to be checked for h...
Craig Topper
2012-01-13
1
-1
/
+1
*
CodeInit was replaced by StringInit.
Jakob Stoklund Olesen
2012-01-13
1
-3
/
+1
*
PR11754: Reject non-static constexpr member functions in classes with virtual
Richard Smith
2012-01-13
3
-22
/
+30
*
A base subobject type doesn't make sense for unions; don't try to compute it....
Eli Friedman
2012-01-13
2
-7
/
+4
*
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-13
5
-124
/
+7
*
Use uniqued StringInit pointers for lookups.
Jakob Stoklund Olesen
2012-01-13
3
-31
/
+22
*
constexpr is allowed on static member functions of non-literal classes. Per ...
Eli Friedman
2012-01-13
2
-1
/
+7
*
A few minor improvements to error recovery trying to access member of a funct...
Eli Friedman
2012-01-13
3
-8
/
+16
*
Don't crash while trying to diagnose a function declared at block scope with an
Richard Smith
2012-01-13
3
-3
/
+10
*
Don't set breakpoints independently comp unit by comp unit, but look over all...
Jim Ingham
2012-01-13
1
-42
/
+108
*
DAGCombine's logic for forming pre- and post- indexed loads / stores were being
Evan Cheng
2012-01-13
3
-13
/
+143
*
Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback
Kaelyn Uhrain
2012-01-13
3
-50
/
+99
*
Revert previous commit. Something has gone wonky with my local configuration
Douglas Gregor
2012-01-13
1
-1
/
+0
*
Enclosed is a stress test for dynamic_cast. It stresses both libc++abi, and ...
Howard Hinnant
2012-01-13
1
-0
/
+81
*
When inferring a module map for a framework, add the 'private'
Douglas Gregor
2012-01-13
1
-0
/
+1
*
[analyzer] Unwrap the pointers when ignoring the const cast.
Anna Zaks
2012-01-13
2
-1
/
+31
*
[analyzer] Taint: when looking up a binding, provide the type.
Anna Zaks
2012-01-13
1
-1
/
+4
*
[analyzer] RegionStoreManager::getBinding() should not crash when
Anna Zaks
2012-01-13
2
-2
/
+10
*
[analyzer] Fix a typo in a warning message.
Anna Zaks
2012-01-13
1
-1
/
+1
*
Fix off-by-one error.
Bill Wendling
2012-01-13
1
-1
/
+1
*
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-13
3
-47
/
+218
*
Add some description for this test directory.
Johnny Chen
2012-01-13
1
-0
/
+62
*
objc parsing. Fixes a crash when parsing array initialization
Fariborz Jahanian
2012-01-13
2
-5
/
+29
*
rdar://problem/10684459
Johnny Chen
2012-01-13
0
-0
/
+0
*
Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:
Richard Smith
2012-01-12
15
-54
/
+204
*
Modify a couple of Makefiles to use clang instead of gcc, since gcc is being ...
Johnny Chen
2012-01-12
2
-8
/
+2
*
Recommit r148056 with fixes to deal with weirdness with bitfields in unions.
Eli Friedman
2012-01-12
2
-4
/
+15
[next]