summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "ADT: Remove UB in ilist (and use a circular linked list)"Diana Picus2016-08-182-181/+287
* Revert "ADT: Tidy up ilist_traits static asserts, NFC"Diana Picus2016-08-181-16/+19
* [ThinLTO] Keep common symbols in ThinLTO modulesTeresa Johnson2016-08-181-0/+4
* [asan] Add support of lifetime poisoning into ComputeASanStackFrameLayoutVitaly Buka2016-08-181-7/+10
* ADT: Tidy up ilist_traits static asserts, NFCDuncan P. N. Exon Smith2016-08-171-19/+16
* [LV] Move LoopBodyTraits to a better place, and add comment for simplifying L...Tim Shen2016-08-171-0/+60
* [RegionIterator] clang-format some pieces. NFC.Tim Shen2016-08-171-44/+43
* Fix reverse to work on const rbegin()/rend().Pete Cooper2016-08-171-4/+13
* [macho2yaml] Don't write empty linkedit dataChris Bieneman2016-08-171-0/+2
* Tail Duplication: Accept explicit threshold for duplicating.Kyle Butt2016-08-171-1/+5
* ADT: Remove UB in ilist (and use a circular linked list)Duncan P. N. Exon Smith2016-08-172-287/+181
* GlobalISel: support irtranslation of icmp instructions.Tim Northover2016-08-177-2/+43
* [GraphWriter] Change GraphWriter to use NodeRef in GraphTraitsTim Shen2016-08-173-18/+17
* [GenericDomTree] Change GenericDomTree to use NodeRef in GraphTraits. NFC.Tim Shen2016-08-174-85/+85
* Support the DW_AT_noreturn DWARF flag.Adrian Prantl2016-08-173-0/+9
* Revert "Reassociate: Reprocess RedoInsts after each inst".Chad Rosier2016-08-171-1/+1
* [LoopStrenghtReduce] Refactoring and addition of a new target cost function.Jonas Paulsson2016-08-174-0/+20
* Fixing bug committed in rev. 278321Marina Yatsina2016-08-171-0/+6
* LiveIntervals: add removeRegUnitNicolai Haehnle2016-08-171-0/+7
* Restrict the use of the C++17 attribute to C++17 (at least as best weChandler Carruth2016-08-171-1/+1
* [LTO] Introduce an Output class to wrap the output stream creation (NFC)Mehdi Amini2016-08-173-14/+22
* [PM] Port the always inliner to the new pass manager in a much moreChandler Carruth2016-08-174-8/+43
* Scalar: Avoid dereferencing end() in IndVarSimplifyDuncan P. N. Exon Smith2016-08-171-0/+5
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-166-127/+158
* CodeGen: Avoid dereferencing end() when unconstifying iteratorsDuncan P. N. Exon Smith2016-08-161-0/+13
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-166-158/+127
* Introduce LLVM_FALLTHROUGH, which expands to the C++17 attribute.Justin Bogner2016-08-161-0/+13
* Revert "Enhance SCEV to compute the trip count for some loops with unknown st...Reid Kleckner2016-08-161-7/+0
* Fix an instance of -Wmicrosoft-enum-value by making the enum unsignedReid Kleckner2016-08-161-1/+1
* [GlobalISel] Fix G_MUL comment. NFC.Ahmed Bougacha2016-08-161-1/+1
* [GlobalISel] Mention pointers in LowLevelType.h. NFC.Ahmed Bougacha2016-08-161-1/+2
* [x86] Refactor a PowerPC specific ctlz/srl transformation (NFC).Pierre Gousseau2016-08-161-0/+11
* [X86] Add xgetbv/xsetbv intrinsics to non-windows platformsGuy Blank2016-08-161-0/+4
* [LTO] Simplify APIs and constify (NFC)Mehdi Amini2016-08-161-2/+3
* [ADT] Fix DepthFirstIterator's std::iterator base to have normal typedefsTim Shen2016-08-152-10/+6
* [ADT] Change PostOrderIterator to use NodeRef. NFC.Tim Shen2016-08-153-39/+37
* GlobalISel: support loads and stores of strange types.Tim Northover2016-08-151-1/+2
* Enhance SCEV to compute the trip count for some loops with unknown stride.David L Kreitzer2016-08-151-0/+7
* Local variables whose address is taken and passed on to a call are described Wolfgang Pieb2016-08-151-0/+5
* MachineLoop: add methods findLoopControlBlock and findLoopPreheaderSjoerd Meijer2016-08-151-0/+14
* [X86] Mark some of the X86 SDNodes as commutative.Craig Topper2016-08-151-3/+3
* [ScopedNoAliasAA] collectMDInDomain should be a free functionDavid Majnemer2016-08-151-2/+0
* Revert "[ScopedNoAliasAA] Remove an unneccesary set"David Majnemer2016-08-151-0/+2
* [ScopedNoAliasAA] Remove an unneccesary setDavid Majnemer2016-08-151-2/+0
* Revert "Revert "Invariant start/end intrinsics overloaded for address space""Mehdi Amini2016-08-131-2/+2
* Revert "Invariant start/end intrinsics overloaded for address space"Mehdi Amini2016-08-131-2/+2
* [ADT] Add a reserve() method to DenseSet as well as an insert() for R-valueMehdi Amini2016-08-131-1/+10
* Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-v...Mehdi Amini2016-08-131-9/+0
* Limit DenseMap::setNumEntries input to 1<<31, in accordance with the 31 bits ...Yaron Keren2016-08-131-2/+2
* [ADT] Add a reserve method to DenseSet as well as an insert() for R-valueMehdi Amini2016-08-131-0/+9
OpenPOWER on IntegriCloud