aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename ConvergingScheduler to GenericScheduler.Andrew Trick2013-09-191-63/+63
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-196-24/+52
* PR16726: extend rol/ror matchingKai Nacke2013-09-192-2/+113
* Revert PR16726: extend rol/ror matchingKai Nacke2013-09-192-111/+0
* PR16726: extend rol/ror matchingKai Nacke2013-09-192-0/+111
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-194-22/+68
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-1912-17/+167
* Add testcase to make sure we don't generate too many jumps for a une compare.Bill Wendling2013-09-191-0/+43
* Unbreak C++03 build.Benjamin Kramer2013-09-191-4/+6
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-192-3/+18
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-192-1/+12
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-193-67/+56
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-192-0/+6
* llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg2013-09-191-1/+1
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-191-1/+0
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-192-56/+28
* X86 horizontal vector reduction cost modelYi Jiang2013-09-192-0/+355
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-191-2/+2
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-191-3/+2
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-199-28/+384
* msbuild: Set _MSC_VER to match the CRT we're usingReid Kleckner2013-09-192-0/+10
* Add function DominatorTree::getDescendants(). Shuxin Yang2013-09-191-0/+20
* Include an LLVM-vs2012_xp toolset in the MSBuild integrationReid Kleckner2013-09-194-0/+37
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-192-7/+64
* DAGCombiner: Don't fold vector muls with constants that look like a splat of ...Benjamin Kramer2013-09-192-3/+25
* [NVPTX] Make constant vector test case endian-independentJustin Holewinski2013-09-191-3/+2
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-192-1/+8
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-1916-17/+459
* X86: FrameIndex addressing modes do have a base register.Tim Northover2013-09-192-1/+24
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-1911-136/+74
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-1811-74/+136
* whitespaceAndrew Trick2013-09-186-33/+33
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-183-14/+26
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-184-21/+19
* Attempt to fix llvm-ppc64-linux2 buildbot failure by addingPreston Gurd2013-09-181-1/+1
* Verify that llvm can generate the prefetchw instruction when the CPU isPreston Gurd2013-09-181-0/+2
* Remove empty dir.Galina Kistanova2013-09-180-0/+0
* Remove empty dir.Galina Kistanova2013-09-180-0/+0
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-182-28/+10
* More XCore TTI cleanup -- remove an unused private field flagged byChandler Carruth2013-09-181-4/+2
* Name the XCore target-specific subdirectories canonically.Chandler Carruth2013-09-184-0/+0
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-181-1/+22
* A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...NAKAMURA Takumi2013-09-182-0/+6
* Target/XCore/CMakeLists.txt: Add XCoreTargetTransformInfo.cpp.NAKAMURA Takumi2013-09-181-0/+1
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-189-0/+172
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-181-0/+28
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-1833-156/+2234
* 'svn add' the test cases.Joey Gouly2013-09-185-0/+92
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-184-1/+96
* Revert r190921. It broke Windows.Filip Pizlo2013-09-181-7/+25