summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix PR13899Michael Liao2012-10-01
* Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer2012-10-01
* TargetData: s/uint32_t/unsigned/ per Kuba's request.Benjamin Kramer2012-10-01
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Shrink TargetAlignElem a bit, we do a lot of searches on them.Benjamin Kramer2012-09-29
* Remove more LLVM_DELETED_FUNCTIONs from destructors to fix -std=c++11 build o...Craig Topper2012-09-29
* Remove unused methods.Bill Wendling2012-09-28
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* PackedVector: Make the BitVector implementation configurable.Benjamin Kramer2012-09-28
* Provide malloc-free sentinels for the SparseBitVector internals.Benjamin Kramer2012-09-28
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-28
* Remove a LLVM_DELETED_FUNCTION from destructor to fix -std=c++11 build on gcc...Craig Topper2012-09-28
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add constructors to the attribute builder.Bill Wendling2012-09-27
* Add missing function CreateFPCast to the TargetFolder. It's there in the otherNick Lewycky2012-09-27
* Buildbot Fix.Bill Wendling2012-09-26
* Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman2012-09-26
* Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling2012-09-26
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Initial commit for the AttributesImpl class.Bill Wendling2012-09-26
* Address Duncan's comments on r164684:Hans Wennborg2012-09-26
* Add some convenience methods to IRBuilder for constructing aligned loadsChandler Carruth2012-09-26
* Revert r164663 due to buildbot failure.Craig Topper2012-09-26
* Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...Craig Topper2012-09-26
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Mark extended type querying methods as 'readonly' to reduce compile size.Craig Topper2012-09-26
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...Bill Wendling2012-09-25
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-25
* TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop2012-09-25
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Typo.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick2012-09-22
* Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.Jordan Rose2012-09-22
* Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose2012-09-22
* DenseMap: assert that we have found a bucket before we try to insert into it.Jordan Rose2012-09-22
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-21
* Add an MDBuilder utility for creating !tbaa.struct nodes.Dan Gohman2012-09-21
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling2012-09-21
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-21
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-21
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-21
* Revert r164308 to fix buildbots.Bill Wendling2012-09-20
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-20
* Remove more bare uses of the different Attribute enums.Bill Wendling2012-09-20