aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "-arm-long-calls of zone."Shih-wei Liao2012-04-181-43/+20
* -arm-long-calls of zonr.Shih-wei Liao2012-04-181-20/+43
* Non-static arm-reserve-r9.Shih-wei Liao2012-04-151-1/+1
* Merge remote-tracking branch 'goog/ics-aah'Mike Lockwood2012-04-030-0/+0
|\
| * am 4be65eea: Add missing TBLGEN_TD_DIRLogan Chien2011-11-111-0/+2
| |\
| * \ keep previous history after reset to mr1 plus aah changes (ics-aah-wip)Ed Heyl2011-10-280-0/+0
| |\ \
| | * \ undo reset to ics-mr1 until we have a better methodEd Heyl2011-10-260-0/+0
| | |\ \
| | | * \ reset to ics-mr1, but keep historyEd Heyl2011-10-260-0/+0
| | | |\ \ | | |/ / / | |/| / / | | |/ /
* | | | Update README.android.Shih-wei Liao2012-03-241-1/+2
* | | | Migrate external/llvm to LLVM-153224-20120321.Shih-wei Liao2012-03-247-25/+6
* | | | Merge branch 'upstream' into sliao_dShih-wei Liao2012-03-24577-7544/+17911
|\ \ \ \
| * | | | Add a release note for r145714.Nick Lewycky2012-03-211-0/+31
| * | | | misched: tag a few XFAILs that I plan to fixAndrew Trick2012-03-214-2/+10
| * | | | Re-factored RuntimeDyld.Danil Malyshev2012-03-2156-1071/+1823
| * | | | Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby2012-03-213-0/+387
| * | | | Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-211-1/+1
| * | | | Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber2012-03-211-0/+1
| * | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-212-0/+11
| * | | | Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-211-0/+4
| * | | | Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-2111-329/+215
| * | | | Checking a build_vector for an all-ones value.Jim Grosbach2012-03-211-5/+14
| * | | | [asan] fix one more bug related to long doubleKostya Serebryany2012-03-211-1/+1
| * | | | Put Is64BitMemOperand into !defined(NDEBUG) for now.Joerg Sonnenberger2012-03-211-0/+2
| * | | | Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer2012-03-212-2/+2
| * | | | Teach instsimplify to gracefully degrade in the presence of instructionsChandler Carruth2012-03-211-0/+6
| * | | | [python] Add some paths where to find test binaryAnders Waldenborg2012-03-211-0/+2
| * | | | [python] Mark get_test_binary as not being a testAnders Waldenborg2012-03-211-0/+1
| * | | | lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi2012-03-211-28/+41
| * | | | Finish organizing C API docs.Gregory Szorc2012-03-211-67/+194
| * | | | Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2012-03-212-5/+64
| * | | | I meant to disable this test, not XFAIL itAndrew Trick2012-03-211-2/+2
| * | | | misched: beginning to add unit testsAndrew Trick2012-03-211-0/+20
| * | | | misched: fix LiveInterval update for bottom-up schedulingAndrew Trick2012-03-211-3/+13
| * | | | misched: trace LiveIntervals after scheduling.Andrew Trick2012-03-211-0/+1
| * | | | misched: obvious iterator update fixes for bottom-up.Andrew Trick2012-03-211-0/+6
| * | | | misched: cleanup main loopAndrew Trick2012-03-211-10/+14
| * | | | misched: fix LI update for bottom-up.Andrew Trick2012-03-211-1/+7
| * | | | Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-2116-109/+1622
| * | | | Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper2012-03-211-1/+1
| * | | | Spacing fixes and using 'unsigned' instead of 'int' to index to select shuffl...Craig Topper2012-03-211-28/+29
| * | | | Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-213-13/+75
| * | | | Zap some dead code pointed out by Chandler.Eric Christopher2012-03-201-4/+0
| * | | | Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks2012-03-201-2/+7
| * | | | RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-202-0/+49
| * | | | Fix test case from r153135.Chad Rosier2012-03-201-1/+1
| * | | | [avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu toChad Rosier2012-03-202-0/+106
| * | | | Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-203-2/+3
| * | | | Tidy up.Jim Grosbach2012-03-201-3/+2
| * | | | Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...Evan Cheng2012-03-202-96/+56
| * | | | LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-202-5/+49