summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging r230694:llvmorg-3.5.2-rc1llvmorg-3.5.2release/3.5.xTom Stellard2015-03-181-1/+1
* Merging r214336:Tom Stellard2015-03-172-4/+4
* Merging r229352:Tom Stellard2015-03-173-4/+44
* Added MIPS changes to release notes for 3.5.2.Daniel Sanders2015-03-161-0/+22
* Try to make AsmPrinter vtable compatible with previous shared library.Daniel Sanders2015-03-132-6/+6
* Merging r225521:Daniel Sanders2015-03-121-0/+6
* Merging r224425:Daniel Sanders2015-03-129-31/+64
* Merging r217432:Daniel Sanders2015-03-125-17/+155
* Merging r217254:Daniel Sanders2015-03-121-14/+14
* Merging r230235:Daniel Sanders2015-03-063-5/+151
* Merging r227089:Daniel Sanders2015-03-0617-42/+446
* Merging r227087:Daniel Sanders2015-03-0612-0/+1154
* Partially merging r221686:Daniel Sanders2015-03-061-0/+131
* Merging r226171:Daniel Sanders2015-03-062-2/+92
* Merging r225529:Daniel Sanders2015-03-065-0/+76
* Revert r231463 and r231462.Daniel Sanders2015-03-069-70/+31
* Merging r225521:Daniel Sanders2015-03-061-0/+6
* Merging r224425:Daniel Sanders2015-03-069-31/+64
* Bump version to 3.5.2Tom Stellard2015-01-143-13/+13
* Merging r222856:David Majnemer2015-01-062-133/+1
* Creating a 3.5 branch, which is compatible with LLVM 3.5Tom Stellard2014-12-31361-0/+7878
|\
| * [analyzer] Include a couple more comments on using xcrun to query the SDK.Ted Kremenek2014-12-311-0/+4
| * [analyzer] Change ccc-analyzer to mimick behavior on OSX Mavericks/Yosemite t...Ted Kremenek2014-12-311-0/+20
| * [X86] Update disassembler tests for absolute move instructions to check the e...Craig Topper2014-12-311-37/+37
| * [X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper2014-12-314-20/+53
| * [x86] Simplify detection of jcxz/jecxz/jrcxz in disassembler.Craig Topper2014-12-311-16/+5
| * InstCombine: try to transform A-B < 0 into A < BDavid Majnemer2014-12-312-0/+56
| * [llgo] Elide alloca for unused received values in selectAndrew Wilkins2014-12-313-29/+50
| * Revert "merge consecutive stores of extracted vector elements"Alexey Samsonov2014-12-312-108/+4
| * irgen: modify the ABI to use init guards instead of priorityPeter Collingbourne2014-12-314-11/+92
| * irgen: make it possible to use a custom importerPeter Collingbourne2014-12-311-22/+41
| * irgen: return a types.Package to the compiler clientPeter Collingbourne2014-12-311-1/+2
| * irgen: introduce ManglePackagePath functionPeter Collingbourne2014-12-311-7/+7
| * irgen, driver: modify Compiler.Compile to take a FileSet and FilesPeter Collingbourne2014-12-314-14/+18
| * [Hexagon] Adding accumulating add/sub, doubleword logic-not variants, doublew...Colin LeMahieu2014-12-314-0/+135
| * Update the website with information about LLDB on Windows.Zachary Turner2014-12-312-4/+154
| * Fix HTML formatting and non-conformance.Zachary Turner2014-12-311-224/+277
| * Handle PPC64 return type (signext i32 rather than plain i32) in test caseDavid Blaikie2014-12-311-1/+1
| * Fix a test case to not depend on asm comment syntax, so as to be portableDavid Blaikie2014-12-301-9/+9
| * Generalize even further, for ARM comment syntax (@)David Blaikie2014-12-301-8/+8
| * [Hexagon] Adding double-logic on predicate instructions.Colin LeMahieu2014-12-302-2/+82
| * Generalize test case to handle different asm syntax (# or // comments)David Blaikie2014-12-301-8/+8
| * [asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany2014-12-303-13/+37
| * [Hexagon] Adding newvalue compare and jumps.Colin LeMahieu2014-12-302-17/+169
| * RTDyldMemoryManager.cpp: Make the reference to __morestack weak.Peter Collingbourne2014-12-301-2/+4
| * Driver: unify compiler-rt component selectionSaleem Abdulrasool2014-12-301-37/+28
| * Driver: whitespaceSaleem Abdulrasool2014-12-301-9/+7
| * DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie2014-12-304-4/+87
| * [Hexagon] Adding postincrement register newvalue stores.Colin LeMahieu2014-12-302-0/+39
| * [Hexagon] Removing old newvalue store variants. Adding postincrement immedia...Colin LeMahieu2014-12-303-96/+141