2015-12-15 |
Craig Topper | [IR] Add classof for GetElementPtrConstantExpr, Compare... |
blob | commitdiff | raw |
2015-12-15 |
Craig Topper | Use CmpInst::Predicate instead of 'unsigned short'... |
blob | commitdiff | raw | diff to current |
2015-12-09 |
Justin Bogner | IR: Make ConstantDataArray::getFP actually return a... |
blob | commitdiff | raw | diff to current |
2015-12-08 |
Justin Bogner | IR: Allow vectors of halfs to be ConstantDataVectors |
blob | commitdiff | raw | diff to current |
2015-12-01 |
Justin Bogner | IR: Clean up some duplicated code in ConstantDataSequen... |
blob | commitdiff | raw | diff to current |
2015-11-20 |
Owen Anderson | Fix another infinite loop in Reassociate caused by... |
blob | commitdiff | raw | diff to current |
2015-11-20 |
Owen Anderson | Fix a pair of issues that caused an infinite loop in... |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Rafael Espindola | Drop prelink support. |
blob | commitdiff | raw | diff to current |
2015-11-16 |
David Majnemer | [IR] Manage TheNoneToken with a std::unique_ptr |
blob | commitdiff | raw | diff to current |
2015-11-12 |
Rafael Espindola | Comment update. NFC. |
blob | commitdiff | raw | diff to current |
2015-11-11 |
David Majnemer | [IR] Add support for empty tokens |
blob | commitdiff | raw | diff to current |
2015-08-21 |
David Blaikie | [opaque pointer type]: Pass explicit pointee type when... |
blob | commitdiff | raw | diff to current |
2015-08-01 |
Craig Topper | De-constify pointers to Type since they can't be modifi... |
blob | commitdiff | raw | diff to current |
2015-06-24 |
Pete Cooper | Devirtualize Constant::replaceUsesOfWithOnConstant. |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Pete Cooper | Devirtualize Constant::destroyConstant. |
blob | commitdiff | raw | diff to current |
2015-06-12 |
Pete Cooper | Replace all accesses to User::OperandList with getter... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
Pete Cooper | Use Op<0> accessor instead of OperandList for Instructi... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
David Blaikie | Put GEPOperator member function definition in the appro... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
David Blaikie | [opaque pointer type] Allow gep_type_iterator to work... |
blob | commitdiff | raw | diff to current |
2015-05-08 |
David Blaikie | [opaque pointer type] Explicit pointee type for GEPOper... |
blob | commitdiff | raw | diff to current |
2015-05-07 |
David Blaikie | Recommit r236670: [opaque pointer type] Pass explicit... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
David Blaikie | Revert "[opaque pointer type] Pass explicit pointer... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
David Blaikie | [opaque pointer type] Pass explicit pointer type throug... |
blob | commitdiff | raw | diff to current |
2015-04-20 |
Tom Stellard | IR: Add ConstantFP::getNaN() |
blob | commitdiff | raw | diff to current |
2015-04-02 |
David Blaikie | [opaque pointer type] API migration for GEP constant... |
blob | commitdiff | raw | diff to current |
2015-03-30 |
David Blaikie | [opaque pointer type] Change GetElementPtrInst::getInde... |
blob | commitdiff | raw | diff to current |
2015-03-14 |
David Blaikie | [opaque pointer type] Start migrating GEP creation... |
blob | commitdiff | raw | diff to current |
2015-03-02 |
Benjamin Kramer | Simplify code. NFC. |
blob | commitdiff | raw | diff to current |
2015-02-28 |
Benjamin Kramer | Convert push_back loops into append calls. |
blob | commitdiff | raw | diff to current |
2015-02-20 |
Benjamin Kramer | Constants.cpp: Only read 32 bits for float. |
blob | commitdiff | raw | diff to current |
2015-02-20 |
NAKAMURA Takumi | Constants.cpp: getElementAsAPFloat(): Don't handle... |
blob | commitdiff | raw | diff to current |
2015-02-19 |
Rafael Espindola | Avoid conversion to float when creating ConstantDataArr... |
blob | commitdiff | raw | diff to current |
2015-02-16 |
David Majnemer | IR: Properly return nullptr when getAggregateElement... |
blob | commitdiff | raw | diff to current |
2014-12-06 |
Benjamin Kramer | Reapply "LLVMContext: Store APInt/APFloat directly... |
blob | commitdiff | raw | diff to current |
2014-12-06 |
NAKAMURA Takumi | Reformat. |
blob | commitdiff | raw | diff to current |
2014-12-06 |
Benjamin Kramer | Revert "LLVMContext: Store APInt/APFloat directly into... |
blob | commitdiff | raw | diff to current |
2014-12-05 |
Benjamin Kramer | LLVMContext: Store APInt/APFloat directly into the... |
blob | commitdiff | raw | diff to current |
2014-11-25 |
David Blaikie | Revert "unique_ptrify LLVMContextImpl::CAZConstants" |
blob | commitdiff | raw | diff to current |
2014-11-25 |
David Blaikie | unique_ptrify LLVMContextImpl::CAZConstants |
blob | commitdiff | raw | diff to current |
2014-11-19 |
David Blaikie | Update SetVector to rely on the underlying set's insert... |
blob | commitdiff | raw | diff to current |
2014-11-19 |
David Blaikie | Remove StringMap::GetOrCreateValue in favor of StringMa... |
blob | commitdiff | raw | diff to current |
2014-11-13 |
Reid Kleckner | Use nullptr instead of NULL for variadic sentinels |
blob | commitdiff | raw | diff to current |
2014-08-27 |
Craig Topper | Simplify creation of a bunch of ArrayRefs by using... |
blob | commitdiff | raw | diff to current |
2014-08-22 |
David Majnemer | InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn... |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Craig Topper | Repace SmallPtrSet with SmallPtrSetImpl in function... |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Thread OnlyIfReduced through ConstantExpr::getWithO... |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: De-duplicate code for replacing operands in place |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | Reapply r215966, r215965, r215964, r215963, r215960... |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Aaron Ballman | Reverting r215966, r215965, r215964, r215963, r215960... |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Reduce RAUW traffic in ConstantVector |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Fix ConstantArray::replaceUsesOfWithOnConstant() |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Split up Constant{Array,Vector}::get(), NFC |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Reduce RAUW traffic in ConstantExpr |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Rewrite ConstantUniqueMap |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Duncan P. N. Exon... | IR: Declare LookupKey right before its use, NFC |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Craig Topper | Revert "Repace SmallPtrSet with SmallPtrSetImpl in... |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Craig Topper | Repace SmallPtrSet with SmallPtrSetImpl in function... |
blob | commitdiff | raw | diff to current |
2014-08-16 |
David Majnemer | InstCombine: Fix a potential bug in 0 - (X sdiv C)... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
David Majnemer | InstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Hans Wennborg | Don't build switch lookup tables for dllimport or TLS... |
blob | commitdiff | raw | diff to current |
2014-06-15 |
Jingyue Wu | Canonicalize addrspacecast ConstExpr between different... |
blob | commitdiff | raw | diff to current |
2014-05-01 |
Michael J. Spencer | [IR] Make {extract,insert}element accept an index of... |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Matt Arsenault | Remove more default address space argument usage. |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Craig Topper | [C++11] More 'nullptr' conversion or in some cases... |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Chandler Carruth | [C++11] Add range based accessors for the Use-Def chain... |
blob | commitdiff | raw | diff to current |
2014-03-04 |
Chandler Carruth | [Modules] Move GetElementPtrTypeIterator into the IR... |
blob | commitdiff | raw | diff to current |
2014-03-02 |
Benjamin Kramer | [C++11] Replace llvm::next and llvm::prior with std... |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Chandler Carruth | Add a const lookup routine to get a BlockAddress consta... |
blob | commitdiff | raw | diff to current |
2014-01-18 |
Eli Bendersky | Support AddrSpaceCast in ConstantExpr::getAsInstruction. |
blob | commitdiff | raw | diff to current |
2014-01-18 |
Benjamin Kramer | Upgrade ConstantFP's negative zero and infinity getters... |
blob | commitdiff | raw | diff to current |
2013-12-07 |
Matt Arsenault | Add getBitCastOrAddrSpaceCast |
blob | commitdiff | raw | diff to current |
2013-11-15 |
Matt Arsenault | Add addrspacecast instruction. |
blob | commitdiff | raw | diff to current |
2013-07-10 |
Hal Finkel | Don't assert if we can't constant fold extract/insertvalue |
blob | commitdiff | raw | diff to current |
2013-06-13 |
Derek Schuff | Fix DeleteDeadVarargs not to crash on functions referen... |
blob | commitdiff | raw | diff to current |
2013-06-01 |
Benjamin Kramer | Move object construction into [] so the temporary can... |
blob | commitdiff | raw | diff to current |
2013-04-13 |
Benjamin Kramer | Fix a scalability issue with complex ConstantExprs. |
blob | commitdiff | raw | diff to current |
2013-03-19 |
David Tweed | The testing to ensure a vector of zeros of type floatin... |
blob | commitdiff | raw | diff to current |
2013-03-18 |
David Tweed | The optimization a + (-0.0f) -> a was being misapplied... |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Benjamin Kramer | Replace temporary vectors with arrays. |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Nadav Rotem | ArrayRef has a OneElt constructor. Beautify the code. |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Nadav Rotem | Switch from std::vector to ArrayRef. Speedup FoldBitCas... |
blob | commitdiff | raw | diff to current |
2013-01-22 |
Tim Northover | Make APFloat constructor require explicit semantics. |
blob | commitdiff | raw | diff to current |
2013-01-16 |
Evgeniy Stepanov | Allow vectors in CreatePointerCast of constants. |
blob | commitdiff | raw | diff to current |
2013-01-09 |
Shuxin Yang | Add comment to the definition of Constant::isZeroValue(). |
blob | commitdiff | raw | diff to current |
2013-01-09 |
Shuxin Yang | Consider expression "0.0 - X" as the negation of X if |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Rename VMCore directory to IR. |
blob | commitdiff | raw | diff to current |
|