summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Don't assume an empty stderr.Rafael Espindola2014-03-11
* X86: Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)Hans Wennborg2014-03-11
* ARM: honour -f{no-,}optimize-sibling-callsSaleem Abdulrasool2014-03-11
* ARM: remove ancient -arm-tail-calls optionSaleem Abdulrasool2014-03-11
* ARM: enable tail call optimisation on Thumb 2Saleem Abdulrasool2014-03-11
* Fix crash in PRE.Erik Verbruggen2014-03-11
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* GVN: merge overflow intrinsics with non-overflow instructions.Erik Verbruggen2014-03-11
* X86: Enable ISel of 16-bit MOVBE instructions.Jim Grosbach2014-03-11
* Fix undefined behavior in vector shift tests.Matt Arsenault2014-03-11
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-10
* When analyzing vectors of element type that require legalization,Raul E. Silvera2014-03-10
* Use discriminator information in sample profiles.Diego Novillo2014-03-10
* MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...Benjamin Kramer2014-03-10
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-10
* Followup to r203483 - add test.Eli Bendersky2014-03-10
* [mips] Implement NaCl sandboxing of loads, stores and SP changes:Sasa Stankovic2014-03-10
* [bugpoint] Add testcase for r203343.Adam Nemet2014-03-10
* Fix regression with -O0 for mips .Reed Kotler2014-03-10
* Add test for LinkModules warning on triple, modified by r203009. Datalayout i...JF Bastien2014-03-10
* [mips] Assembly parser must invoke the target streamer to handle .set reorder...Matheus Almeida2014-03-10
* AArch64: fix LowerCONCAT_VECTORS for new CodeGen.Tim Northover2014-03-10
* [Sparc] Add support for decoding 'swap' instruction.Venkatraman Govindaraju2014-03-09
* Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."NAKAMURA Takumi2014-03-09
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-09
* Update comment from r203315 based on reviewAdam Nemet2014-03-08
* DebugInfo: further improvements to test following up on r203329David Blaikie2014-03-08
* DebugInfo: Fix test fallout from r203323David Blaikie2014-03-08
* DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocksDavid Blaikie2014-03-08
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-08
* [DAGCombiner] Recognize another rotation idiomAdam Nemet2014-03-07
* ISel: Make VSELECT selection terminate in cases where the condition type has toArnold Schwaighofer2014-03-07
* Remove unnecessary test for Darwin and update testcase to be a little lessAdrian Prantl2014-03-07
* Moved test file from test/MC/Mips to test/CodeGen/Mips.Sasa Stankovic2014-03-07
* DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functionsDavid Blaikie2014-03-07
* DebugInfo: Update test to cover linux (with a FIXME...) tooDavid Blaikie2014-03-07
* R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCCTom Stellard2014-03-07
* R600/SI: Custom lower i1 storesTom Stellard2014-03-07
* DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per ...David Blaikie2014-03-07
* ARM: Make .unreq directives case-insensitiveDuncan P. N. Exon Smith2014-03-07
* CodeGenPrep: sink extends of illegal types into use block.Tim Northover2014-03-07
* InstCombine: form shuffles from wider range of insert/extractelementsTim Northover2014-03-07
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Allow constant folding of round function whenever feasibleKarthik Bhat2014-03-07
* DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yetDavid Blaikie2014-03-07
* DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pcDavid Blaikie2014-03-07
* DebugInfo: Refactor test to not rely on fixed DIE offsetsDavid Blaikie2014-03-07
* DebugInfo: Improve test to not depend on the specific naming of temporary sym...David Blaikie2014-03-07
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-06
* Convert test to FileCheck.Rafael Espindola2014-03-06