aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable libcxx as part of the top level CMake build when it is checkedChandler Carruth2013-09-281-2/+3
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-2815-21/+21
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-289-11/+11
* SelectionDAG: Silence unused variable warning on release buildsTom Stellard2013-09-281-0/+1
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-2810-105/+127
* SelectionDAG: Improve legalization of SELECT_CC with illegal condition codesTom Stellard2013-09-282-17/+49
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-285-94/+91
* SelectionDAG: Clean up LegalizeSetCCCondCode() functionTom Stellard2013-09-281-26/+51
* MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>NAKAMURA Takumi2013-09-281-0/+1
* Fix typoMatt Arsenault2013-09-281-1/+1
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-287-0/+72
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-288-28/+90
* TBAA: try to fix the dragonegg bots.Manman Ren2013-09-271-1/+3
* Unify conditionals and reformat.Eric Christopher2013-09-271-16/+16
* Minor code simplificationMatt Arsenault2013-09-271-11/+8
* [mips] Define a derived class of PseudoSourceValue that represents a GOT entryAkira Hatanaka2013-09-272-0/+106
* Use right pointer type in DebugIRMatt Arsenault2013-09-272-1/+14
* Use type helper functionsMatt Arsenault2013-09-273-6/+4
* Rework conditional for printing out pub sections.Eric Christopher2013-09-271-7/+5
* [stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee2013-09-272-70/+98
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-278-30/+30
* Resurrect lit.local.cfg to un-break hexagon buildbot.Rui Ueyama2013-09-271-0/+3
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-273-4/+76
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-272-1/+13
* Clarifying doc about cross-compilingRenato Golin2013-09-271-1/+5
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-274-4/+178
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-2715-160/+406
* Update.Bill Wendling2013-09-271-2/+2
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-272-1/+11
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-273-81/+135
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-278-0/+773
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-2728-110/+252
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-273-2/+33
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-275-143/+101
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-276-59/+127
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-273-42/+66
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-273-21/+50
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-273-12/+40
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-274-0/+67
* [mips][msa] Rename arguments to MSA_INSERT_DESC_BASE to better match their ex...Daniel Sanders2013-09-271-6/+6
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-274-0/+119
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-275-4/+325
* Remove superfluous comment accidentally checked-in.Andrea Di Biagio2013-09-271-2/+0
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-272-0/+140
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-2710-20/+157
* Re-apply the change from r191393 with fix for pr17380.Andrea Di Biagio2013-09-272-0/+223
* [mips][msa] Added MSA.txt to describe instruction selection quirks.Daniel Sanders2013-09-271-0/+30
* Fix comment.Tilmann Scheller2013-09-271-1/+1
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-272-0/+20
* [mips][msa] Tidy upDaniel Sanders2013-09-271-131/+119