aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DWARFFormValue.cpp: Appease gcc to give explicit constructors.NAKAMURA Takumi2013-10-291-4/+4
* ARM cost model: Unaligned vectorized double stores are expensiveArnold Schwaighofer2013-10-293-9/+44
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-293-6/+85
* SLPVectorizer: Use vector type for vectorized memory operationsArnold Schwaighofer2013-10-291-2/+2
* Cleaning up comments in lliAndrew Kaylor2013-10-291-2/+2
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-299-21/+51
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-295-22/+101
* Debug Info: use createAndAddDIE to wrap around "new DIE" in DwarfDebug.Manman Ren2013-10-291-6/+5
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-296-23/+27
* Debug Info: add a helper function createAndAddDIE.Manman Ren2013-10-292-29/+28
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-282-56/+10
* Renaming MCJIT .ir files to .ll and moving them to InputsAndrew Kaylor2013-10-2816-9/+9
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-286-21/+16
* lit: add missing substitutions for recently added toolsAlp Toker2013-10-282-0/+4
* Quote potential shell expansions found in testsAlp Toker2013-10-282-2/+2
* DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...Alexey Samsonov2013-10-281-4/+10
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-287-74/+201
* Fix the lli --extra-module value_descAlp Toker2013-10-281-1/+1
* Add a few tests for StringRef::{start,end}with.Rui Ueyama2013-10-281-0/+2
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-29/+44
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-34/+61
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-31/+56
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-2810-11/+10
* Remove stray '_'.Bill Wendling2013-10-281-1/+1
* Use the correct reference. Spotted by Sean Silva.Bill Wendling2013-10-281-3/+3
* Remove 2.4 from the list of supported Python versions.Bill Wendling2013-10-281-1/+1
* [mips] Simplify LowerFormalArguments using getRegClassFor.Akira Hatanaka2013-10-281-15/+2
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-27/+41
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-16/+209
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-17/+59
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-17/+33
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-282-3/+3
* Convert a llc -filetype=obj test into a llvm-mc test.Rafael Espindola2013-10-282-16/+98
* TableGen: remove unused variable.Ahmed Bougacha2013-10-281-0/+1
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-282-51/+65
* TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha2013-10-281-26/+26
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-2814-303/+913
* simplify ConstantRange::getSetSize()Nuno Lopes2013-10-281-3/+0
* [SystemZ] Set usaAA to trueRichard Sandiford2013-10-286-18/+22
* [DAGCombiner] Respect volatility when checking for aliasesRichard Sandiford2013-10-282-19/+27
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-2810-191/+206
* lit: multiprocessing platform fix attemptAlp Toker2013-10-281-1/+2
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-282-6/+47
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-282-5/+5
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-282-2/+0
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-283-9/+9
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-279-12/+319
* Clarify the comment about BSD versions in r193465Alp Toker2013-10-271-1/+2
* NVPTX: Remove unused globals.Benjamin Kramer2013-10-271-7/+3
* Hexagon: Remove global state.Benjamin Kramer2013-10-271-10/+25