2016-02-11 |
Reid Kleckner | Move mmap_limit_mp test to Posix |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Justin Lebar | [CUDA] Don't crash when trying to printf a non-scalar... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Justin Lebar | Remove unused ToolChain arg from Driver::ConstructPhase... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Rui Ueyama | ELF: Sort .[cd]tors by priority as we do for .{init... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Rui Ueyama | Reduce code repetition. NFC. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Reid Kleckner | Silence MSVC warning about non-void prototypes |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Quentin Colombet | [GlobalISel][MachineRegisterInfo] Add a method to creat... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Evgeniy Stepanov | [asan] Dump adb output on failure. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Reid Kleckner | Fix two tests relying on LLVM -O1 behavior |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Hemant Kulkarni | Fix build failure caused in r260430 |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Davide Italiano | [llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Teresa Johnson | Fix Windows bot failure in Transforms/FunctionImport... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Quentin Colombet | [GlobalISel] Remember the size of generic virtual registers |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rui Ueyama | Reorder code to improve readability. NFC. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mehdi Amini | FunctionImport: add a progressive heuristic to limit... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rafael Espindola | Don't include NOBITS TLS in PT_LOAD. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Hemant Kulkarni | Make llvm-nm test consistent with other tests |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rui Ueyama | ELF: Use stable sort to sort .{init,fini}_array sections. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mehdi Amini | Use a StringSet in Internalize, and allow to create... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mehdi Amini | Add the ability to initialize a StringSet from a pair... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rui Ueyama | ELF: Implement __attribute__((init_priority(N)) support. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Davide Italiano | [llvm-nm] Prefer range-based loop over explicit iterator. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mehdi Amini | Add a new insert_as() method to DenseMap and use it... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Quentin Colombet | [CMake] Add a macro definition to detect if we are... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Quentin Colombet | [GlobalISel] More detailed skeleton for the IRTranslator. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mehdi Amini | Bitcode reader: replace DecodeChar6() with a lookup... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mehdi Amini | Simplify handleOperandChangeImpl() removing last argume... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rafael Espindola | Split the creation of program headers in a few steps. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Jim Ingham | Revert 260436. I pretty consistently upper-case the... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Philip Reames | Follow up to 260439, Speculative fix to clang builders |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rong Xu | [PGO] Make the number of records for each value site... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Hans Wennborg | Revert r260388 "[MS ABI] Never reference dllimport... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Justin Lebar | Bail on compilation as soon as a job fails. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Matthias Braun | APInt: Simplify EqualSlowCase |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Xinliang David Li | Fix buildbot failure (hosts without zlib) |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Sean Callanan | When importing Objective-C protocols, mark them as... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rui Ueyama | ELF: Combine cases that has the same code. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Eric Fiselier | Remove changes that snuck in within r260431 |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Teresa Johnson | Restore "[ThinLTO] Use MD5 hash in function index.... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Evgeniy Stepanov | Fix invalid casts in <functional>. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Zachary Turner | Fix copy/paste error in TestCModules. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Philip Reames | [LVI] Handle constants defensively |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Derek Schuff | [WebAssembly] Re-triage list of compilation failures... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Pete Cooper | Use ArrayRef instead of deep copies of CompactUnwindEnt... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Enrico Granata | No reason for these two letters to be uppercase |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | [clang-cl] /Z7 now generates normal debug info, not... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Greg Clayton | Now that SymbolFileDWARF supports having types in compl... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mandeep Singh... | Test commit, fixed "clang" to "Clang" in docs |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | [codeview] Describe int local variables using .cv_def_range |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Eric Fiselier | Recommit r260012 - Cleanup node-type handling in the... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Hemant Kulkarni | [llvm-readobj] Option to emit readelf like output |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Derek Schuff | [WebAssembly] Address comments left over from r260421 |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Xinliang David Li | [Coverage] add covmap v2 binary format regression test |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Nicolai Haehnle | AMDGPU: Release the scavenged offset register during... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Sanjay Patel | [x86] refactor masked load/store combine logic ; NFCI |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Richard Smith | Don't assume that there is only one strchr overload... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Simon Atanasyan | [ELF][MIPS] Add lazy relocation support for MIPS |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Zachary Turner | Remove skipUnlessListedRemote. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Zachary Turner | Remove expectedFailureLinux decorator. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Derek Schuff | [WebAssembly] Switch varags calling convention to use... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Anton Yartsev | [analyzer] Windows: launch scan-build from an arbitrary... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Chad Rosier | [AArch64] Refactor is logic into a helper function... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | Fix a -Wsign-compare in Support Path unittests |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | Silence MSVC warning about falling off the end of a... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | Disable MSVC 2015's warning about zero extending after... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Eugene Zelenko | Fix some Clang-tidy readability-redundant-control-flow... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | Silence some MSVC warnings about zero extending unsigne... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Teresa Johnson | Revert "[ThinLTO] Use MD5 hash in function index."... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | Silence some MSVC false positive warnings about integer... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | Enable constexpr on Visual Studio 2015, add support... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Matt Arsenault | Fix return type of bool function |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Teresa Johnson | [ThinLTO] Use MD5 hash in function index. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Jordan Rose | [ADT] Add "return *this;" to PointerEmbeddedInt::operator=. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Chad Rosier | [AArch64] Update comment to match reality. NFC. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | Disable the new Orc lazy JIT tests on Windows, they... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Matt Arsenault | SelectionDAG: Make Properties a field of SDPatternOperator |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Matt Arsenault | SelectionDAG: Make min/max commutative and associative |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Xinliang David Li | Rollback 260394 -- 32bit test needs more config support |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Colin LeMahieu | [MC] Merge VK_PPC_TPREL in to generic VK_TPREL. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rong Xu | [PGO] Indirect-call profile annotation in IR level... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Matt Arsenault | AMDGPU: Fix indentation and variable names |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Matt Arsenault | AMDGPU: Split R600 and SI load lowering |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Hemant Kulkarni | Revert "[llvm-readobj] Option to emit readelf like... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | [pdbdump] Fix test for different type ordering with... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Teresa Johnson | [ThinLTO] Move global processing from Linker to Transfo... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Xinliang David Li | Add tests for -m32 |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Xinliang David Li | [PGO] coverage map bug with cov data produced for 32bit... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Hemant Kulkarni | [llvm-nm] Add -radix option |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Hemant Kulkarni | [llvm-readobj] Option to emit readelf like output |
commit | commitdiff | tree | snapshot |
2016-02-10 |
James Y Knight | [SPARC] Repair floating-point condition encodings in... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Daniel Berlin | Rename a member variable to be more accurate with how... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
David Majnemer | [MS ABI] Never reference dllimport'd vtables |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Daniel Berlin | Constify two functions, make them accessible to unit... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Ehsan Akhgari | Disable all llvm-config tests for now, will investigate... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rong Xu | [PGO] Differentiate Clang instrumentation and IR level... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rafael Espindola | Add support for R_X86_64_DTPOFF64. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Chad Rosier | [AArch64] This bit of logic is specific to pairing... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Teresa Johnson | Fix VST_CODE_* bitcode id comments (NFC) |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Ben Craig | Limit catopen usage to unix-like OSes |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Rafael Espindola | Use a SymbolBody to represent the personality. |
commit | commitdiff | tree | snapshot |
next |