2014-12-09 |
Duncan P. N... | Fix a GCC build failure from r223802 |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Chris Bieneman | Adding a new option to CMake to disable C++ atexit... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Robert Khasanov | [AVX512] Added lowering for VBROADCASTSS/SD instructions. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Duncan P. N... | IR: Split Metadata from Value |
commit | commitdiff | tree | snapshot |
2014-12-09 |
David Majnemer | AsmParser: Don't crash on malformed attribute groups |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Colin LeMahieu | [Hexagon] Updating predicate register transfers and... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Frederic Riss | Correctly handle complex locations expressions in repla... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Frederic Riss | Deleting empty directories left over from r223794. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Juergen Ributzka | [CGP] Rewrite pattern match for splitBranchCondition... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Juergen Ributzka | Revert "Move function to obtain branch weights into... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Frederic Riss | Revert "Initial dsymutil tool commit." |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Frederic Riss | Initial dsymutil tool commit. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Bill Schmidt | [PowerPC 4/4] Enable little-endian support for VSX. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Bill Schmidt | [PowerPC 3/4] Little-endian adjustments for VSX vector... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Rafael Espindola | Remember the unmangled name in the plugin. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Bill Schmidt | Add test cases that were inadvertently omitted from... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Bill Schmidt | [PowerPC 2/4] Little-endian adjustments for VSX insert... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Robert Khasanov | [AVX512] Added VPBROADCAST{BWDQ} (Load with Broadcast... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Juergen Ributzka | [CodeGenPrepare] Split branch conditions into multiple... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Juergen Ributzka | Add more pattern matchers for compares, instructions... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Juergen Ributzka | Move function to obtain branch weights into the BranchI... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Bill Schmidt | [PowerPC 1/4] Little-endian adjustments for VSX loads... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Rafael Espindola | Move method out of line to make buildbot happy. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Rafael Espindola | Don't lookup an object symbol name in the module. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Chandler Carruth | [x86] Fix the test to actually test things for the... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Aaron Ballman | Removing an unused variable to silence a -Wunused-but... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Asiri Rathnayake | Fix modified immediate bug reported by MC Hammer. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Chandler Carruth | [x86] Add a test for the CPU names that should have... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Chandler Carruth | [x86] Bring some sanity to the x86 CPU processor defini... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Sonam Kumari | Removal Of Duplicate Test Cases and Addition Of Missing... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Ankur Garg | [test/Transforms/InstCombine/shift.ll] Removed duplicat... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Will Newton | Improve emacs coding style |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Chandler Carruth | Teach instcombine to canonicalize "element extraction... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Michael Ilseman | Skip declarations in the case of functions. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Craig Topper | Use range-based for loops. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Elena Demikhovsky | AVX-512: Added some comments to ERI scalar intrinsics. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Owen Anderson | Fix a few instances found in SelectionDAG where we... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Mohit K. Bhakkad | test commit (spelling correction) |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Michael Kuperstein | [X86] Convert esp-relative movs of function arguments... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
David Majnemer | Reland r223754 |
commit | commitdiff | tree | snapshot |
2014-12-09 |
David Majnemer | Revert "AsmParser: Reject invalid mismatch between... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
David Majnemer | AsmParser: Reject invalid mismatch between forward... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Bill Schmidt | Restore r223709 as it was meant to be, and enable Featu... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
NAKAMURA Takumi | Revert r223709, "[PowerPC]Activate FeatureVSX for the... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Hal Finkel | Handle early-clobber registers in the aggressive anti... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Eric Christopher | Add argument variable support to the debug info tutorial |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Tom Stellard | R600/SI: Set MayStore = 0 on MUBUF loads |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Tom Stellard | R600/SI: Move setting of the lds bit to the base MUBUF... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Removing old def versions and replacing usage... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Tom Stellard | MISched: Fix moving stores across barriers |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding any8, all8, and/or/xor/andn/orn/not... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Bill Seurer | [PowerPC]Activate FeatureVSX for the Power target |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Hal Finkel | [PowerPC] Don't use a non-allocatable register to imple... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Fixing broken test. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding xtype doubleword add, sub, and, or... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding xtype doubleword comparisons. Removin... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding xtype parity, min, minu, max, maxu... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding xtype halfword add/sub ll/hl/lh/hh... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Peter Collingbourne | Make myself the code owner for llgo. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Matt Arsenault | R600/SI: Move continue after checking s_mov_b32. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
David Majnemer | ConstantFold: Zero-sized globals might land on top... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Eric Christopher | Clean up the rst for the debug info tutorial |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Lazily link GlobalVariables and GlobalAliases. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding add/sub with saturation. Removing... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
David Majnemer | InstSimplify: Try to bring back the rest of r223583 |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Eric Christopher | Once more on the cmake build. nativecodegen->native... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Eric Christopher | Attempt to fix the cmake build by requiring mcjit on... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Bruno Cardoso... | [CompactUnwind] Fix register encoding logic |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Eric Christopher | Fix KS tutorial build failure. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Don't crash when the key of a comdat is lazily linked. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Justin Bogner | InstrProf: An intrinsic and lowering for instrumentatio... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Eric Christopher | Add Chapter 8 to the Kaleidoscope tutorial. This chapte... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Eric Christopher | Fix the JIT code for the Kaleidoscope tutorial. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Tim Northover | AArch64: treat HFAs containing "half" types as blocks... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Andrea Di Biagio | [X86] Improved tablegen patters for matching TZCNT... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding combine reg, reg with predicated forms. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Simplify the test. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Simplify test. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding packhl instruction. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Use CHECK-DAG to reduce the noise in an upcoming patch. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Daniel Sanders | [mips] Add Mips-specific CCIf's for accessing the MipsC... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Andrea Di Biagio | [X86] Improved lowering of packed v8i16 vector shifts... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Move the ValueMap lookup inside linkFunctionBody. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Use range loops. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Use range loops. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Fix linking of prologue data. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
NAKAMURA Takumi | [CMake] Fix installation of llvm-ranlib on multiconfig... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Simple style fixes. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Rafael Espindola | Move materialize/Dematerialize calls to linkFunctionBod... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Sonam Kumari | Removal Of Duplicate Test Case from shift.ll file |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Elena Demikhovsky | X86 intrinsics moved form X86ISelLowering.cpp to X86Int... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
David Majnemer | lit: Don't use python 2.6 features |
commit | commitdiff | tree | snapshot |
2014-12-08 |
NAKAMURA Takumi | Revert a part of r223583, for now. It seems causing... |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Duncan P. N... | IR: Fix bitcode compatability filenames |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Duncan P. N... | IR: Revert r223618 behaviour of MDNode::concatenate() |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Duncan P. N... | IR: Drop uniquing for self-referencing MDNodes |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Duncan P. N... | IR: Remove reference to ENABLE_MDNODE_UNIQUING |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Duncan P. N... | IR: Add missing tests for function-local metadata |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Marek Olsak | R600/SI: Disable VMEM and SMEM clauses by breaking... |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Marek Olsak | R600/SI: Set 20-bit immediate byte offset for SMRD... |
commit | commitdiff | tree | snapshot |
next |