aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-18Merging r230694:llvmorg-3.5.2-rc1llvmorg-3.5.2release/3.5.xTom Stellard1-1/+1
2015-03-17Merging r214336:Tom Stellard2-4/+4
2015-03-17Merging r229352:Tom Stellard3-4/+44
2015-03-16Added MIPS changes to release notes for 3.5.2.Daniel Sanders1-0/+22
2015-03-13Try to make AsmPrinter vtable compatible with previous shared library.Daniel Sanders2-6/+6
2015-03-12Merging r225521:Daniel Sanders1-0/+6
2015-03-12Merging r224425:Daniel Sanders9-31/+64
2015-03-12Merging r217432:Daniel Sanders5-17/+155
2015-03-12Merging r217254:Daniel Sanders1-14/+14
2015-03-06Merging r230235:Daniel Sanders3-5/+151
2015-03-06Merging r227089:Daniel Sanders17-42/+446
2015-03-06Merging r227087:Daniel Sanders12-0/+1154
2015-03-06Partially merging r221686:Daniel Sanders1-0/+131
2015-03-06Merging r226171:Daniel Sanders2-2/+92
2015-03-06Merging r225529:Daniel Sanders5-0/+76
2015-03-06Revert r231463 and r231462.Daniel Sanders9-70/+31
2015-03-06Merging r225521:Daniel Sanders1-0/+6
2015-03-06Merging r224425:Daniel Sanders9-31/+64
2015-01-14Bump version to 3.5.2Tom Stellard3-13/+13
2015-01-06Merging r222856:David Majnemer2-133/+1
2014-12-31Creating a 3.5 branch, which is compatible with LLVM 3.5Tom Stellard361-0/+7878
2014-12-31[analyzer] Include a couple more comments on using xcrun to query the SDK.Ted Kremenek1-0/+4
2014-12-31[analyzer] Change ccc-analyzer to mimick behavior on OSX Mavericks/Yosemite t...Ted Kremenek1-0/+20
2014-12-31[X86] Update disassembler tests for absolute move instructions to check the e...Craig Topper1-37/+37
2014-12-31[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper4-20/+53
2014-12-31[x86] Simplify detection of jcxz/jecxz/jrcxz in disassembler.Craig Topper1-16/+5
2014-12-31InstCombine: try to transform A-B < 0 into A < BDavid Majnemer2-0/+56
2014-12-31[llgo] Elide alloca for unused received values in selectAndrew Wilkins3-29/+50
2014-12-31Revert "merge consecutive stores of extracted vector elements"Alexey Samsonov2-108/+4
2014-12-31irgen: modify the ABI to use init guards instead of priorityPeter Collingbourne4-11/+92
2014-12-31irgen: make it possible to use a custom importerPeter Collingbourne1-22/+41
2014-12-31irgen: return a types.Package to the compiler clientPeter Collingbourne1-1/+2
2014-12-31irgen: introduce ManglePackagePath functionPeter Collingbourne1-7/+7
2014-12-31irgen, driver: modify Compiler.Compile to take a FileSet and FilesPeter Collingbourne4-14/+18
2014-12-31[Hexagon] Adding accumulating add/sub, doubleword logic-not variants, doublew...Colin LeMahieu4-0/+135
2014-12-31Update the website with information about LLDB on Windows.Zachary Turner2-4/+154
2014-12-31Fix HTML formatting and non-conformance.Zachary Turner1-224/+277
2014-12-31Handle PPC64 return type (signext i32 rather than plain i32) in test caseDavid Blaikie1-1/+1
2014-12-30Fix a test case to not depend on asm comment syntax, so as to be portableDavid Blaikie1-9/+9
2014-12-30Generalize even further, for ARM comment syntax (@)David Blaikie1-8/+8
2014-12-30[Hexagon] Adding double-logic on predicate instructions.Colin LeMahieu2-2/+82
2014-12-30Generalize test case to handle different asm syntax (# or // comments)David Blaikie1-8/+8
2014-12-30[asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany3-13/+37
2014-12-30[Hexagon] Adding newvalue compare and jumps.Colin LeMahieu2-17/+169
2014-12-30RTDyldMemoryManager.cpp: Make the reference to __morestack weak.Peter Collingbourne1-2/+4
2014-12-30Driver: unify compiler-rt component selectionSaleem Abdulrasool1-37/+28
2014-12-30Driver: whitespaceSaleem Abdulrasool1-9/+7
2014-12-30DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie4-4/+87
2014-12-30[Hexagon] Adding postincrement register newvalue stores.Colin LeMahieu2-0/+39
2014-12-30[Hexagon] Removing old newvalue store variants. Adding postincrement immedia...Colin LeMahieu3-96/+141