2014-07-28 |
Duncan P. N... | llvm-uselistorder: Get it building in configure+make... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Duncan P. N... | Bitcode: Serialize (and recover) use-list order |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Duncan P. N... | llvm-uselistorder: Add -save-temps option |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Duncan P. N... | llvm-uselistorder: Check the correct flag for assembly |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Duncan P. N... | IR: Expose Module::rbegin() and rend() |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Lang Hames | [MCJIT] Remove extraneous parentheses in test case. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Rafael Espindola | Test the linker plugin handling of llvm.used. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Manman Ren | [Debug Info] add a template class DITypedArray. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Manman Ren | [Debug Info] rename getTypeArray to getElements, setTyp... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Manman Ren | [Debug Info] replace DIUnspecifiedParameter with DITriv... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Matt Arsenault | R600: Modernize test |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Alex Lorenz | llvm-cov: move the gcov code into a separate file. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Matt Arsenault | R600/SI: Fix return type for isMIMG / isSMRD |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Chandler Carruth | [SDAG] Add DEBUG logging to the legalizer, fixing a... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Matt Arsenault | R600/SI: Implement getOptimalMemOpType |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Rafael Espindola | Add tests for the various emit-llvm plugin options. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Matt Arsenault | R600/SI: Make argument loads invariant |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Matt Arsenault | Update comment |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Rafael Espindola | Test the mcpu option. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Robert Khasanov | [SKX] Enabling mask logic instructions: encoding, lowering |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Dan Liew | Emit a warning if llvm_map_components_to_libraries... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Dan Liew | Document the new LLVM CMake interface for building... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Dan Liew | Fixed sphinx warning. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Ulrich Weigand | [PowerPC] Add testcase forgotten in the 214072 commit. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Ulrich Weigand | [PowerPC] Support ELFv1/ELFv2 ABI selection via features |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Rafael Espindola | Start adding some tests for the gold plugin. |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Saleem Abdulrasool | ARM: correct handling of features in arch_extension |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Saleem Abdulrasool | ARM: convert loop to range based |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Matt Arsenault | Add alignment value to allowsUnalignedMemoryAccess |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Tim Northover | AArch64: fix conversion of 'J' inline asm constraints. |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Chandler Carruth | [x86] Sink a variable only used by asserts into the... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Chandler Carruth | [x86] Add a much more powerful framework for combining... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Chandler Carruth | [ADT] Add a remarkbly useful little helper routine... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Matt Arsenault | R600/SI: Fix broken test. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Joey Gouly | Fix the failing test 'vector-idiv.ll'. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Matt Arsenault | R600: Move intrinsic lowering to separate functions |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [SDAG] Add an assert that we don't mess up the number... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [SDAG] Simplify the code for handling single-value... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [SDAG] When performing post-legalize DAG combining... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Nick Lewycky | Fix broken assert. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
NAKAMURA Takumi | X86ShuffleDecode.cpp: Silence a warning. [-Wunused... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [x86] Fix PR20355 (for real). There are many layers... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [x86] Finish switching from CHECK to ALL. This was... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [x86] Revert r214007: Fix PR20355 ... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [x86] Fix PR20355 (and dups) by not using unsigned... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [x86] Add coverage for PMUL* instruction testing on... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Richard Smith | [modules] Work around mislayering of MC / Object. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
NAKAMURA Takumi | Update X86/Utils/LLVMBuild.txt corresponding to r213986... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
NAKAMURA Takumi | IR/UseTest.cpp: Avoid std::to_string() to appease mingw... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [x86] More cleanup for this test -- simplify the comman... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Chandler Carruth | [x86] Fix unused variable warning in no-asserts build. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Chandler Carruth | [x86] FileCheck-ize this test. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Chandler Carruth | [x86] Teach the X86 backend to print shuffle comments... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Matt Arsenault | R600/SI: Allow partial unrolling and increase thresholds. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Eric Christopher | Move R600 subtarget dependent variables onto the subtarget. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Alex Lorenz | coverage: remove empty mapping regions |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hal Finkel | Canonicalization for @llvm.assume |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
NAKAMURA Takumi | llvm-uselistorder: Fix up LINK_COMPONENTS. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hal Finkel | Add @llvm.assume, lowering, and some basic properties |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Akira Hatanaka | [stack protector] Add test cases for thumb and thumb2. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Akira Hatanaka | [stack protector] Fix a potential security bug in stack... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Brad Smith | Fix arc4random detection. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hal Finkel | [PowerPC] Support TLS on PPC32/ELF |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Juergen Ributzka | [FastISel][AArch64] Add support for frameaddress intrinsic. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Duncan P. N... | Move -verify-use-list-order into llvm-uselistorder |
commit | commitdiff | tree | snapshot |
2014-07-25 |
David Blaikie | Reapply "DebugInfo: Don't put fission type units in... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hal Finkel | Claim AA generally as code owner |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hans Wennborg | Fix MSVC2012 build error in UseListOrder.cpp |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Duncan P. N... | Bitcode: Don't optimize constants when preserving use... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
David Blaikie | Recommit r212203: Don't try to construct debug LexicalS... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
David Blaikie | DebugInfo: Fix up some test cases to have more correct... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hal Finkel | Add code owner of scoped-noalias metadata |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hal Finkel | Convert noalias parameter attributes into noalias metad... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Hal Finkel | Simplify and improve scoped-noalias metadata semantics |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Duncan P. N... | Try to fix a layering violation introduced by r213945 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Duncan P. N... | Fix -Werror build after r213945 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Duncan P. N... | IPO: Add use-list-order verifier |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Amara Emerson | [ARM] Emit ABI_PCS_R9_use build attribute. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Benjamin Kramer | Run sort_includes.py on the AArch64 backend. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Chandler Carruth | [cmake] Use the external project machinery for libcxxab... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
NAKAMURA Takumi | llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
NAKAMURA Takumi | llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specif... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Chandler Carruth | [SDAG] Enable the new assert for out-of-range result... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Chandler Carruth | [SDAG] Don't insert the VRBase into a mapping from... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Matt Arsenault | Store nodes only have 1 result. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Chandler Carruth | [SDAG] Start plumbing an assert into SDValues that... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Akira Hatanaka | [ARM] In thumb mode, emit directive ".code 16" before... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Lang Hames | [X86] Add comments to clarify some non-obvious lines... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
David Majnemer | llvm-vtabledump: use a std::map instead of a StringMap... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ehsan Akhgari | Fix a warning in CoverageMappingReader.cpp |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Lang Hames | [X86] Clarify some stackmap shadow optimization code... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Bill Schmidt | [PATCH][PPC64LE] Correct little-endian usage of vmrgh... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Alex Lorenz | Add code coverage mapping data, reader, and writer. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Alex Lorenz | Add code coverage mapping data, reader, and writer. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Kevin Enderby | Add an implementation for llvm-nm’s -print-file-name... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
David Majnemer | Opportunistically fix the builders |
commit | commitdiff | tree | snapshot |
2014-07-24 |
David Majnemer | llvm-vtabledump: A vtable dumper |
commit | commitdiff | tree | snapshot |
next |