2015-05-15 |
James Molloy | [DependenceAnalysis] Fix for PR21585: collectUpperBound... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Toma Tabacu | [mips] [IAS] Fix expansion of negative 32-bit immediate... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
James Molloy | Add SDNodes for umin, umax, smin and smax. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Matthias Braun | Doxygen: Enable autobrief feature and update coding... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Sanjoy Das | [PlaceSafepoints] Fix a bug that came in with rL236672. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Sanjoy Das | [PlaceSafepoints] Fix a bug that came in with rL236672. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Akira Hatanaka | Stop resetting SanitizeAddress in TargetMachine::resetT... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Akira Hatanaka | Fix the check strings in a test case committed in r212455. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Justin Bogner | docs: Fix up some .rst formatting |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Justin Bogner | MC: Avoid some UB caused by left shifting a negative... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Jingyue Wu | [ValueTracking] refactor: extract method haveNoCommonBi... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Nick Lewycky | Add a missing piece of existing practice to the develop... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Alex Lorenz | YAML: Add support for literal block scalar I/O. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Eric Christopher | 80-col fixups. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Kostya Serebryany | [lib/Fuzzer] Add SHA1 implementation from public domain. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Eric Christopher | Reflow comments and remove one that predated the enum... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Eric Christopher | Remove setting FloatABIType from the X86 port, nothing... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Wei Mi | Add another InstCombine pass after LoopUnroll. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Davide Italiano | Don't rely on implicit pointerness of 'auto'. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Alex Lorenz | Fix memory leak introduced in r237314. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Brendon Cahoon | [Hexagon] Generate hardware loop for a vectorized loop |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Matthias Braun | Turn effective assert(0) into llvm_unreachable |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Douglas Katzman | Update obsolete comments, fix typo, delete trailing... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Andrea Di Biagio | [ConstantFolding] Fix wrong folding of intrinsic 'conve... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Matthias Braun | TargetSchedule: factor out common code; NFC |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Matthias Braun | Remove MCInstrItineraries includes in parts that don... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Brendon Cahoon | [Hexagon] Remove dead constant assignment in hardware... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Ismail Donmez | Enable solid lzma compression for cpack, decreases... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Douglas Katzman | Reflow long lines of some LLVMBuild files |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Toma Tabacu | [mips] [IAS] Enforce .set nomacro. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Brendon Cahoon | [Hexagon] Check for underflow/wrap in hardware loop... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Toma Tabacu | [mips] [IAS] Emit .set macro/nomacro. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Vasileios Kalintiris | [mips] Do not place users of $ra in the delay slot... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Artyom Skrobov | Re-apply r237247 - [AArch64] Codegen VMAX/VMIN for... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Adam Nemet | Attempt to fix MSVC bots |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Adam Nemet | New Loop Distribution pass |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Michael Kuperstein | Fixed some typos and broken links in source level debug... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Toma Tabacu | [mips] [IAS] Warn when LA is used with a 64-bit symbol. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Toma Tabacu | [mips] [IAS] Give expandLoadAddressSym() more specific... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Vladimir Sukharev | [AArch64] Slight naming changes and comments for AArch6... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Elena Demikhovsky | AVX-512: Added i1 type handling for calling conventions. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Justin Bogner | TableGen: Avoid undefined behaviour by doing this shift... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Craig Topper | [TableGen] Remove an unnecessary outer 'if' around... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Craig Topper | [TableGen] Simplify some code. NFC |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Craig Topper | [TableGen] Remove ListInit::size() in favor of getSize... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Craig Topper | [TableGen] Replace some calls to ListInit::getSize... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Justin Bogner | cmake: Use -fno-sanitize-recover=all - the old spelling... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Andy Ayers | Don't omit the constant when computing a cross-section... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Ahmed Bougacha | [CodeGen] Use standard -not gnueabi- naming for f16... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Nick Lewycky | Revert r237046. See the testcase on the thread where... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Alex Lorenz | YAML: Implement block scalar parsing. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
David Blaikie | [opaque pointer type] Use the value type of the GlobalV... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
David Blaikie | [opaque pointer type] Use GlobalVariable::getValueType... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Douglas Katzman | [X86] Fix PR23271 - RIP-relative decoding bug in disass... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Pete Cooper | Construct ArrayRef<const T*> from vector<T> |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Kostya Serebryany | [lib/Fuzzer] update docs about test corpuses in git |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Justin Bogner | InstrProf: Fix display of large numbers in llvm-cov |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Pete Cooper | Add llvm::all_of which wraps std::all_of. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Jonathan Roelofs | Fix typo on Instruction::insert{After,Before}(). NFC |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Justin Bogner | InstrProf: Treat functions with a coverage map but... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Duncan P. N... | MC: clang-format MCSymbol.h, NFC |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Tim Northover | ARM: remove possible vestiges of the legacy JIT??? |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Tim Northover | ARM: remove custom jump table UID |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Tim Northover | ARM: refactor optimizeThumb2JumpTables. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Sanjoy Das | [Statepoints][Docs] Fix a couple of out of date examples. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Sanjoy Das | [Statepoints][Docs] Fix typo: change a period to a... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Sanjoy Das | [Safepoints][Verifier] Fix a tautological Assert. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Sanjoy Das | [PlaceSafepoints] New attributes for patchable statepoints. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Sanjoy Das | [PlaceSafepoints] Update docs for r237214. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Davide Italiano | [LoopIdiomRecognize] Use auto + range-based loop. NFC... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Jordan Rose | [llvm-bcanalyzer] Add -show-binary-blobs option. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Jim Grosbach | MC: Modernize MCOperand API naming. NFC. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
David Blaikie | [opaque pointer type] Constant Folding: Use GEPOperator... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
David Blaikie | [opaque pointer type] Pass the explicit function type... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Kostya Serebryany | [lib/Fuzzer] enable -use_counters=1 by default |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Jingyue Wu | [NaryReassociate] avoid running forever |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Brendon Cahoon | [Hexagon] Generate loop1 instruction for nested loops |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Diego Novillo | Add function entry counts from sample profiles. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Toma Tabacu | [mips] [IAS] Preemptively fix warning introduced by... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Yaron Keren | Update ELFObjectWriter::reset() following r236255. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Diego Novillo | Add function entry count metadata. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Teresa Johnson | Test commit: Remove unnecessary spaces. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Brendon Cahoon | [Hexagon] Generate hardware loop when loop has a critic... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Jozef Kolek | [mips][microMIPSr6] Implement CLO and CLZ instructions |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Silviu Baranga | Revert r237247 - [AArch64] Codegen VMAX/VMIN.. as it... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Toma Tabacu | [mips] [IAS] Unify common functionality of LA and LI. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Artyom Skrobov | [AArch64] Codegen VMAX/VMIN for safe math cases |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Michael Kuperstein | Reverting r237234, "Use std::bitset for SubtargetFeatures" |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Toma Tabacu | [mips] [IAS] Merge the micromips-expressions.s test... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Sergey Dmitrouk | [DebugInfo] Debug locations for constant SD nodes |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Michael Kuperstein | Use std::bitset for SubtargetFeatures |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Elena Demikhovsky | AVX-512: fixed a bug in encoding of VPSRAQ instrcution, |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Craig Topper | Use ArrayRef::slice instead of manually constructing... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Pete Cooper | Constify arguments to methods in LICM. NFC |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Pete Cooper | Change LoadAndStorePromoter to take ArrayRef instead... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Pete Cooper | Constify arguments in AliasSetTracker methods. NFC |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Pete Cooper | Change a loop in LoopInfo to foreach. NFC |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Pete Cooper | Constify arguments to methods in LoopInfo. NFC |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Philip Reames | [PlaceSafepoints] Reduce dominator tree recalculation |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Jingyue Wu | [SLSR] handles non-canonicalized Mul candidates |
commit | commitdiff | tree | snapshot |
next |