| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vector to EmitCheck() | Roman Lebedev | 2019-09-06 | 1 | -2/+6 |
* | [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): refactor EmitGEPOffsetInBytes... | Roman Lebedev | 2019-09-06 | 1 | -25/+52 |
* | [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): add some comments to pointer-... | Roman Lebedev | 2019-09-06 | 1 | -8/+18 |
* | Treat the range of representable values of floating-point types as [-inf, +in... | Richard Smith | 2019-07-06 | 1 | -120/+58 |
* | [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast | Erik Pilkington | 2019-07-02 | 1 | -0/+9 |
* | [cxx2a] P1236R1: the validity of a left shift does not depend on the | Richard Smith | 2019-06-25 | 1 | -1/+2 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-14 | 1 | -2/+2 |
* | Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340. | Nico Weber | 2019-06-14 | 1 | -2/+2 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-13 | 1 | -2/+2 |
* | ScalarExprEmitter::EmitCompoundAssign - fix uninitialized variable warning. N... | Simon Pilgrim | 2019-05-18 | 1 | -1/+1 |
* | Implement __builtin_LINE() et. al. to support source location capture. | Eric Fiselier | 2019-05-16 | 1 | -1/+10 |
* | Change the metadata for heapallocsite calls when the type is cast. | Amy Huang | 2019-05-02 | 1 | -0/+6 |
* | [Fixed Point Arithmetic] Fixed Point and Integer Conversions | Leonard Chan | 2019-03-06 | 1 | -21/+54 |
* | [CodeGen] Fix some broken IR generated by -fsanitize=unsigned-integer-overflow | Erik Pilkington | 2019-02-28 | 1 | -6/+6 |
* | [Fixed Point Arithmetic] Fixed Point Comparisons | Leonard Chan | 2019-02-21 | 1 | -12/+34 |
* | [opaque pointer types] Pass function types for runtime function calls. | James Y Knight | 2019-02-05 | 1 | -1/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Fixed Point Arithmetic] Fixed Point Subtraction | Leonard Chan | 2019-01-16 | 1 | -11/+64 |
* | [Fixed Point Arithmetic] Fixed Point Addition | Leonard Chan | 2019-01-16 | 1 | -6/+76 |
* | [clang][UBSan] Sanitization for alignment assumptions. | Roman Lebedev | 2019-01-15 | 1 | -3/+7 |
* | Revert alignment assumptions changes | Vlad Tsyrklevich | 2019-01-15 | 1 | -7/+3 |
* | [clang][UBSan] Sanitization for alignment assumptions. | Roman Lebedev | 2019-01-14 | 1 | -3/+7 |
* | Move CodeGenOptions from Frontend to Basic | Richard Trieu | 2018-12-11 | 1 | -1/+1 |
* | Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" | Fangrui Song | 2018-11-30 | 1 | -4/+7 |
* | Revert r347417 "Re-Reinstate 347294 with a fix for the failures." | Fangrui Song | 2018-11-30 | 1 | -7/+4 |
* | Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures." | Hans Wennborg | 2018-11-28 | 1 | -4/+7 |
* | Revert r347417 "Re-Reinstate 347294 with a fix for the failures." | Hans Wennborg | 2018-11-27 | 1 | -7/+4 |
* | Re-Reinstate 347294 with a fix for the failures. | Bill Wendling | 2018-11-21 | 1 | -4/+7 |
* | Revert r347364 again, the fix was incomplete. | Nico Weber | 2018-11-21 | 1 | -7/+4 |
* | Reinstate 347294 with a fix for the failures. | Bill Wendling | 2018-11-20 | 1 | -4/+7 |
* | [clang][CodeGen] Implicit Conversion Sanitizer: discover the world of Compoun... | Roman Lebedev | 2018-11-19 | 1 | -10/+13 |
* | Compound literals, enums, et al require const expr | Bill Wendling | 2018-11-09 | 1 | -0/+3 |
* | [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension | Andrew Savonichev | 2018-11-08 | 1 | -1/+2 |
* | Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima... | Andrew Savonichev | 2018-11-07 | 1 | -2/+1 |
* | [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension | Andrew Savonichev | 2018-11-07 | 1 | -1/+2 |
* | Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue... | Richard Smith | 2018-11-03 | 1 | -2/+2 |
* | [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC. | Volodymyr Sapsai | 2018-11-01 | 1 | -11/+2 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -4/+4 |
* | [clang][CodeGen] ImplicitIntegerSignChangeSanitizer: actually ignore NOP casts. | Roman Lebedev | 2018-11-01 | 1 | -4/+3 |
* | Silence unused variable warnings. NFC | Richard Trieu | 2018-10-30 | 1 | -0/+3 |
* | [clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang part | Roman Lebedev | 2018-10-30 | 1 | -34/+223 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2018-10-30 | 1 | -2/+2 |
* | [Fixed Point Arithmetic] Refactor fixed point casts | Bjorn Pettersson | 2018-10-26 | 1 | -55/+38 |
* | [Fixed Point Arithmetic] Fixed Point to Boolean Cast | Leonard Chan | 2018-10-23 | 1 | -5/+29 |
* | [OpenCL][NFC] Unify ZeroToOCL* cast types | Andrew Savonichev | 2018-10-23 | 1 | -7/+3 |
* | [Fixed Point Arithmetic] FixedPointCast | Leonard Chan | 2018-10-15 | 1 | -2/+109 |
* | [clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ... | Roman Lebedev | 2018-10-11 | 1 | -7/+27 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -6/+5 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
* | [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang part | Roman Lebedev | 2018-07-30 | 1 | -16/+89 |