aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix Android.mk files for plugins on darwin.Stephen Hines2015-06-081-0/+4
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1857-1262/+2492
* Export all dynamic symbols for opt and bugpointPirama Arumuga Nainar2015-04-301-5/+0
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-09105-4297/+6352
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-23140-8113/+17081
* Update LLVM lit test configuration to be able to work for 3.6.Stephen Hines2014-12-191-0/+24
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-02119-5741/+11294
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2156-2016/+3592
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-29128-3110/+5955
* Update to LLVM 3.5a.Stephen Hines2014-04-24139-7674/+9469
* Remove the -O1 WAR for SROA.cpp compilation.Stephen Hines2014-04-171-5/+0
* am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...Colin Cross2014-02-181-3/+1
|\
| * llvm: convert makefiles to support multilib buildColin Cross2014-02-061-3/+1
* | Update LLVM for merge to 3.4.Stephen Hines2014-02-133-5/+6
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1185-4577/+7933
|\ \ | |/ |/|
| * Merging r197449:Bill Wendling2013-12-171-1/+31
| * Merging r197178:Bill Wendling2013-12-141-2/+11
| * Merging r195505:Manman Ren2013-12-091-51/+0
| * Merging r196638:Bill Wendling2013-12-081-3/+3
| * --- Reverse-merging r196668 into '.':Bill Wendling2013-12-081-3/+3
| * Merging r196638:Bill Wendling2013-12-071-3/+3
| * Merging r196611:Bill Wendling2013-12-061-1/+4
| * Merging r196508:Bill Wendling2013-12-061-5/+1
| * Merging r196129:Bill Wendling2013-12-021-4/+12
| * Merging r196004:Bill Wendling2013-12-011-3/+4
| * Merging r195787:Bill Wendling2013-12-011-0/+9
| * Merging r195791:Bill Wendling2013-11-271-16/+11
| * Merging r195773:Bill Wendling2013-11-271-0/+8
| * Merging r195769:Bill Wendling2013-11-271-11/+11
| * Merging r195528:Bill Wendling2013-11-251-2/+37
| * Merging r195493:Bill Wendling2013-11-251-0/+14
| * Merging r195492:Bill Wendling2013-11-251-11/+22
| * Merging r195477:Bill Wendling2013-11-251-17/+37
| * Merging r195162:Bill Wendling2013-11-201-0/+30
| * Merging r195161:Bill Wendling2013-11-201-11/+12
| * Merging r195118:Bill Wendling2013-11-201-10/+19
| * Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-181-1/+5
| * [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-181-6/+6
| * LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-181-0/+6
| * Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...NAKAMURA Takumi2013-11-171-1/+3
| * Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-171-1/+2
| * Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+72
| * Fix ndebug-build unused variable in loop rerollingHal Finkel2013-11-171-1/+1
| * Add a loop rerolling passHal Finkel2013-11-164-0/+1196
| * Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-6/+11
| * InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-161-0/+18
| * LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-151-0/+4
| * ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-3/+5
| * [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-151-1/+1
| * Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+52