aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use function's argument instead of the global flag.Matt Arsenault2013-09-171-3/+3
* FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault2013-09-171-76/+88
* Revert the load slicing done in r190870.Quentin Colombet2013-09-172-615/+0
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-172-20/+13
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-171-5/+0
* Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-171-2/+1
* Cleanup handling of constant function casts.Matt Arsenault2013-09-172-25/+150
* [PowerPC] Add a FIXME.Bill Schmidt2013-09-171-0/+4
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-175-16/+34
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-175-0/+406
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-172-0/+74
* [InstCombiner] Slice a big load in two loads when the elements are next to eachQuentin Colombet2013-09-172-0/+615
* Remove unused code, which had been commented out.Preston Gurd2013-09-171-5/+0
* Added documentation to getMemsetStores.Serge Pavlov2013-09-171-0/+18
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-172-14/+47
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-171-3/+48
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-173-12/+40
* Bugfix for PR17099:Stepan Dyatkovskiy2013-09-172-8/+33
* AVX-512: Converted to Unix styleElena Demikhovsky2013-09-171-3070/+3070
* Add AES and SHA instructions to the load folding tables.Craig Topper2013-09-171-0/+25
* Fix column alignment. No functional change.Craig Topper2013-09-171-4/+4
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-171-1/+3
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-177-14/+771
* [SelectionDAG] Teach the vector scalarizer about TRUNCATE.Quentin Colombet2013-09-173-3/+24
* mention command line parametersAdrian Prantl2013-09-171-0/+1
* simplify expressionAdrian Prantl2013-09-171-1/+1
* Be sure we run ARM tests only when an ARM backend is present.Adrian Prantl2013-09-161-0/+4
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-167-5/+77
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-163-5/+26
* Add Atom Silvermont (slm) testsPreston Gurd2013-09-163-0/+23
* Use reference instead of copy.Jakub Staszak2013-09-162-3/+3
* [CMake] Hack GetSVN.cmake to handle unusual terminals.Jordan Rose2013-09-161-0/+3
* Add testcase for r190631Krzysztof Parzyszek2013-09-161-0/+54
* TableGen: fix constness of new comparison function.Tim Northover2013-09-161-1/+1
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-161-1/+8
* TableGen: give asm match classes deterministic order.Tim Northover2013-09-161-23/+46
* AsmMatcher: emit subtarget feature enum in deterministic order.Tim Northover2013-09-161-7/+7
* Don't vectorize if there are outside loop users of the induction variable.Arnold Schwaighofer2013-09-162-0/+36
* [msan] Check return value of main().Evgeniy Stepanov2013-09-162-4/+31
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-164-1/+68
* ARM: Deduplicate ConstantPoolValues.Benjamin Kramer2013-09-162-47/+36
* Fix the build for git repositories with multiple remotes.Daniel Sanders2013-09-161-1/+1
* [SystemZ] Improve extload handlingRichard Sandiford2013-09-163-76/+94
* Make F16C feature flag imply AVX rather than just checking both at the patterns.Craig Topper2013-09-162-2/+3
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-1620-13/+213
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-152-1/+168
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-156-10/+8
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-156-9/+38
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-152-3/+21
* Fix alignment of unwind data.Kai Nacke2013-09-154-7/+238