summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/llvm.amalgamated.diff
Commit message (Collapse)AuthorAgeFilesLines
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-1543/+0
| | | | | | | | | | | | | top-of-tree. Removed all local patches and llvm.zip. The intent is that fron now on top-of-tree will always build against LLVM/Clang top-of-tree, and that problems building will be resolved as they occur. Stable release branches of LLDB can be constructed as needed and linked to specific release branches of LLVM/Clang. llvm-svn: 164563
* Patches to make our llvm revision more C++11 friendly.Filipe Cabecinhas2012-09-121-0/+117
| | | | llvm-svn: 163725
* Integrated a fix to LLVM's disassembler thatSean Callanan2012-07-261-1/+1
| | | | | | | | | corrected the offsets for x86_64 conditional branch instructions. <rdar://problem/11502148> llvm-svn: 160769
* Added a fix to LLVM that corrects PC-relativeSean Callanan2012-07-201-0/+26
| | | | | | | | branch address printing in the x86 disassembler. <rdar://problem/11925357> llvm-svn: 160588
* Integrated a fix for an ARM disassembler crashSean Callanan2012-05-221-3/+29
| | | | | | (0xd 0xd 0xa0 0xf4, or "vld2hs.8 {d0[], d1[]}, [r0]!") llvm-svn: 157289
* Updated LLVM to take a disassembler fix that causesSean Callanan2012-05-191-0/+1374
the LOCK prefix to be printed explicitly when it's the first prefix on the instruction. llvm-svn: 157096
OpenPOWER on IntegriCloud