2014-11-14 |
Duncan P. N... | IR: Remove MDString logic for Value::hasName() |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Duncan P. N... | DIBuilder: Cleanup access control style, NFC |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Duncan P. N... | DI: Use Metadata for DITypeRef and DIScopeRef |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Reid Kleckner | Rename EH related stuff to be more precise |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Rafael Espindola | Don't make assumptions about the name of private global... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tim Northover | ARM: refactor .cfi_def_cfa_offset emission. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tim Northover | ARM: correctly calculate the offset of FP in its push. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tim Northover | ARM: simplify test. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Eric Christopher | Rerun AutoRegen.sh. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Blaikie | Turn a leaked object into a stack variable instead. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Kevin Enderby | Add the code and test cases for 64-bit ARM to llvm... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Frederic Riss | Add a test for r222029 that doesn't rely on the default... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Majnemer | InstCombine: Fix infinite loop caused by visitFPTrunc |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Chad Rosier | Reapply r221924: "[GVN] Perform Scalar PRE on gep indic... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Bill Schmidt | Change order of tablegen generated fast-isel instructio... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tom Stellard | R600/SI: Mark s_movk_i32 as rematerializable |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tom Stellard | R600/SI: Fix spilling of m0 register |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Frederic Riss | COFF: Add support for Dwarf accelerator tables. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Matt Arsenault | R600/SI: Combine min3/max3 instructions |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Majnemer | yaml2obj, COFF: Correctly calculate SizeOfImage and... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Frederic Riss | [dwarfdump] Handle relocations in Dwarf accelerator... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Blaikie | Remove redundant virtual on overriden functions. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Duncan P. N... | IR: Make MDString inherit from Metadata |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Matt Arsenault | R600/SI: Fix verifier error from a branch on IMPLICIT_DEF |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Duncan P. N... | IR: Take an LLVMContext in Metadata::Metadata() |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Duncan P. N... | Add a blank line, NFC |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Matt Arsenault | Fix unused variable warning without asserts |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Matt Arsenault | R600/SI: Match integer min / max instructions |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Matt Arsenault | R600/SI: Use S_BFE_I64 for 64-bit sext_inreg |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Chad Rosier | [Reassociate] Canonicalize the operands of all binary... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Frederic Riss | Tentatively appease the bots. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Chad Rosier | [Reassociate] Canonicalize operands of vector binary... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Chad Rosier | [Reassociate] Canonicalize constants to RHS operand. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Frederic Riss | Reapply "[dwarfdump] Add support for dumping accelerato... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Cameron McInally | [AVX512] Add 512b masked integer shift by immediate... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Chad Rosier | [Reassociate] Improve rank debug information. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tom Stellard | R600/SI: Fix assembly names for exec_hi and exec_lo |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tom Stellard | R600/SI: Start implementing an assembler |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Bill Schmidt | [PowerPC] Add VSX builtins for vec_div |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Majnemer | Calm down build bots |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Majnemer | obj2yaml, yaml2obj: Add support for COFF executables |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Rafael Espindola | Use size_type for operator[]. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
NAKAMURA Takumi | SearchForAddressOfSymbol(): Disable 3 symbols, copysign... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Matt Arsenault | R600/SI: Make constant array static |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Justin Bogner | llvm-cov: Sink some reporting logic into CoverageMapping |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tim Northover | X86: use getConstant rather than getTargetConstant... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Duncan P. N... | IR: Rewrite uniquing and creation of MDString |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Blaikie | StringMap: Test and finish off supporting perfectly... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Blaikie | Fix 80 cols caught by the linter... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Reid Kleckner | Fix build of Mips code with MSVC by using our macro... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Reid Kleckner | Allow the use of functions as typeinfo in landingpad... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Tim Northover | CodeGen: assert an instruction is being inserted with... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Duncan P. N... | IR: Make MDString::getName() private |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reid Kleckner | Fix the VS 2012 build |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reed Kotler | First stage of call lowering for Mips fast-isel |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reid Kleckner | Fix symbol resolution of floating point libc builtins... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Duncan P. N... | ADT: Use perfect forwarding in StringMapEntry::Create() |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reid Kleckner | Relax the gcov version.ll test to check '.' instead... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reid Kleckner | Silence MSVC warning on missing return after fully... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600/SI: Fix fmin_legacy / fmax_legacy matching for SI |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reid Kleckner | Use nullptr instead of NULL for variadic sentinels |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Chad Rosier | Revert "[GVN] Perform Scalar PRE on gep indices that... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Chandler Carruth | [x86] Add some tests for specific patterns of lane... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Move calls to push_back out of readAbbreviated(Literal... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reid Kleckner | Avoid usage of char16_t as MSVC "14" doesn't appear... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Blaikie | Fix nested namespace with decltype to hopefully work... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Make a few helper functions static. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Blaikie | Use unique_ptr to handle ownership of TreePatterns... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Aditya Nandakumar | We can get the TLOF from the TargetMachine - so constru... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Chad Rosier | [GVN] Perform Scalar PRE on gep indices that feed loads... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Juergen Ributzka | [FastISel][AArch64] Don't bail during simple GEP instru... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600/SI: Use s_movk_i32 |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600/SI: Fix definition for s_cselect_b32 |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600: Fix assert on empty function |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rui Ueyama | Un-break the big-endian buildbots |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600: Error on initializer for LDS. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600/SI: Get rid of FCLAMP_SI pseudo |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | Object, Mach-O: Refactor and clean code up |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Roman Divacky | Use -Wcast-qual in cmake builds, not only autoconfo... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600/SI: Allow commuting with src2_modifiers |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Matt Arsenault | R600/SI: Allow commuting some 3 op instructions |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Return word_t from read. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Tim Northover | ARM: allow constpool entry to be moved to the user... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Tim Northover | ARM: avoid duplicating branches during constant islands. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Tim Northover | ARM: add @llvm.arm.space intrinsic for testing Constant... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Fix the other build system. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Fix a regression on the disassembling C API. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Colin LeMahieu | [Hexagon] |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Chad Rosier | [Reassociate] Update comment. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Simplify code a bit. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Small optimization: once the size is know, we don't... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Aaron Ballman | Fixing -Wtype-limits warnings with the asserts (the... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Aaron Ballman | Fixing some sign comparison warnings from MSVC; NFC. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Duncan P. N... | IR: Create the Metadata class |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Elena Demikhovsky | AVX-512: SINT_TO_FP cost model and some bugfixes |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | Object, COFF: Refactor code to get relocation iterators |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Hal Finkel | OCAMLFLAGS can contain =, don't use = with sed |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Aditya Nandakumar | This patch changes the ownership of TLOF from TargetLow... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Hal Finkel | Revert r219432 - "Revert "[BasicAA] Revert "Revert... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | Object, COFF: Increase code reuse |
commit | commitdiff | tree | snapshot |
next |