| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Android.mk files for plugins on darwin. | Stephen Hines | 2015-06-08 | 1 | -0/+4 |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 57 | -1262/+2492 |
* | Export all dynamic symbols for opt and bugpoint | Pirama Arumuga Nainar | 2015-04-30 | 1 | -5/+0 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 105 | -4297/+6352 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 140 | -8113/+17081 |
* | Update LLVM lit test configuration to be able to work for 3.6. | Stephen Hines | 2014-12-19 | 1 | -0/+24 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 119 | -5741/+11294 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 56 | -2016/+3592 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 128 | -3110/+5955 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 139 | -7674/+9469 |
* | Remove the -O1 WAR for SROA.cpp compilation. | Stephen Hines | 2014-04-17 | 1 | -5/+0 |
* | am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ... | Colin Cross | 2014-02-18 | 1 | -3/+1 |
|\ |
|
| * | llvm: convert makefiles to support multilib build | Colin Cross | 2014-02-06 | 1 | -3/+1 |
* | | Update LLVM for merge to 3.4. | Stephen Hines | 2014-02-13 | 3 | -5/+6 |
* | | Merge remote-tracking branch 'upstream/release_34' into merge-20140211 | Stephen Hines | 2014-02-11 | 85 | -4577/+7933 |
|\ \
| |/
|/| |
|
| * | Merging r197449: | Bill Wendling | 2013-12-17 | 1 | -1/+31 |
| * | Merging r197178: | Bill Wendling | 2013-12-14 | 1 | -2/+11 |
| * | Merging r195505: | Manman Ren | 2013-12-09 | 1 | -51/+0 |
| * | Merging r196638: | Bill Wendling | 2013-12-08 | 1 | -3/+3 |
| * | --- Reverse-merging r196668 into '.': | Bill Wendling | 2013-12-08 | 1 | -3/+3 |
| * | Merging r196638: | Bill Wendling | 2013-12-07 | 1 | -3/+3 |
| * | Merging r196611: | Bill Wendling | 2013-12-06 | 1 | -1/+4 |
| * | Merging r196508: | Bill Wendling | 2013-12-06 | 1 | -5/+1 |
| * | Merging r196129: | Bill Wendling | 2013-12-02 | 1 | -4/+12 |
| * | Merging r196004: | Bill Wendling | 2013-12-01 | 1 | -3/+4 |
| * | Merging r195787: | Bill Wendling | 2013-12-01 | 1 | -0/+9 |
| * | Merging r195791: | Bill Wendling | 2013-11-27 | 1 | -16/+11 |
| * | Merging r195773: | Bill Wendling | 2013-11-27 | 1 | -0/+8 |
| * | Merging r195769: | Bill Wendling | 2013-11-27 | 1 | -11/+11 |
| * | Merging r195528: | Bill Wendling | 2013-11-25 | 1 | -2/+37 |
| * | Merging r195493: | Bill Wendling | 2013-11-25 | 1 | -0/+14 |
| * | Merging r195492: | Bill Wendling | 2013-11-25 | 1 | -11/+22 |
| * | Merging r195477: | Bill Wendling | 2013-11-25 | 1 | -17/+37 |
| * | Merging r195162: | Bill Wendling | 2013-11-20 | 1 | -0/+30 |
| * | Merging r195161: | Bill Wendling | 2013-11-20 | 1 | -11/+12 |
| * | Merging r195118: | Bill Wendling | 2013-11-20 | 1 | -10/+19 |
| * | Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value | Adrian Prantl | 2013-11-18 | 1 | -1/+5 |
| * | [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-... | Alexey Samsonov | 2013-11-18 | 1 | -6/+6 |
| * | LoopVectorizer: Extend the induction variable to a larger type | Arnold Schwaighofer | 2013-11-18 | 1 | -0/+6 |
| * | Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ... | NAKAMURA Takumi | 2013-11-17 | 1 | -1/+3 |
| * | Add a loop rerolling flag to the PassManagerBuilder | Hal Finkel | 2013-11-17 | 1 | -1/+2 |
| * | Add the cold attribute to error-reporting call sites | Hal Finkel | 2013-11-17 | 1 | -0/+72 |
| * | Fix ndebug-build unused variable in loop rerolling | Hal Finkel | 2013-11-17 | 1 | -1/+1 |
| * | Add a loop rerolling pass | Hal Finkel | 2013-11-16 | 4 | -0/+1196 |
| * | Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt | Hal Finkel | 2013-11-16 | 1 | -6/+11 |
| * | InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs. | Benjamin Kramer | 2013-11-16 | 1 | -0/+18 |
| * | LoopVectorizer: Use abi alignment for accesses with no alignment | Arnold Schwaighofer | 2013-11-15 | 1 | -0/+4 |
| * | ArgumentPromotion: correctly transfer TBAA tags and alignments. | Manman Ren | 2013-11-15 | 1 | -3/+5 |
| * | [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit... | Kostya Serebryany | 2013-11-15 | 1 | -1/+1 |
| * | Reapply "[asan] Poor man's coverage that works with ASan" | Bob Wilson | 2013-11-15 | 1 | -0/+52 |