summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-186-360/+389
* Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2014-02-182-2/+6
* [AArch64] Expanded sin, cos, pow with FP vector types inputsAna Pazos2014-02-182-0/+106
* [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it.Daniel Sanders2014-02-182-0/+19
* Rename some member variables from TD to DL.Rafael Espindola2014-02-1829-145/+145
* Add myself as owner for libc++Marshall Clow2014-02-181-0/+4
* XCore target: Handle common linkageRobert Lytton2014-02-183-7/+22
* XCore target: addMemOperand as necessaryRobert Lytton2014-02-183-49/+109
* XCore target: Fix llvm.eh.return and EH info register handlingRobert Lytton2014-02-185-120/+330
* Darwin builds: handle different possible form for SDKROOT.Tim Northover2014-02-181-4/+6
* GlobalMerge: move "-global-merge" option to the pass itself.Tim Northover2014-02-182-6/+9
* X86: use vpsllvd (& friends) for 16-bit shifts on HaswellTim Northover2014-02-182-0/+47
* llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner2014-02-182-4/+24
* Add PS prefix to some classes I missed in r201538.Craig Topper2014-02-181-2/+2
* Add a bunch of OpSize32 tags to 64-bit mode only instructions to match their ...Craig Topper2014-02-184-28/+31
* AVX-512: Fixed size of mask registersElena Demikhovsky2014-02-181-4/+6
* Fix a typo about lowering AArch64 va_copy.Jiangning Liu2014-02-182-15/+10
* Add an x86 prefix encoding for instructions that would decode to a different ...Craig Topper2014-02-189-185/+213
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-1726-2/+353
* Fix the arm assembler so that this malformed instruction:Kevin Enderby2014-02-172-1/+7
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-176-12/+81
* Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 shoul...Craig Topper2014-02-172-4/+27
* AVX-512: implemented zext fron i1 to i16Elena Demikhovsky2014-02-172-1/+39
* fix for null VectorizedValue assertion in the SLP Vectorizer (in function vec...Gerolf Hoflehner2014-02-172-2/+69
* MCAsmParser: add some mixed argument testsSaleem Abdulrasool2014-02-171-0/+30
* MCAsmParser: better handling for named argumentsSaleem Abdulrasool2014-02-174-16/+132
* Use 16 byte stack alignment for NaCl on ARMMark Seaborn2014-02-164-6/+38
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-163-26/+189
* Remove dead code, we already require cmake 2.8.8.Rafael Espindola2014-02-162-10/+1
* Remove unnecessary typename.Rafael Espindola2014-02-161-6/+6
* Fix more broken CHECK linesNico Rieck2014-02-163-75/+75
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-166-22/+22
* Actually call FileCheck in testsNico Rieck2014-02-163-3/+3
* llvmbuild: Exclude disabled targets from LLVMExports.cmake.NAKAMURA Takumi2014-02-161-0/+5
* LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r...NAKAMURA Takumi2014-02-161-0/+2
* LLVMExports.cmake: Exclude gtest since they are not installed.NAKAMURA Takumi2014-02-161-1/+1
* AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequenceElena Demikhovsky2014-02-164-92/+43
* fixed typo in comment as my test commitGerolf Hoflehner2014-02-161-1/+1
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-168-77/+184
* Fix broken CHECK linesNico Rieck2014-02-1612-25/+25
* MCAsmParser: relax declaration parsingSaleem Abdulrasool2014-02-162-1/+14
* ARM IAS: (partially) support .arch_extension directiveSaleem Abdulrasool2014-02-168-0/+988
* DebugInfo: Deduplicate entries in the fission address tableDavid Blaikie2014-02-154-22/+22
* DwarfDebug: Remove dead code.David Blaikie2014-02-151-7/+3
* Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer2014-02-153-180/+26
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-153-26/+180
* Cleanup docs about lit substitutionsNico Rieck2014-02-151-48/+69
* Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri.Craig Topper2014-02-152-0/+19
* Fix typoNico Rieck2014-02-151-2/+2
* Remove tautological test line (unsigneds are always >=0).Lang Hames2014-02-151-1/+0