aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* reverting per requestJack Carter2013-10-045-45/+5
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-041-1/+1
* Use Die->addValue and DIEIntegerOne directly when we want to addEric Christopher2013-10-041-3/+2
* Fix DAGCombiner::visitFP_EXTEND to ignore indexed loadsHal Finkel2013-10-041-1/+1
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-041-1/+4
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-046-6/+100
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-041-0/+5
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-041-4/+123
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-046-60/+5
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-047-215/+103
* Fix commentMatthias Braun2013-10-041-1/+1
* Fix indentationMatthias Braun2013-10-041-1/+1
* Fix typoMatthias Braun2013-10-042-2/+2
* ARM: optimizeSelect has to consider the previous register classMatthias Braun2013-10-041-4/+9
* ARM: do not add a regmask for TAILJUMPsMatthias Braun2013-10-041-16/+18
* ARM: preserve undef flag in pseudo instruction expandersMatthias Braun2013-10-041-19/+14
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-046-53/+937
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-27/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+27
* DebugInfo: Fix ordering of members after r191928David Blaikie2013-10-041-1/+8
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-042-0/+6
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-031-8/+24
* Pull fptrunc's upwards through selects when one of the select's selectands wa...Owen Anderson2013-10-031-0/+13
* DebugInfo: Avoid redundantly adding child DIEs to parents.David Blaikie2013-10-033-15/+12
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-032-60/+59
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-034-15/+47
* Make gep i8* X, -(ptrtoint Y) transform work with address spacesMatt Arsenault2013-10-031-8/+10
* Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.Tom Roeder2013-10-031-1/+1
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-032-1/+34
* Make sure we emit a section for pubnames even if that section isEric Christopher2013-10-031-3/+0
* Fix cut and paste typo.Eric Christopher2013-10-031-2/+2
* raw_fd_ostream: Be more verbose about the reason when opening a file fails.Benjamin Kramer2013-10-031-1/+2
* Added checking code whehter target supports specific dag combining about rotateJin-Gu Kang2013-10-031-11/+19
* CaptureTracking: Plug a loophole in the "too many uses" heuristic.Benjamin Kramer2013-10-031-0/+6
* AVX-512: Fixed encoding of VMOVQ instruction.Elena Demikhovsky2013-10-031-3/+3
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-037-78/+126
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-033-22/+10
* Replace C++ style comment with a C style comment to satisfy some of the build...Craig Topper2013-10-031-1/+1
* Remove comma from the end of an enum.Craig Topper2013-10-031-1/+1
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-035-125/+238
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-032-32/+98
* Add v4f16 to supported value types.Pete Cooper2013-10-031-0/+2
* [llvm-c][Disassembler] When printing latency information, skip schedulingQuentin Colombet2013-10-021-1/+3
* Don't use runtime bounds check between address spaces.Matt Arsenault2013-10-021-11/+49
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-022-0/+63
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-021-4/+21
* Fix debug printing spacing.Matt Arsenault2013-10-021-32/+33
* Fix comment grammar and capitalization.Matt Arsenault2013-10-021-3/+3
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-021-9/+4
* StructurizeCFG: Add dependency on LowerSwitch passTom Stellard2013-10-021-1/+3