Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-18Merging r230694:llvmorg-3.5.2-rc1llvmorg-3.5.2release/3.5.xTom Stellard
2015-03-17Merging r214336:Tom Stellard
2015-03-17Merging r229352:Tom Stellard
2015-03-16Added MIPS changes to release notes for 3.5.2.Daniel Sanders
2015-03-13Try to make AsmPrinter vtable compatible with previous shared library.Daniel Sanders
2015-03-12Merging r225521:Daniel Sanders
2015-03-12Merging r224425:Daniel Sanders
2015-03-12Merging r217432:Daniel Sanders
2015-03-12Merging r217254:Daniel Sanders
2015-03-06Merging r230235:Daniel Sanders
2015-03-06Merging r227089:Daniel Sanders
2015-03-06Merging r227087:Daniel Sanders
2015-03-06Partially merging r221686:Daniel Sanders
2015-03-06Merging r226171:Daniel Sanders
2015-03-06Merging r225529:Daniel Sanders
2015-03-06Revert r231463 and r231462.Daniel Sanders
2015-03-06Merging r225521:Daniel Sanders
2015-03-06Merging r224425:Daniel Sanders
2015-01-14Bump version to 3.5.2Tom Stellard
2015-01-06Merging r222856:David Majnemer
2014-12-31Creating a 3.5 branch, which is compatible with LLVM 3.5Tom Stellard
2014-12-31[analyzer] Include a couple more comments on using xcrun to query the SDK.Ted Kremenek
2014-12-31[analyzer] Change ccc-analyzer to mimick behavior on OSX Mavericks/Yosemite t...Ted Kremenek
2014-12-31[X86] Update disassembler tests for absolute move instructions to check the e...Craig Topper
2014-12-31[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper
2014-12-31[x86] Simplify detection of jcxz/jecxz/jrcxz in disassembler.Craig Topper
2014-12-31InstCombine: try to transform A-B < 0 into A < BDavid Majnemer
2014-12-31[llgo] Elide alloca for unused received values in selectAndrew Wilkins
2014-12-31Revert "merge consecutive stores of extracted vector elements"Alexey Samsonov
2014-12-31irgen: modify the ABI to use init guards instead of priorityPeter Collingbourne
2014-12-31irgen: make it possible to use a custom importerPeter Collingbourne
2014-12-31irgen: return a types.Package to the compiler clientPeter Collingbourne
2014-12-31irgen: introduce ManglePackagePath functionPeter Collingbourne
2014-12-31irgen, driver: modify Compiler.Compile to take a FileSet and FilesPeter Collingbourne
2014-12-31[Hexagon] Adding accumulating add/sub, doubleword logic-not variants, doublew...Colin LeMahieu
2014-12-31Update the website with information about LLDB on Windows.Zachary Turner
2014-12-31Fix HTML formatting and non-conformance.Zachary Turner
2014-12-31Handle PPC64 return type (signext i32 rather than plain i32) in test caseDavid Blaikie
2014-12-31Fix a test case to not depend on asm comment syntax, so as to be portableDavid Blaikie
2014-12-31Generalize even further, for ARM comment syntax (@)David Blaikie
2014-12-31[Hexagon] Adding double-logic on predicate instructions.Colin LeMahieu
2014-12-31Generalize test case to handle different asm syntax (# or // comments)David Blaikie
2014-12-31[asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany
2014-12-31[Hexagon] Adding newvalue compare and jumps.Colin LeMahieu
2014-12-31RTDyldMemoryManager.cpp: Make the reference to __morestack weak.Peter Collingbourne
2014-12-31Driver: unify compiler-rt component selectionSaleem Abdulrasool
2014-12-31Driver: whitespaceSaleem Abdulrasool
2014-12-31DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie
2014-12-31[Hexagon] Adding postincrement register newvalue stores.Colin LeMahieu
2014-12-31[Hexagon] Removing old newvalue store variants. Adding postincrement immedia...Colin LeMahieu