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
*
Update for Clang API change.
David Blaikie
2014-08-27
2
-4
/
+3
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
9
-12
/
+16
*
[FastISel] Fix a potential bug in FastEmitInst_ri
Juergen Ributzka
2014-08-27
1
-2
/
+1
*
Fix linker error due to missing static variable instantiation.
Zachary Turner
2014-08-27
1
-0
/
+2
*
Use local variable to improve readability.
Sanjay Patel
2014-08-27
1
-15
/
+10
*
Objective-C. Change to method lookup rules to look
Fariborz Jahanian
2014-08-27
2
-12
/
+32
*
typo in comment
Sanjay Patel
2014-08-27
1
-1
/
+1
*
Don't create a MemoryBuffer just to get the MemoryBufferRef. NFC.
Rafael Espindola
2014-08-27
1
-6
/
+6
*
Create a HostProcess class.
Zachary Turner
2014-08-27
7
-0
/
+351
*
Update LLDB to use LLVM's DynamicLibrary.
Zachary Turner
2014-08-27
12
-296
/
+43
*
Convert a few more cases of direct intialization of unique_ptrs from MemoryBu...
David Blaikie
2014-08-27
3
-12
/
+12
*
X86 MC: Handle instructions like fxsave that match multiple operand sizes
Reid Kleckner
2014-08-27
3
-10
/
+44
*
Update for LLVM API change.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
InstCombine: Combine gep X, (Y-X) to Y
David Majnemer
2014-08-27
2
-14
/
+38
*
InstSimplify: Don't simplify gep X, (Y-X) to Y if types differ
David Majnemer
2014-08-27
2
-1
/
+16
*
Reland r216439 215441, majnemer has a real fix for PR20771.
Nico Weber
2014-08-27
3
-11
/
+142
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
29
-95
/
+103
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
2
-4
/
+6
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
16
-89
/
+81
*
Revert r216439 (and r216441, else the former doesn't revert cleanly).
Nico Weber
2014-08-27
3
-142
/
+11
*
llgs: remove all Initialize() calls except for Debugger::Initialize().
Todd Fiala
2014-08-27
1
-18
/
+2
*
Remove unused argument.
Rafael Espindola
2014-08-27
1
-9
/
+6
*
Use BitVector instead of int in R600 SIISelLowering.
Alexey Samsonov
2014-08-27
1
-3
/
+4
*
Add tests for variadic functions versus attribute nonnull in the static analy...
Richard Smith
2014-08-27
1
-0
/
+20
*
Update for llvm API change.
Rafael Espindola
2014-08-27
2
-2
/
+2
*
yaml::Stream doesn't need to take ownership of the buffer.
Rafael Espindola
2014-08-27
3
-28
/
+29
*
Fix regression in r216520: don't apply nonnull to non-pointer function
Richard Smith
2014-08-27
2
-2
/
+31
*
Fix PR20773 which I introduced with a silly edit mistake in r216531.
Chandler Carruth
2014-08-27
3
-1
/
+1
*
Fix some semantic usability issues with DynamicLibrary.
Zachary Turner
2014-08-27
1
-2
/
+3
*
InstSimplify: Compute comparison ranges for left shift instructions
David Majnemer
2014-08-27
2
-0
/
+43
*
Revert "Limit the symbol search in DynamicLibrary to the module that was open...
Zachary Turner
2014-08-27
1
-9
/
+2
*
[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
Lang Hames
2014-08-27
1
-1
/
+1
*
[MCJIT] More endianness fixes for RuntimeDyldMachO.
Lang Hames
2014-08-27
2
-12
/
+28
*
clang-format: Address review comments of r216501.
Daniel Jasper
2014-08-27
1
-2
/
+1
*
NativeThreadLinux: remove translation of some Linux signals to gdb signals.
Todd Fiala
2014-08-27
1
-26
/
+14
*
Limit the symbol search in DynamicLibrary to the module that was opened.
Zachary Turner
2014-08-27
1
-2
/
+9
*
Call ResolveExceptionSpec for non-OdrUsed functions.
Nico Weber
2014-08-27
3
-7
/
+16
*
Mark test types for <atomic> nothrow default constructible. Patch from Steve ...
Eric Fiselier
2014-08-27
15
-15
/
+15
*
Objective-C. When multiple nullary selectors are found in
Fariborz Jahanian
2014-08-27
2
-1
/
+32
*
lldb Missing ARM64 breakpoint opcode for ProcessPOSIX added.
Todd Fiala
2014-08-27
1
-0
/
+6
*
Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-08-27
10
-30
/
+66
*
Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, ...
NAKAMURA Takumi
2014-08-27
1
-1
/
+1
*
lldb AArch64 should be listed as yet another 64-bit architecture in HostInfoB...
Todd Fiala
2014-08-27
1
-0
/
+1
*
Teach the AArch64 backend about v4f16 and v8f16
Oliver Stannard
2014-08-27
15
-132
/
+1893
*
lldb Missing break statement added.
Todd Fiala
2014-08-27
1
-0
/
+1
*
Add Linux support for get thread area on ARM64 using ProcessMonitor debugging.
Todd Fiala
2014-08-27
1
-5
/
+14
*
Use unique_ptr instead of OwningPtr. I'm not certain how this compiled.
Ted Kremenek
2014-08-27
1
-2
/
+1
*
Adjust call 'CreateAnalysisConsumer' due to API tweak.
Ted Kremenek
2014-08-27
1
-3
/
+1
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
28
-42
/
+803
*
[SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).
Michael Zolotukhin
2014-08-27
2
-0
/
+142
[next]