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 |
2014-12-07 |
Chandler Carruth | [x86] Clean up the SSE1 test to use a slightly differen... |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Chandler Carruth | [x86] Switch a constant selection test to use positive... |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Chandler Carruth | [x86] Cleanup the combining vector shuffle tests a... |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Chandler Carruth | [x86] Clean up the shift lowering vector shuffle tests... |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Marek Olsak | R600/SI: Update instruction conversions for VI |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Marek Olsak | R600/SI: Add VI instructions |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Marek Olsak | R600/SI: Add SCC Defs/Uses to SOP1 and SOP2 opcodes |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Benjamin Kramer | Turn some DenseMaps that are only used for set operatio... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Benjamin Kramer | Make the DenseMap bucket type configurable and use... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Benjamin Kramer | Reapply "LLVMContext: Store APInt/APFloat directly... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
David Majnemer | ConstantFold: Don't optimize comparisons with weak... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
David Majnemer | I didn't intend to commit this change. |
commit | commitdiff | tree | snapshot |
2014-12-06 |
David Majnemer | InstSimplify: Optimize away useless unsigned comparisons |
commit | commitdiff | tree | snapshot |
2014-12-06 |
NAKAMURA Takumi | Reformat. |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Tom Stellard | R600/SI: Restore PrivateGlobalPrefix to the default... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
NAKAMURA Takumi | Avoid angle brackets in comment. [-Wdocumentation-html] |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Duncan P. N... | IR: Disallow function-local metadata attachments |
commit | commitdiff | tree | snapshot |
2014-12-06 |
NAKAMURA Takumi | LLVMInstrumentation requires MC since r223532. |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Matt Arsenault | Fix typo |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Hans Wennborg | Add a proper triple to switch-jump-table.ll |
commit | commitdiff | tree | snapshot |
2014-12-06 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/switch-jump-table.ll: Add explici... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Ahmed Bougacha | [X86] Refactor PMOV[SZ]Xrm to add missing AVX2 patterns. |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Hans Wennborg | SelectionDAG switch lowering: Replace unreachable defau... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Duncan P. N... | IR: Disallow complicated function-local metadata |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Chris Matthews | Fix for xunit output to work around issue in Jenkins... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Duncan P. N... | Utils: Style cleanups, NFC |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Duncan P. N... | Utils: Avoid RAUW on metadata in CloneFunction() |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Nick Lewycky | Canonicalize multiplies by looking at whether the opera... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Neeraj Badlani | [TEST-COMMIT] As per Developer Policy, Added a blank... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Tim Northover | AArch64: use explicit MVT::i64 when creating EXTRACT_SU... |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Chris Matthews | Fix corner cases in lit xunit for paths with dots |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Benjamin Kramer | Revert "LLVMContext: Store APInt/APFloat directly into... |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Ahmed Bougacha | [X86] Cleanup FCOPYSIGN lowering. NFC intended. |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Peter Collingbourne | Add target triples to all dfsan tests. |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Kuba Brecka | Recommit of r223513 and r223514. |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Colin LeMahieu | [Hexagon] Relocating logical instructions and templates... |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Colin LeMahieu | [Hexagon] Adding sub/and/or reg, imm forms |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Rafael Espindola | Remove dead code. We are only lazy about functions... |
commit | commitdiff | tree | snapshot |
next |