2015-07-24 |
Duncan P. N... | DI: Make getOrCreateLimitedType() return DICompositeTyp... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Michael Kruse | Make the lit configuration Python 3 compatible |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Select the highest version of the mingw toolchain found... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Remove DIDerivedTypeBase |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Ismail Pazarbasi | __tsan::ThreadCreate takes incorrect value for detached... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | Verifier: Sink filename check into visitMDCompositeType... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | Verifier: Remove unnecessary references to DW_TAG_subro... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Clarify isUnsignedDIType(), NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Renato Golin | [libunwind] Flip order of extern "C" and attribute... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Pete Cooper | Add const to some Type* parameters which didn't need... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Diego Novillo | Remove unused variable. NFC. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Base the sys-root/mingw/include path on sysroot and... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Strengthen some dyn_casts to DIDerivedType, NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Michael Kruse | Compile fix; add missing ISL files |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Jingyue Wu | Remove the user-count threshold when analyzing read... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Philip Reames | [RewriteStatepointsForGC] Adjust naming scheme to be... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Evgeniy Stepanov | [asan] Only link liblog on Android when it exists. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Strengthen block-byref cast to DIDerivedType, NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Evgeniy Stepanov | [asan] Fix android system property access on aarch64. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Pete Cooper | Use foreach loops for StructType::elements(). NFC. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Pete Cooper | Add const to a bunch of Type* in DataLayout. NFC. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Only DICompositeType has getElements(), NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Chih-Hung Hsieh | Correct x86_64 Android fp128 mangled name |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Tom Stellard | Fix double implementation of log |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Tom Stellard | Implement accurate log2 function |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Tom Stellard | Use llvm intrinsics for native_log and native_log2 |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Make StaticDataMemberCache type-safe, NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Alex Lorenz | MIR Parser: Run the machine verifier after initializing... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Lang Hames | [RuntimeDyld] MachO: Add support for ARM scattered... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Chih-Hung Hsieh | Test commit. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Alex Lorenz | MIR Tests: Add liveins and successors to make tests... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Alex Lorenz | MIR Tests: Make the basic block successor test an X86... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Igor Breger | AVX-512: Implemented encoding , DAG lowering and intrin... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Chandler Carruth | Update for r243115 which changed the DataLayout API... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Argyrios Kyrtzidis | [test] Attempt to fix failing test in non-darwin bots. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Argyrios Kyrtzidis | [code-completion] Strip outer nullability annotations... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Greg Clayton | Bind to the loopback when we are expecting a connection... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Hans Wennborg | test-release.sh: Defer test errors until the end |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Mehdi Amini | LLVM API Change: the Module always owns the DataLayout |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Mehdi Amini | Remove access to the DataLayout in the TargetMachine |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Sanjay Patel | fix wrong comment; NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Correcting some comments. (1) the function is named... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Tobias Grosser | Update isl to isl-0.15-86-g595055e |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Silence a "not all control paths return a value" warnin... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Visual Studio is more permissive than other compilers... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Add an AST matcher, isFinal(), for testing whether... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
NAKAMURA Takumi | llvm/test/tools/dsymutil/ARM/lit.local.cfg: Fix possibl... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Apparently some of the bots add .svn dirs inside the... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Ewan Crawford | Initialize variable to prevent garbage values (RenderSc... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Luke Cheeseman | [ARM] - Fix lowering of shufflevectors in AArch32 |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Pavel Labath | Revert "Fix an issue where LLDB would run out of stack... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Try to appease clang buildbot by forcing libstdc++... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Luke Cheeseman | When lowering vector shifts a check is performed to... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Tamas Berghammer | Improve C++ function name handling and step-in avoid... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Add extensive tests for the mingw toolchain and remove... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
David Majnemer | [clang-cl] Implement support for the /Zl flag |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Frederic Riss | [dsymutil] Implement support for universal mach-o objec... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Frederic Riss | [dsymutil] Make the triple detection more strict. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Frederic Riss | [dsymutil] Refactor BinaryHolder internals. NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
David Majnemer | [AST] Perform additional canonicalization for Dependent... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Alex Denisov | Cleanup ObjCInterfaceDecl lookup for ObjC literals |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Bhushan D.... | Handle old style S packet correctly |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Piotr Padlewski | Generating available_externally vtables for outline... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Mehdi Amini | Revert "Remove access to the DataLayout in the TargetMa... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Gabor Horvath | [Static Analyzer] Some tests do not turn on core checke... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Alexei Starovoitov | [bpf] initial support for debug_info |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Davide Italiano | [llvm-reaobj] Display COFF-specific sections/tables... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Steven Wu | Fix the cc1as crash when it outputs assembly |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Michael Zolotukhin | Handle resolvable branches in complete loop unroll... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Mehdi Amini | Remove access to the DataLayout in the TargetMachine |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Saleem Abdulrasool | build: fix small typo in cmake doxygen build |
commit | commitdiff | tree | snapshot |
2015-07-24 |
NAKAMURA Takumi | MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
NAKAMURA Takumi | Reorder alphabetically. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Eric Christopher | Clean up function attributes on PPC fast-isel tests. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Kostya Serebryany | [libFuzzer] allow users to supply their own implementat... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Enrico Granata | Fix an issue where LLDB would run out of stack space... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Philip Reames | [RewriteStatepointsForGC] Fix release build warning |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Jonathan Roelofs | Add missing underlines for a docs section. NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Bruce Mitchener | Add UNUSED_IF_ASSERT_DISABLED and apply it. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Logan Chien | unwind: Fix libc++abi and libgcc build. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Bruce Mitchener | Fix Mac OS X build, debugserver version handling. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Philip Reames | [RewriteStatepointsForGC] Use a worklist algorithm... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Lawrence Hu | test commit, only added one space |
commit | commitdiff | tree | snapshot |
2015-07-23 |
John McCall | Fix the equal-vector-size rule for reinterpret_casts... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Justin Bogner | InstrProf: Fix a typo in the test for r243066 |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Greg Clayton | Disable mutex error checking so it doesn't create probl... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Justin Bogner | InstrProf: Don't extend coverage regions into the catch... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Jingyue Wu | [NaryReassociate] remove redundant code |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Alex Lorenz | MIR Serialization: Serialize the '.cfi_offset' CFI... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Rui Ueyama | Fix -Wextra-semi. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
JF Bastien | WebAssembly: test that valid -mcpu flags are accepted. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Sanjay Patel | fix crash in machine trace metrics due to processing... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Philip Reames | [RewriteStatepointsForGC] Rename PhiState to reflect... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Evgeniy Stepanov | [sanitizer] Fix double definition of a function. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Philip Reames | [RewriteStatepointsForGC] Use idomatic mechanisms for... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Enrico Granata | Several improvements to the Either<T,U> type |
commit | commitdiff | tree | snapshot |
2015-07-23 |
David Gross | [ARM] Register (existing) ARMLoadStoreOpt pass with... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Evgeniy Stepanov | [sanitizer] Implement logging to syslog. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Colin LeMahieu | Moving tests in to X86 directory. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Alex Denisov | Add documentation for the objc_boxable attribute |
commit | commitdiff | tree | snapshot |
next |