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 |
2014-11-13 |
David Majnemer | llvm-readobj: relocAddressLess could potentially lie |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | llvm-readobj, COFF: Remove an unused variable |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | Object, COFF: getRelocationSymbol shouldn't assert |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | Object, COFF: Cleanup some code in getSectionName |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | Object, COFF: Fix some theoretical bugs |
commit | commitdiff | tree | snapshot |
2014-11-13 |
David Majnemer | Object, COFF: Clean up formatting in hasExtendedRelocations |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rafael Espindola | Read 64 bits at a time in the bitcode reader. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
NAKAMURA Takumi | Update \param(s) in MemoryObject::readBytes(). [-Wdocum... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Chandler Carruth | [x86] Teach the vector shuffle lowering to make a more... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Rui Ueyama | llvm-readobj: Print out address table when dumping... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Frederic Riss | Add an assert and a test that verify r221709's fix. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Chandler Carruth | [x86] Don't form overly fragmented blends when splittin... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Quentin Colombet | [CodeGenPrepare] Handle zero extensions in the TypeProm... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Hans Wennborg | CMake: stop setting (well, #undef'ing) HOST_LINK_VERSIO... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Juergen Ributzka | [FastISel][AArch64] Optimize select when one of the... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Juergen Ributzka | [FastISel][AArch64] Fold the cmp into the select when... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Juergen Ributzka | [FastISel][AArch64] Extend 'select' lowering to support... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Paul Robinson | Drop a few unneeded ctor calls (missed code review... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Frederic Riss | Revert "[dwarfdump] Add support for dumping accelerator... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Paul Robinson | Improve long path name support on Windows. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Jordan Rose | [Bitcode] AtEndOfStream should only check against the... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Sanjoy Das | Teach ScalarEvolution to sharpen range information. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Frederic Riss | Fix emission of Dwarf accelerator table when there... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Frederic Riss | [dwarfdump] Add support for dumping accelerator tables. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Frederic Riss | Allow DWARFFormValue::extractValue to be called with... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Frederic Riss | Remove unsused variables. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Ahmed Bougacha | [CodeGenPrepare] Replace other uses of EVT::getEVT... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Ahmed Bougacha | [CodeGenPrepare][AArch64] Fix a TLI legality check... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Sanjay Patel | Expose the number of Newton-Raphson iterations applied... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Ahmed Bougacha | Add fortified (__*_chk) library functions to TLI (NFC) |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Timur Iskhodzhanov | Temporary fix for PR21528 - use mangled C++ function... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Timur Iskhodzhanov | [COFF] Make it clearer that the symbols subsection... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Cameron McInally | [AVX512] Add integer shift by immediate intrinsics. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Aaron Ballman | Changing a StringRef::begin() call into StringRef:... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Rafael Espindola | Use the return of readBytes to find out if we are at... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Sanjay Patel | CGSCC should not treat intrinsic calls like function... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Jingyue Wu | Fix broken doxygen annotations, NFC |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Jingyue Wu | Disable indvar widening if arithmetics on the wider... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Sanjay Patel | remove function names from comments; NFC |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Rafael Espindola | Return the number of read bytes in MemoryObject::readBytes. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Justin Hibbits | Revert part of the PIC tests (TLS part) |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Justin Hibbits | Fix thet tests. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Justin Hibbits | Add support for small-model PIC for PowerPC. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Rafael Espindola | Reduce code duplication a bit. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Rafael Espindola | Fix the test. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Aaron Ballman | Fixing more -Wcast-qual warnings; NFC. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Aaron Ballman | Fixing a -Wcast-qual warning; NFC. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Zoran Jovanovic | [mips][micromips] Add predicate 'InMicroMips' at CodeGe... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Chandler Carruth | [x86] Start improving the matching of unpck instruction... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Chandler Carruth | [x86] Clean up a bunch of vector shuffle tests with... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
NAKAMURA Takumi | MCDisassembler::getInstruction():: Prune also "\param... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Elena Demikhovsky | AVX-512: Intrinsics for ERI |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Jingyue Wu | Reverts r221772 which fails tests |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Jingyue Wu | Disable indvar widening if arithmetics on the wider... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Rafael Espindola | Delete dead code. NFC. |
commit | commitdiff | tree | snapshot |
next |