summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Fix a silent codegen fault in BUILD_VECTOR lowering.James Molloy2014-10-172-9/+31
* Don't crash if find_executable return None.Rafael Espindola2014-10-171-4/+4
* [PowerPC] Enable use of lxvw4x/stxvw4x in VSX code generationBill Schmidt2014-10-179-12/+157
* Mips: Only set divrem i64 to custom on 64bitJan Vesely2014-10-171-2/+2
* R600: Add EG to FMA testJan Vesely2014-10-171-1/+14
* SelectionDAG: Add sext_inreg optimizationsJan Vesely2014-10-172-0/+48
* [mips] Add support for COP1's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-1724-16/+104
* [mips] Add support for COP0's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-1716-30/+217
* [DSE] Remove no-data-layout-only type-based overlap checkingHal Finkel2014-10-175-20/+22
* Fix bashism in build.sh.Peter Collingbourne2014-10-171-1/+1
* Add back commits r219835 and a fixed version of r219829.Rafael Espindola2014-10-178-51/+193
* [PPC] Adjust some PowerPC tests to account for presence/absence of VSXBill Schmidt2014-10-1719-37/+243
* Add a test that would have found the bug in r219829.Rafael Espindola2014-10-172-1/+33
* ARM: Fix a bug which was causing convergence failure in constant-island pass.Akira Hatanaka2014-10-172-1/+401
* Revert commit r219835 and r219829.Rafael Espindola2014-10-179-195/+52
* [OCaml] Add Llvm.instr_clone.Peter Zotov2014-10-174-0/+31
* [LLVM-C] Add LLVMInstructionClone.Peter Zotov2014-10-172-0/+16
* [llvm-symbolizer] Introduce the -dsym-hint option.Alexander Potapenko2014-10-1712-50/+177
* R600/SI: Simplify debug printingMatt Arsenault2014-10-171-5/+3
* Add our own copy of the find_executable function to cope with installationsPeter Collingbourne2014-10-161-2/+20
* R600/SI: Remove another VALU patternMatt Arsenault2014-10-161-5/+0
* Initial version of Go bindings.Peter Collingbourne2014-10-1645-6/+4426
* Introduce LLVMParseCommandLineOptions C API function.Peter Collingbourne2014-10-162-0/+17
* Reduce code duplication between patchpoint and non-patchpoint lowering. NFC.Juergen Ributzka2014-10-162-44/+58
* [SROA] Switch the common variable name for the 'AllocaSlices' class toChandler Carruth2014-10-161-40/+42
* [SROA] More range-based cleanups to SROA, these brought to you byChandler Carruth2014-10-161-25/+12
* [SROA] Switch a couple of overly complex iterator accessors to just beChandler Carruth2014-10-161-26/+10
* Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset2014-10-166-83/+75
* R600/SI: Remove unnecessary VALU patternsMatt Arsenault2014-10-161-41/+0
* [SROA] Start more deeply moving SROA to use ranges rather than justChandler Carruth2014-10-161-45/+42
* R600: Fix nonsensical implementation of computeKnownBits for BFEMatt Arsenault2014-10-162-5/+16
* Delete -std-compile-opts.Rafael Espindola2014-10-1618-107/+43
* Allow call-slop optzn for destinations with a suitable dereferenceable attributeBjorn Steinbrink2014-10-162-14/+45
* Fix lang-ref doc bug: s/icmp lt/icmp slt/Jonathan Roelofs2014-10-161-1/+1
* [llvm-objdump] Fix -private-headers for mach-o to print all LC_*_DYLIB variantsNick Kledzik2014-10-161-1/+6
* fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)Sanjay Patel2014-10-163-1/+258
* [AArch64] Fix miscompile of sdiv-by-power-of-2.Juergen Ributzka2014-10-163-5/+17
* [mips] Account for endianess when expanding BuildPairF64/ExtractElementF64 no...Vasileios Kalintiris2014-10-162-68/+35
* [mips] Marked the DI/EI instruction aliases as MIPS32r2Vasileios Kalintiris2014-10-1612-6/+77
* Test commit access: remove extra new line at the end of fileVasileios Kalintiris2014-10-161-1/+0
* Add missing header guard.Benjamin Kramer2014-10-161-0/+5
* Reapply r219832 - InstCombine: Narrow switch instructions using known bits.Akira Hatanaka2014-10-162-0/+124
* TRE: make TRE a bit more aggressiveSaleem Abdulrasool2014-10-164-10/+39
* Revert r219832.Akira Hatanaka2014-10-162-92/+0
* [LVI] Add some additional comments about caching and context instructionsHal Finkel2014-10-161-0/+13
* llvm/Support/Options.h: Use \tparam. [-Wdocumentation]NAKAMURA Takumi2014-10-161-6/+6
* R600: Remove dead functionMatt Arsenault2014-10-162-15/+0
* Revert "r219834 - Teach ScalarEvolution to sharpen range information"Sanjoy Das2014-10-153-78/+2
* Preserve non-byval pointer alignment attributes using @llvm.assume when inliningHal Finkel2014-10-152-0/+143
* Add CreateAlignmentAssumption to IRBuilderHal Finkel2014-10-152-0/+53
OpenPOWER on IntegriCloud