summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* DEBUG shouldEvict decisionsAndrew Trick2013-11-22
* Minor cleanup. EvictionCost ctor was confusing relative to the other costs fl...Andrew Trick2013-11-22
* patchpoint: factor SD builder code for live vars. Plain stackmap also optimiz...Andrew Trick2013-11-22
* patchpoint: eliminate hard coded operand indices.Andrew Trick2013-11-22
* Add a fixed version of r195470 back.Rafael Espindola2013-11-22
* Fix PR18014Michael Liao2013-11-22
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-22
* Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola2013-11-22
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* Convert linkonce* to weak* instead of strong.Rafael Espindola2013-11-22
* SLPVectorizer: Fix whitespace errors.Arnold Schwaighofer2013-11-22
* Don't produce tail calls when the caller is x86_thiscallcc.Rafael Espindola2013-11-22
* Fix typo in a comment added in r195455.Daniel Sanders2013-11-22
* [mips][msa] Fix corner case for integer constant splats with undef values.Daniel Sanders2013-11-22
* [PM] Teach the analysis managers to pass themselves as arguments to theChandler Carruth2013-11-22
* Add support for Cortex-A12.Richard Barton2013-11-22
* [PM] Fix the analysis templates' usage of IRUnitT.Chandler Carruth2013-11-22
* [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from...Daniel Sanders2013-11-22
* Revert r195318 as it causes miscompilation (PR18029)Kostya Serebryany2013-11-22
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 an...Hao Liu2013-11-22
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-22
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* For AArch64 back-end instruction selection, lower Neon_Lowxxx with EXTRCT_SUB...Jiangning Liu2013-11-22
* SLP Vectorizer: Extract cost will only be added once even if the scalar has m...Yi Jiang2013-11-22
* Fix a typo where we were creating <def,kill> operands instead ofLang Hames2013-11-22
* [PM] Switch analysis managers to be threaded through the run methodsChandler Carruth2013-11-22
* R600: Implement TargetInstrInfo::isLegalToSplitMBBAt()Tom Stellard2013-11-22
* SelectionDAG: Optimize expansion of vec_type = BITCAST scalar_typeTom Stellard2013-11-22
* Split SETCC if VSELECT requires splitting too.Tom Stellard2013-11-22
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-21
* SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...Ekaterina Romanova2013-11-21
* Introduce two command-line flags for the instrumentation pass to control whet...Peter Collingbourne2013-11-21
* Move member variable up to where the rest of non-DWARF5 variables reside.Eric Christopher2013-11-21
* [mips][msa] Fix a corner case in performORCombine() when combining nodes into...Daniel Sanders2013-11-21
* [ARM] add basic Cortex-A7 support to LLVM backendArtyom Skrobov2013-11-21
* Add support for legalizing SETNE/SETEQ by inverting the condition code and th...Daniel Sanders2013-11-21
* [msan] Propagate condition origin in select instruction.Evgeniy Stepanov2013-11-21
* [mips][msa/dsp] Only do DSP combines if DSP is enabled.Daniel Sanders2013-11-21
* Whitespace.NAKAMURA Takumi2013-11-21
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* [PM] Widen the interface for invalidate on an analysis result now thatChandler Carruth2013-11-21
* Implemented Neon scalar vdup_lane intrinsics.Ana Pazos2013-11-21
* Implemented Neon scalar by element intrinsics.Ana Pazos2013-11-21
* Don't speculate loads under ThreadSanitizerKostya Serebryany2013-11-21
* The basic problem is that some mainstream programs cannot deal with the wayBill Wendling2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Add, to constant islands, long jumps similar to ARM far branch.Reed Kotler2013-11-21
* llvm-cov: Don't assume FileChecksum was generated.Yuchen Wu2013-11-21
* llvm-cov: Formatting change.Yuchen Wu2013-11-21