| Commit message (Expand) | Author | Age | Files | Lines |
| * | [FPEnv] IRBuilder support for constrained sitofp/uitofp. | Kevin P. Neal | 2019-12-17 | 1 | -0/+10 |
| * | [IR] Split out target specific intrinsic enums into separate headers | Reid Kleckner | 2019-12-11 | 1 | -0/+1 |
| * | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-05 | 1 | -1/+4 |
| * | Revert " Reapply af57dbf12e54 "Add support for options -frounding-math... | Melanie Blower | 2019-12-04 | 1 | -4/+1 |
| * | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-04 | 1 | -1/+4 |
| * | Move floating point related entities to namespace level | Serge Pavlov | 2019-11-20 | 1 | -25/+25 |
| * | Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ... | Eric Christopher | 2019-11-18 | 1 | -25/+25 |
| * | Move floating point related entities to namespace level | Serge Pavlov | 2019-11-15 | 1 | -25/+25 |
| * | [FPEnv] Teach the IRBuilder about correct use of the strictfp attribute. | Kevin P. Neal | 2019-10-25 | 1 | -0/+9 |
| * | [IR] Reimplement FPMathOperator::classof as a whitelist. | Jay Foad | 2019-10-18 | 1 | -1/+1 |
| * | [FPEnv] Teach the IRBuilder about constrained FPToSI and FPToUI. | Kevin P. Neal | 2019-09-06 | 1 | -0/+11 |
| * | [IntrinsicEmitter] Support scalable vectors in intrinsics | Cullen Rhodes | 2019-08-27 | 1 | -0/+45 |
| * | Added unit tests to check supported rounding modes | Serge Pavlov | 2019-08-13 | 1 | -0/+28 |
| * | [FPEnv] Teach the IRBuilder about constrained FPTrunc and FPExt | Kevin P. Neal | 2019-07-18 | 1 | -0/+14 |
| * | OpaquePtr: pass type to CreateLoad. NFC. | Tim Northover | 2019-07-09 | 1 | -1/+1 |
| * | Teach the IRBuilder about fadd and friends. | Kevin P. Neal | 2019-07-08 | 1 | -0/+64 |
| * | [IRBuilder] Add CreateFNegFMF(...) to the IRBuilder | Cameron McInally | 2019-06-10 | 1 | -1/+11 |
| * | [IRBuilder] Add CreateUnOp(...) to the IRBuilder to support unary FNeg | Cameron McInally | 2019-05-28 | 1 | -0/+12 |
| * | Test commit access [NFC] | Cullen Rhodes | 2019-04-18 | 1 | -1/+1 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -4/+4 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DebugInfo] DISubprogram flags get their own flags word. NFC. | Paul Robinson | 2018-11-19 | 1 | -14/+19 |
| * | [TI removal] Make `getTerminator()` return a generic `Instruction`. | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions | Thomas Lively | 2018-10-13 | 1 | -0/+8 |
| * | [IRBuilder] Fixup CreateIntrinsic to allow specifying Types to Mangle. | Neil Henning | 2018-10-08 | 1 | -1/+47 |
| * | [DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFC | Roman Tereshin | 2018-06-01 | 1 | -0/+56 |
| * | IRBuilder: Add overload for intrinsics without args | Matt Arsenault | 2018-05-29 | 1 | -0/+4 |
| * | [IRBuilder] fix CreateMaxNum to actually produce maxnum (PR36454) | Sanjay Patel | 2018-02-20 | 1 | -0/+17 |
| * | [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas... | Sanjay Patel | 2017-11-06 | 1 | -4/+47 |
| * | Debug Info: Add a file: field to DIImportedEntity. | Adrian Prantl | 2017-07-19 | 1 | -5/+6 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Add support for DW_TAG_thrown_type. | Adrian Prantl | 2017-04-26 | 1 | -0/+19 |
| * | [IR] Add AllowContract to FastMathFlags | Adam Nemet | 2017-03-28 | 1 | -1/+20 |
| * | Make test more robust | Adam Nemet | 2017-03-21 | 1 | -0/+1 |
| * | Fix some -Wsign-compare warnings by making some integer literals explicitly u... | David Blaikie | 2017-01-12 | 1 | -3/+3 |
| * | [DebugInfo] Added DI macro creation API to DIBuilder. | Amjad Aboud | 2017-01-12 | 1 | -0/+69 |
| * | [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ... | Amjad Aboud | 2016-12-14 | 1 | -6/+9 |
| * | Formatting with clang-format patch r280700 | Leny Kholodov | 2016-09-06 | 1 | -6/+4 |
| * | DebugInfo: use strongly typed enum for debug info flags | Leny Kholodov | 2016-09-06 | 1 | -2/+4 |
| * | Revert "DebugInfo: use strongly typed enum for debug info flags" | Mehdi Amini | 2016-09-06 | 1 | -4/+4 |
| * | DebugInfo: use strongly typed enum for debug info flags | Mehdi Amini | 2016-09-06 | 1 | -4/+4 |
| * | Remove some unused variables | David Blaikie | 2016-03-13 | 1 | -5/+4 |
| * | Remove PreserveNames template parameter from IRBuilder | Mehdi Amini | 2016-03-13 | 1 | -1/+1 |
| * | Fixed DIBuilder to verify that same imported entity will not be added twice t... | Amjad Aboud | 2016-03-13 | 1 | -0/+15 |
| * | Temporarily revert: | Eric Christopher | 2016-03-12 | 1 | -1/+1 |
| * | Remove PreserveNames template parameter from IRBuilder | Mehdi Amini | 2016-03-11 | 1 | -1/+1 |
| * | function names start with a lower case letter ; NFC | Sanjay Patel | 2016-01-12 | 1 | -8/+8 |
| * | add FMF for CreateCall variant | Sanjay Patel | 2015-12-31 | 1 | -0/+10 |
| * | add fast-math-flags to 'call' instructions (PR21290) | Sanjay Patel | 2015-12-14 | 1 | -1/+21 |