2015-05-13 |
Douglas Katzman | [X86] Fix PR23271 - RIP-relative decoding bug in disass... |
tree | commitdiff |
2015-05-13 |
Justin Bogner | InstrProf: Fix display of large numbers in llvm-cov |
tree | commitdiff |
2015-05-13 |
Sanjoy Das | [PlaceSafepoints] New attributes for patchable statepoints. |
tree | commitdiff |
2015-05-13 |
Jingyue Wu | [NaryReassociate] avoid running forever |
tree | commitdiff |
2015-05-13 |
Brendon Cahoon | [Hexagon] Generate loop1 instruction for nested loops |
tree | commitdiff |
2015-05-13 |
Diego Novillo | Add function entry counts from sample profiles. |
tree | commitdiff |
2015-05-13 |
Diego Novillo | Add function entry count metadata. |
tree | commitdiff |
2015-05-13 |
Brendon Cahoon | [Hexagon] Generate hardware loop when loop has a critic... |
tree | commitdiff |
2015-05-13 |
Jozef Kolek | [mips][microMIPSr6] Implement CLO and CLZ instructions |
tree | commitdiff |
2015-05-13 |
Silviu Baranga | Revert r237247 - [AArch64] Codegen VMAX/VMIN.. as it... |
tree | commitdiff |
2015-05-13 |
Toma Tabacu | [mips] [IAS] Unify common functionality of LA and LI. |
tree | commitdiff |
2015-05-13 |
Artyom Skrobov | [AArch64] Codegen VMAX/VMIN for safe math cases |
tree | commitdiff |
2015-05-13 |
Michael Kuperstein | Reverting r237234, "Use std::bitset for SubtargetFeatures" |
tree | commitdiff |
2015-05-13 |
Toma Tabacu | [mips] [IAS] Merge the micromips-expressions.s test... |
tree | commitdiff |
2015-05-13 |
Sergey Dmitrouk | [DebugInfo] Debug locations for constant SD nodes |
tree | commitdiff |
2015-05-13 |
Michael Kuperstein | Use std::bitset for SubtargetFeatures |
tree | commitdiff |
2015-05-13 |
Elena Demikhovsky | AVX-512: fixed a bug in encoding of VPSRAQ instrcution, |
tree | commitdiff |
2015-05-13 |
Jingyue Wu | [SLSR] handles non-canonicalized Mul candidates |
tree | commitdiff |
2015-05-12 |
Sanjoy Das | [Statepoints] Support for "patchable" statepoints. |
tree | commitdiff |
2015-05-12 |
Saleem Abdulrasool | CodeGen: ignore DEBUG_VALUE nodes in KILL tagging |
tree | commitdiff |
2015-05-12 |
Chandler Carruth | Revert r237175: [X86] Always return the sret parameter... |
tree | commitdiff |
2015-05-12 |
Bjorn Steinbrink | CVP: Improve handling of Selects used as incoming PHI... |
tree | commitdiff |
2015-05-12 |
Philip Reames | [RewriteStatepointsForGC] Extend base pointer to handle... |
tree | commitdiff |
2015-05-12 |
Arnold Schwaighofer | MergeFunctions: Two different sized allocas are *not... |
tree | commitdiff |
2015-05-12 |
Reid Kleckner | [X86] Always return the sret parameter in eax/rax,... |
tree | commitdiff |
2015-05-12 |
Philip Reames | [PlaceSafepoints] Remove dependence on LoopSimplify |
tree | commitdiff |
2015-05-12 |
Sundeep Kushwaha | [PATCH] [HEXAGON] Add a test program to verify calling... |
tree | commitdiff |
2015-05-12 |
Pat Gavlin | [Statepoints] Split the calling convention and statepoi... |
tree | commitdiff |
2015-05-12 |
Jozef Kolek | [mips][microMIPSr6] Implement SELEQZ and SELNEZ instruc... |
tree | commitdiff |
2015-05-12 |
Michael Zolotukhin | Reimplement heuristic for estimating complete-unroll... |
tree | commitdiff |
2015-05-12 |
Petar Jovanovic | [Mips] Return false for isFPCloseToIncomingSP() |
tree | commitdiff |
2015-05-12 |
Tom Stellard | R600/SI: add pass to mark CF live ranges as non-spillable |
tree | commitdiff |
2015-05-12 |
Sunil Srivastava | Changed renaming of local symbols by inserting a dot... |
tree | commitdiff |
2015-05-12 |
Keith Walker | [DWARF] Add CIE header fields address_size and segment_... |
tree | commitdiff |
2015-05-12 |
Tom Stellard | R600/SI: Remove M0Reg register class |
tree | commitdiff |
2015-05-12 |
Tom Stellard | R600/SI: Remove explicit m0 operand from DS instructions |
tree | commitdiff |
2015-05-12 |
Tom Stellard | R600/SI: Make sendmsg test more strict |
tree | commitdiff |
2015-05-12 |
Elena Demikhovsky | AVX-512, X86: Added lowering for shift operations for... |
tree | commitdiff |
2015-05-12 |
John Brawn | [ARM] Use AEABI aligned function variants |
tree | commitdiff |
2015-05-12 |
Igor Laevsky | Reverse ordering of base and derived pointer during... |
tree | commitdiff |
2015-05-12 |
Vasileios Kalintiris | [mips][FastISel] Handle calls with non legal types... |
tree | commitdiff |
2015-05-12 |
Vasileios Kalintiris | [mips][FastISel] Simplify callabi.ll by using multiple... |
tree | commitdiff |
2015-05-12 |
Vasileios Kalintiris | [mips][FastISel] Allow computation of addresses from... |
tree | commitdiff |
2015-05-12 |
Elena Demikhovsky | AVX-512: asm parser errors check |
tree | commitdiff |
2015-05-12 |
Elena Demikhovsky | AVX-512: select operation for i1 vectors |
tree | commitdiff |
2015-05-12 |
Michael Kuperstein | [X86] DAGCombine should not assume arbitrary vector... |
tree | commitdiff |
2015-05-12 |
Eric Christopher | Migrate existing backends that care about software... |
tree | commitdiff |
2015-05-11 |
Ahmed Bougacha | [MemCpyOpt] Look at any dependency -not just source... |
tree | commitdiff |
2015-05-11 |
Andrew Kaylor | [WinEH] Handle nested landing pads that return directly... |
tree | commitdiff |
2015-05-11 |
Andrew Kaylor | [WinEH] Update exception numbering to give handlers... |
tree | commitdiff |
2015-05-11 |
Sanjoy Das | [RewriteStatepointsForGC] Fix a bug on creating gc_relo... |
tree | commitdiff |
2015-05-11 |
Pirama Arumuga Nainar | [X86] Updates to X86 backend for f16 promotion |
tree | commitdiff |
2015-05-11 |
Adam Nemet | [Testsuite] Renumber metadata in ScopedNoAliasAA test... |
tree | commitdiff |
2015-05-11 |
Elena Demikhovsky | AVX-512: Changed CC parameter in "cmp" intrinsic |
tree | commitdiff |
2015-05-11 |
Hal Finkel | [InstCombine/PowerPC] Fix single-precision QPX load... |
tree | commitdiff |
2015-05-11 |
Elena Demikhovsky | AVX-512: Added SKX instructions and intrinsics: |
tree | commitdiff |
2015-05-11 |
David Majnemer | Make buildbots happy |
tree | commitdiff |
2015-05-11 |
David Majnemer | [InstCombine] Canonicalize single element array store |
tree | commitdiff |
2015-05-11 |
David Majnemer | [InstCombine] Canonicalize single element array load |
tree | commitdiff |
2015-05-10 |
Elena Demikhovsky | AVX-512: fixed UINT_TO_FP operation for 512-bit types. |
tree | commitdiff |
2015-05-10 |
Elena Demikhovsky | AVX-512: fixed a bug in i1 vectors lowering |
tree | commitdiff |
2015-05-09 |
NAKAMURA Takumi | llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll... |
tree | commitdiff |
2015-05-09 |
James Y Knight | Fix MergeConsecutiveStore for non-byte-sized memory... |
tree | commitdiff |
2015-05-09 |
Pete Cooper | [Fast-ISel] Don't mark the first use of a remat constan... |
tree | commitdiff |
2015-05-08 |
Arnold Schwaighofer | ScheduleDAGInstrs: In functions with tail calls PseudoS... |
tree | commitdiff |
2015-05-08 |
Hans Wennborg | Switch lowering: cluster adjacent fall-through cases... |
tree | commitdiff |
2015-05-08 |
Pete Cooper | [Fast-ISel] Clear kill flags on registers replaced... |
tree | commitdiff |
2015-05-08 |
Brendon Cahoon | [Hexagon] Generate more hardware loops |
tree | commitdiff |
2015-05-08 |
Sanjoy Das | [BasicAA] Fix zext & sext handling |
tree | commitdiff |
2015-05-08 |
Pete Cooper | [X86] Fast-ISel was incorrectly always killing the... |
tree | commitdiff |
2015-05-08 |
Pat Gavlin | Extend the statepoint intrinsic to allow statepoints... |
tree | commitdiff |
2015-05-08 |
Jingyue Wu | [NoTTI] reject negative scale in addressing mode |
tree | commitdiff |
2015-05-08 |
Pete Cooper | Clear kill flags on all used registers when sinking... |
tree | commitdiff |
2015-05-08 |
Pete Cooper | Remove duplicate cmake target I added in r236792. |
tree | commitdiff |
2015-05-08 |
Brendon Cahoon | [Hexagon] Update AnalyzeBranch, etc target hooks |
tree | commitdiff |
2015-05-08 |
Andrea Di Biagio | [X86] Teach 'getTargetShuffleMask' how to look through... |
tree | commitdiff |
2015-05-08 |
Jozef Kolek | [mips][microMIPSr6] Implement ALUIPC and AUIPC instructions |
tree | commitdiff |
2015-05-08 |
James Y Knight | Fix test added in r236850 for OSX builders. |
tree | commitdiff |
2015-05-08 |
Jozef Kolek | [mips][microMIPSr6] Implement ADDIUPC and LWPC instructions |
tree | commitdiff |
2015-05-08 |
James Y Knight | Fix alignment checks in MergeConsecutiveStores. |
tree | commitdiff |
2015-05-08 |
Vasileios Kalintiris | [mips] Emit the .insn directive for empty basic blocks. |
tree | commitdiff |
2015-05-08 |
Simon Atanasyan | [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine... |
tree | commitdiff |
2015-05-08 |
Eric Christopher | Now that we have a soft-float attribute, use it instead... |
tree | commitdiff |
2015-05-07 |
Pete Cooper | Add yaml-bench to the list of tools make check needs... |
tree | commitdiff |
2015-05-07 |
NAKAMURA Takumi | [CMake] llvm/test/YAMLParser requires yaml-bench. This... |
tree | commitdiff |
2015-05-07 |
Pete Cooper | Clear kill flags in tail duplication. |
tree | commitdiff |
2015-05-07 |
Ismail Pazarbasi | When checking msan.module_ctor, use CHECK-LABEL instead... |
tree | commitdiff |
2015-05-07 |
Ismail Pazarbasi | MSan: Use `createSanitizerCtor` to create ctor, and... |
tree | commitdiff |
2015-05-07 |
Ismail Pazarbasi | TSan: Use `createSanitizerCtor` to create ctor, and... |
tree | commitdiff |
2015-05-07 |
Ismail Pazarbasi | ASan: Use `createSanitizerCtor` to create ctor, and... |
tree | commitdiff |
2015-05-07 |
Pete Cooper | [AArch64] Fix sext/zext folding in address arithmetic. |
tree | commitdiff |
2015-05-07 |
Sergey Dmitrouk | Disable r235989 "Reapply r235977 "[DebugInfo] Add debug... |
tree | commitdiff |
2015-05-07 |
Nemanja Ivanovic | Add VSX Scalar loads and stores to the PPC back end |
tree | commitdiff |
2015-05-07 |
Alex Lorenz | YAML: Enable the YAMLParser tests. |
tree | commitdiff |
2015-05-07 |
Diego Novillo | Fix information loss in branch probability computation. |
tree | commitdiff |
2015-05-07 |
Jozef Kolek | [mips][microMIPSr6] Implement JIALC and JIC instructions |
tree | commitdiff |
2015-05-07 |
Michael Zolotukhin | Populate list of vectorizable functions for Accelerate... |
tree | commitdiff |
2015-05-07 |
Sanjay Patel | [x86] eliminate unnecessary shuffling/moves with unary... |
tree | commitdiff |
2015-05-07 |
Simon Atanasyan | [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support |
tree | commitdiff |
2015-05-07 |
Simon Atanasyan | [llvm-readobj] Print .MIPS.abiflags section content |
tree | commitdiff |
next |