Age | Commit message (Expand) | Author | Files | Lines |
2014-12-06 | Reapply "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP De... | Benjamin Kramer | 1 | -10/+8 |
2014-12-06 | Reformat. | NAKAMURA Takumi | 1 | -3/+3 |
2014-12-06 | Revert "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP Den... | Benjamin Kramer | 1 | -9/+10 |
2014-12-05 | LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP DenseMaps. | Benjamin Kramer | 1 | -10/+9 |
2014-11-25 | Revert "unique_ptrify LLVMContextImpl::CAZConstants" | David Blaikie | 1 | -4/+4 |
2014-11-25 | unique_ptrify LLVMContextImpl::CAZConstants | David Blaikie | 1 | -4/+4 |
2014-11-19 | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 1 | -2/+2 |
2014-11-19 | Remove StringMap::GetOrCreateValue in favor of StringMap::insert | David Blaikie | 1 | -5/+7 |
2014-11-13 | Use nullptr instead of NULL for variadic sentinels | Reid Kleckner | 1 | -2/+2 |
2014-08-27 | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 1 | -1/+1 |
2014-08-22 | InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn't INT_MIN | David Majnemer | 1 | -0/+23 |
2014-08-21 | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 1 | -1/+1 |
2014-08-19 | IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 1 | -50/+13 |
2014-08-19 | IR: Thread OnlyIfReduced through ConstantExpr::getWithOperands() | Duncan P. N. Exon Smith | 1 | -74/+136 |
2014-08-19 | IR: De-duplicate code for replacing operands in place | Duncan P. N. Exon Smith | 1 | -69/+11 |
2014-08-19 | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 1 | -110/+179 |
2014-08-19 | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 1 | -179/+110 |
2014-08-19 | IR: Reduce RAUW traffic in ConstantVector | Duncan P. N. Exon Smith | 1 | -3/+27 |
2014-08-19 | IR: Fix ConstantArray::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 1 | -0/+6 |
2014-08-19 | IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC | Duncan P. N. Exon Smith | 1 | -94/+80 |
2014-08-19 | IR: Split up Constant{Array,Vector}::get(), NFC | Duncan P. N. Exon Smith | 1 | -4/+13 |
2014-08-19 | IR: Reduce RAUW traffic in ConstantExpr | Duncan P. N. Exon Smith | 1 | -0/+44 |
2014-08-19 | IR: Rewrite ConstantUniqueMap | Duncan P. N. Exon Smith | 1 | -12/+12 |
2014-08-19 | IR: Declare LookupKey right before its use, NFC | Duncan P. N. Exon Smith | 1 | -6/+4 |
2014-08-18 | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 1 | -1/+1 |
2014-08-17 | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 1 | -1/+1 |
2014-08-16 | InstCombine: Fix a potential bug in 0 - (X sdiv C) -> (X sdiv -C) | David Majnemer | 1 | -0/+22 |
2014-07-02 | InstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN | David Majnemer | 1 | -0/+22 |
2014-06-20 | Don't build switch lookup tables for dllimport or TLS variables | Hans Wennborg | 1 | -20/+33 |
2014-06-15 | Canonicalize addrspacecast ConstExpr between different pointer types | Jingyue Wu | 1 | -0/+13 |
2014-05-01 | [IR] Make {extract,insert}element accept an index of any integer type. | Michael J. Spencer | 1 | -3/+3 |
2014-04-23 | Remove more default address space argument usage. | Matt Arsenault | 1 | -1/+1 |
2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -2/+2 |
2014-04-09 | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 1 | -26/+27 |
2014-03-09 | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 1 | -8/+8 |
2014-03-04 | [Modules] Move GetElementPtrTypeIterator into the IR library. As its | Chandler Carruth | 1 | -1/+1 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -1/+1 |
2014-01-19 | Add a const lookup routine to get a BlockAddress constant if there is | Chandler Carruth | 1 | -0/+11 |
2014-01-18 | Support AddrSpaceCast in ConstantExpr::getAsInstruction. | Eli Bendersky | 1 | -0/+1 |
2014-01-18 | Upgrade ConstantFP's negative zero and infinity getters to handle vector types. | Benjamin Kramer | 1 | -16/+18 |
2013-12-07 | Add getBitCastOrAddrSpaceCast | Matt Arsenault | 1 | -1/+12 |
2013-11-15 | Add addrspacecast instruction. | Matt Arsenault | 1 | -0/+14 |
2013-07-10 | Don't assert if we can't constant fold extract/insertvalue | Hal Finkel | 1 | -8/+21 |
2013-06-13 | Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses | Derek Schuff | 1 | -1/+1 |
2013-06-01 | Move object construction into [] so the temporary can be moved. | Benjamin Kramer | 1 | -5/+3 |
2013-04-13 | Fix a scalability issue with complex ConstantExprs. | Benjamin Kramer | 1 | -9/+19 |
2013-03-19 | The testing to ensure a vector of zeros of type floating point isn't misclass... | David Tweed | 1 | -6/+3 |
2013-03-18 | The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the... | David Tweed | 1 | -0/+13 |
2013-03-07 | Replace temporary vectors with arrays. | Benjamin Kramer | 1 | -24/+12 |
2013-03-07 | ArrayRef has a OneElt constructor. Beautify the code. | Nadav Rotem | 1 | -2/+1 |