2015-02-10 |
Aaron Ballman | Reverting r228628; it broke at least one builder due... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Adrian Prantl | Debug info: When updating debug info during SROA, do... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Adrian Prantl | Debug info: Use DW_OP_bit_piece instead of DW_OP_piece... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Colin LeMahieu | [Hexagon] Adding missing load instructions and removing... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Duncan P. N... | ADT: Allow up to 18 arguments in hash_combine() |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Aaron Ballman | On Windows, we now use RaiseException to generate the... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Colin LeMahieu | [Hexagon] Factoring classes out of some load patterns... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ramkumar Ramachandra | [Statepoint] Improve two asserts, fix some style (NFC) |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ramkumar Ramachandra | PlaceSafepoints: modernize gc.result.* -> gc.result |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Duncan P. N... | DebugInfo: Remove DW_TAG_constant |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Philip Reames | Update file comment to clarify points highlighted in... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Philip Reames | Use range for loops in PlaceSafepoints (NFC) |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Duncan P. N... | IR: Take uint64_t in DIBuilder::createExpression() |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Philip Reames | Introduce more tests for PlaceSafepoints |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Chris Bieneman | Revert "Raising minimum required CMake version to 2... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Chris Bieneman | Raising minimum required CMake version to 2.8.12.2. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Colin LeMahieu | [Hexagon] Removing more V4 predicates since V4 is the... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Philip Reames | Minor test cleanup |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ramkumar Ramachandra | MemDerefPrinter: Require DataLayoutPass for higher... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Philip Reames | Add basic tests for PlaceSafepoints |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Duncan P. N... | Verifier: Const-qualify Metadata, NFC |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Duncan P. N... | IR: Document horrible abuse of loose DIDescriptor, NFC |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Duncan P. N... | IR: Remove dead code in DITemplate* |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ramkumar Ramachandra | isDereferenceablePointer: look through gc.relocate... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Colin LeMahieu | [Hexagon] Removing v2-4 flags. V4 is the minimum suppo... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ben Langmuir | Reduce the LockFileManager timeout, and provide unsafeR... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Colin LeMahieu | [Hexagon] Factoring classes out of store patterns. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Colin LeMahieu | [Hexagon] Formatting v5 TD file. Removing commented... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ramkumar Ramachandra | MemDepPrinter: cleanup a few loops (NFC) |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Sanjoy Das | Address post-commit review for rL228587: make it explic... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Colin LeMahieu | [Hexagon] Cleaning up definition formatting. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Sanjoy Das | Clarify the wording on what it means for a SCEVAddRecEx... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Sanjoy Das | Bugfix: SCEV incorrectly marks certain add recurrences... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Lang Hames | [Orc] Revert r228567 (GCC ICE workaround) - it doesn... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Sanjay Patel | fixed to test features, not CPUs |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Kit Barton | This change implements the following three logical... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Sanjay Patel | rename variable to give it some meaning; remove obvious... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Sanjay Patel | fix comment that didn't match the code; remove unnecess... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Johannes Doerfert | Allow ScalarEvolution to catch more min/max cases |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Lang Hames | [Orc] Try another workaround for the GCC 4.7.2 ICE... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Lang Hames | [Orc] Tweak lambda capture lists to try to avoid an... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Akira Hatanaka | Fix a bug in DemoteRegToStack where a reload instructio... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
David Majnemer | MC: Calculate intra-section symbol differences correctl... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Lang Hames | [Orc] Fix the MSVC bots by using LLVM_EXPLICIT rather... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Craig Topper | [X86] Remove 256-bit and 512-bit memop pattern fragment... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Craig Topper | [X86] Remove 'memop' uses from AVX512. Use 'load' instead. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Tim Northover | DeadArgElim: fix mismatch in accounting of array return... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Tim Northover | DeadArgElim: assess uses of entire return value aggregate. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Lang Hames | [Orc] Add a JITSymbol class to the Orc APIs, refactor... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ramkumar Ramachandra | InstCombine: propagate nonNull through assume |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Ramkumar Ramachandra | [emacs] Get llvm-mode to font-lock "personality" |
commit | commitdiff | tree | snapshot |
2015-02-08 |
David Blaikie | Fix -Wuninitialized build by referencing the relevant... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Zachary Turner | Make PDBSymbol's IPDBSymbol reference const. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjoy Das | Bugfix: ScalarEvolution incorrectly assumes that the... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Craig Topper | [X86] Remove the remaining uses of memop from AVX and... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Benjamin Kramer | Metadata: Use <algorithm> to simplify code. NFC. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix test attributes; this is an SSE2 test, not a Nehale... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix test attributes; this is an x86-64 test, not a... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix test attributes; these are SSE2 tests, not Nehalem... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
David Blaikie | Kaleidoscope-Orc: Reuse the IRGen utility function... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Zachary Turner | DebugInfoPDB: Make the symbol base case hold an IPDBSes... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix test attributes; these are SSE2 tests, not Nehalem... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
David Blaikie | Kaleidoscope-Orc: Extract IRGen work into a utility... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
David Blaikie | Constify the Orc Kaleidoscope examples IRGen functions. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix test attributes; these are x86-64 tests, not Nehale... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix test attributes; these are MMX tests, not Nehalem... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix test attributes; these are SSE2 tests, not Nehalem... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | generalize test; nothing Nehalem-specific here |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Lang Hames | [Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Lang Hames | [Orc][Kaleidoscope] Remove fixed sized buffers from... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Sanjay Patel | fix typos; NFC |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Simon Pilgrim | [X86][AVX2] AVX2 broadcast + permute memory folding... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Zachary Turner | Make UTF8->UTF16 conversion null terminate output on... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Simon Pilgrim | Moved AVX2 vbroadcast (reg) instruction foldings under... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Bjorn Steinbrink | Correctly combine alias.scope metadata by a union inste... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
NAKAMURA Takumi | [CMake] Kaleidoscope-Orc: Update libdeps. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Elena Demikhovsky | Masked Gather and Scatter Intrinsics. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
David Blaikie | Add CMake build support for Orc examples (& fix some... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Lang Hames | [Orc][Kaleidoscope] Fix method-name think-o. NFC. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Tim Northover | ARM & AArch64: teach LowerVSETCC that output type size... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Zachary Turner | Removed unused function mistakenly left in, triggering... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Zachary Turner | Some cleanup for libpdb. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Craig Topper | [X86] Add register use/def for wrmsr and rdmsr. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Craig Topper | [X86] Add GETSEC instruction. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Simon Pilgrim | [X86][AVX2] AVX2 integer stack folding tests. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
David Blaikie | Rename the 'Extending the Language: Debug Information... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Simon Pilgrim | [X86][AVX] Added missing stack folding support + test... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Benjamin Kramer | LoopIdiom: Use utility functions. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Joerg Sonnenberger | Avoid integer overflows around realloc calls resulting... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Simon Pilgrim | [X86][SSE] Added missing stack folding tests for (v... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Benjamin Kramer | ValueTracking: Make isBytewiseValue simpler and more... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Bjorn Steinbrink | Properly update AA metadata when performing call slot... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Jonathan Roelofs | Fix docs typo regarding lit.local.cfg files |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Ahmed Bougacha | [BasicAA] Try to disambiguate GEPs through arrays of... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Benjamin Kramer | SCEV: Compress disposition pairs. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Benjamin Kramer | SmallVector: Move emplace_back to SmallVectorImpl. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Simon Pilgrim | [X86] Force fp stack folding tests to keep to specific... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Simon Pilgrim | [X86][AVX2] More AVX2 integer stack folding tests. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Andrea Di Biagio | Fix typos; NFC. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Benjamin Kramer | Move DebugLocs around instead of copying. |
commit | commitdiff | tree | snapshot |
next |