summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-07
* Eliminate trivial redundant loads across nocapture+readonly calls to uncapturedNick Lewycky2013-07-07
* SLPVectorizer: Implement DCE as part of vectorization.Nadav Rotem2013-07-07
* [objc-arc] Remove the alias analysis part of r185764.Michael Gottesman2013-07-07
* [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...Michael Gottesman2013-07-07
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-06
* Proper va_arg/va_copy lowering on win64Nico Rieck2013-07-06
* Fix alignment of unwind data.Kai Nacke2013-07-06
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-06
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-06
* DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.Benjamin Kramer2013-07-06
* Stop putting operations after a tail call.Tim Northover2013-07-06
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B testDavid Majnemer2013-07-06
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* [TRE] Combined another test into basic.llMichael Gottesman2013-07-05
* [TRE] Merged several tests into the the test basic.ll.Michael Gottesman2013-07-05
* ARM: Add a pack pattern for matching arithmetic shift rightArnold Schwaighofer2013-07-05
* ARM: Fix incorrect pack patternArnold Schwaighofer2013-07-05
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-05
* Fix double renaming bug in stack coloring passRichard Sandiford2013-07-05
* [SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford2013-07-05
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-05
* [SystemZ] Allocate a second register scavenging slotRichard Sandiford2013-07-05
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-05
* [PowerPC] Make test case buildable with GNU asUlrich Weigand2013-07-05
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-05
* InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)David Majnemer2013-07-05
* DebugInfo: Consider global variables without locations to be validDavid Blaikie2013-07-04
* MC: Add .section directive to COFFNico Rieck2013-07-04
* InstCombine: Reimplementation of visitUDivOperandDavid Majnemer2013-07-04
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-04
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-04
* Add 'not' in front of a command that is expected to fail.Rafael Espindola2013-07-04
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-04
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-04
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-04
* SimplifyCFG: Teach switch generation some patterns that instcombine forms.Benjamin Kramer2013-07-04
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-04
* [ARM] Improve the instruction selection of vector loads.Quentin Colombet2013-07-03
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-03
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-03
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-03
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-03
* Remove another old test.Rafael Espindola2013-07-03
* Remove test for the old EH system. It doesn't parse anymore.Rafael Espindola2013-07-03
* Fix test: It was missing run lines and llvm-dis has no -disable-verify option.Rafael Espindola2013-07-03
* Add support for gnu archives with a string table and no symtab.Rafael Espindola2013-07-03
* Make llvm-nm return 1 on error.Rafael Espindola2013-07-03