2012-11-16 |
Michael Ilseman | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Andrew Kaylor | Interface changes to allow RuntimeDyld memory managers... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eli Bendersky | Add some tests for the FileCheck utility. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Galina Kistanova | Added myself as owner of LLVM Buildbot. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eric Christopher | Clarify. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Owen Anderson | Claim ownership of everyone's favorite part of the... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eli Friedman | Mark FP_ROUND for converting NEON v2f64 to v2f32 as... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eric Christopher | More ownership, no one likes these things anyways. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Ilseman | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Nadav Rotem | Update the code ownership. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jyotsna Verma | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Akira Hatanaka | [mips] Add predicate HasFPIdx for floating-point indexe... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Joel Jones | Add description of how to build docs |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Adhemerval... | PowerPC: Lowering floor intrinsic for Altivec |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Daniel Dunbar | PathV2: Fix a possible infinite loop. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Akira Hatanaka | Add assertions in MipsLongBranch which check the size... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jakub Staszak | Return 0 instead of false. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Ulrich Weigand | Use std::stable_sort instead of std::sort when sorting... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Evan Cheng | Clarify my code ownership |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Sergei Larin | Add myself as owner of VLIW Instruction Scheduling... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Anton Korobeynikov | Add ARM EABI to my list of responsibilities. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jakub Staszak | Simplify code. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Andrew Trick | misspell |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Chad Rosier | [reg scavenger] Fix the isUsed/isAliasUsed functions... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Sergei Larin | Fix indeterminism in MI scheduler DAG construction. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Use empty parens for empty function parameter list... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | FileCheck: remove useless 'continue' at the end of... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Duncan Sands | Do not handle void types in DataLayout. Patch by Patri... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Hans Wennborg | Make GlobalOpt be conservative with TLS variables ... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Guy Benyei | Add support for SPIR64 target - the 64bit counterpart... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Duncan Sands | Fix a crash observed by Shuxin Yang. The issue here... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Revert changing FNEG of v4f32 to Expand. It's legal. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Make FNEG and FABS of v4f32 Expand. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Make a bunch of floating point operations on vectors... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Add missing documentation for llvm.exp2, llvm.log10... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Andrew Trick | Fix an obvious merge bug in -join-globalcopies (disabled). |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eric Christopher | Add some release notes that say we removed the CellSPU... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
NAKAMURA Takumi | InstCombineAndOrXor.cpp: Escape bracket in doxygen... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jakub Staszak | Use LLVM_DELETED_FUNCTION. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Remove unneeded #includes. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
NAKAMURA Takumi | NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Bill Schmidt | This patch is in preparation for adding medium code... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: Improve typographical correctness. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: Sphinxify TestSuiteMakefileGuide |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Use reserve() to avoid vector reallocation. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Make sure to not get AVX code on an AVX-capable host... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
NAKAMURA Takumi | test/CodeGen/Hexagon/postinc-load.ll: Suppress it for... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Few more small CellSPU removals. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Fix CMake build. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Remove the CellSPU port. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: Sphinxify TestingGuide |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Alexander Kornienko | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Fix invalid asserts, use llvm_unreachable instead. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jyotsna Verma | Added multiclass for post-increment load instructions. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Benjamin Kramer | Force CPU in test so we don't accidentally get AVX... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | canJoinPhys method doesn't modify CoalescerPair. Make... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Alexander Kornienko | Added %(line), %(line+<number>), %(line-<number>) subst... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Chad Rosier | Remove dead code. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Fix comment. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Remove DOS line endings. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Benjamin Kramer | X86: Enable SSE memory intrinsics even when stack align... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Hal Finkel | Replace std::vector -> SmallVector in BBVectorize |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Nadav Rotem | Update my email address and update the code ownership |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Dmitri Gribenko | FileCheck.rst: change formatting of code-like construct... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Nadav Rotem | The code pattern "imm0_255_neg" is used for checking... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Justin Holewinski | Add myself as code owner for NVPTX target |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: nuke GCCFEBuildInstrs.html |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Justin Holewinski | [NVPTX] Implement custom lowering of loads/stores for i1 |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Anton Korobeynikov | Fix comment |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Anton Korobeynikov | Fix really stupid ARM EHABI info generation bug: we... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Chad Rosier | Claim ownership. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Hal Finkel | Fix the largest offender of determinism in BBVectorize |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Benjamin Kramer | Sort the code owner list alphabetically. Add myself... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jim Grosbach | X86: Better diagnostics for 32-bit vs. 64-bit mode... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Matt Beaumont-Gay | s/assert/llvm_unreachable/ |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Grab debug information for code ownership. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Alexey Samsonov | [TSan] fix indentation |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Alexey Samsonov | Emit relocations from .debug_aranges to .debug_info... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Patrik Hägglund | Revert some redundant parts of r142605. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Craig Topper | Set FFLOOR of vectors to expand to keep intruction... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Hal Finkel | Mark myself as owner of BBVectorize and PowerPC |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Andrew Trick | Accepting ownership of scheduling. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Craig Topper | Factor out an overly replicated typecast. No functional... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Craig Topper | Set FFLOOR for vectors to expand on CellSPU to keep... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Craig Topper | Add newlines to end of debug messages. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Rafael Espindola | Handle DAG CSE adding new uses during ReplaceAllUsesWit... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: Fix Sphinx toctree warning. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Anton Korobeynikov | Use TARGET2 relocation for TType references on ARM. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: chmod -x HowToUseInstrMappings.rst |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Matt Beaumont-Gay | Fix broken asserts. Also, spell 'indices' correctly. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael J.... | [Object] Fix endianess bug by refactoring Archive:... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Nadav Rotem | use the getSplat API. Patch by Paul Redmond. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eric Christopher | Revert "Use the 'count' attribute instead of the 'upper... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Jim Grosbach | Acknowledge code ownership of MC. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Joe Abbey | Assignment of Bitcode ownership to Joe Abbey, after... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | Revert -join-splitedges to a boolean cmd line option. |
commit | commitdiff | tree | snapshot |
next |