aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Move llc + target triple tests into X86Andrew Trick2012-03-102-0/+0
* Don't try to filecheck bitcode.Benjamin Kramer2012-03-101-1/+1
* Make this transformation slightly less agressive and more correct.Bill Wendling2012-03-101-0/+35
* Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.Bill Wendling2012-03-101-0/+22
* Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby2012-03-091-0/+4
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-095-0/+56
* When identifying exit nodes for the reverse-CFG reverse-post-orderDan Gohman2012-03-092-4/+213
* Fix the x86 disassembler to at least print the lock prefix if it is the firstKevin Enderby2012-03-091-0/+5
* test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets.NAKAMURA Takumi2012-03-091-0/+11
* Eliminate switch cases that can never match, for example removes allDuncan Sands2012-03-091-1/+100
* Undo a previous restriction on the inline cost calculation which NickChandler Carruth2012-03-091-0/+41
* Fix a regression from r147481.Chad Rosier2012-03-091-0/+12
* Remove the no longer existent psp triple from a test.Benjamin Kramer2012-03-081-2/+1
* Test case for r152280, r152285 and r152290.Akira Hatanaka2012-03-081-0/+27
* Use llvm-mc instead of llc. Patch by Jack Carter.Rafael Espindola2012-03-071-5/+5
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-071-0/+46
* Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher2012-03-071-0/+27
* Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...Evan Cheng2012-03-061-4/+8
* Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.Eli Friedman2012-03-061-13/+21
* Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby2012-03-062-0/+14
* Add <imp-def> operands when reloading into physregs.Jakob Stoklund Olesen2012-03-061-0/+1
* Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames2012-03-061-0/+36
* ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach2012-03-051-0/+15
* Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.Eli Friedman2012-03-051-0/+22
* Remove a test case that no longer makes sense.Jakob Stoklund Olesen2012-03-051-105/+0
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-051-9/+41
* Make aliases for shld and shrd match gas. PR12173.Eli Friedman2012-03-051-6/+11
* Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen2012-03-041-0/+53
* Nick pointed out on IRC that GVN's propagateEquality wasn't propagatingDuncan Sands2012-03-041-0/+17
* Do trivial CSE of dead BBs during codegen preparation.Bill Wendling2012-03-044-5/+5
* Fix RA-dependent test.Jakob Stoklund Olesen2012-03-031-3/+3
* LVI: Recognize the form instcombine canonicalizes range checks into when form...Benjamin Kramer2012-03-021-0/+43
* Prevent obscure and incorrect tail-call optimization.Chad Rosier2012-03-021-0/+29
* Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher2012-03-021-8/+8
* Neuter the optimization I implemented with r107852 and r108258 which turn someEvan Cheng2012-03-011-33/+30
* Reorder the sections being output to reduce the number of assemblerEric Christopher2012-03-011-8/+8
* [Object]David Meyer2012-03-011-0/+15
* Change ARMInstPrinter::printPredicateOperand() so it will not abort if itKevin Enderby2012-03-011-0/+18
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-012-0/+82
* Trivial change to make the test use Use –mcpu=generic,Preston Gurd2012-03-012-4/+4
* Revert r151816 as Jim has the appropriate fix.Chad Rosier2012-03-012-4/+4
* Fix testcases from r151807.Chad Rosier2012-03-012-4/+4
* Add missing triple for tests.Jim Grosbach2012-03-012-2/+2
* Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...James Molloy2012-03-012-0/+30
* llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check".NAKAMURA Takumi2012-03-011-1/+2
* [Object]David Meyer2012-03-014-2/+48
* Don't redundantly copy implicit operands when rematerializing.Lang Hames2012-03-011-0/+58
* Fix flags for test in MC/MachO/ARM/empty-function-nop.llRichard Trieu2012-03-011-4/+4
* LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...Benjamin Kramer2012-02-291-4/+4
* Have GVN also do condition propagation when the right-hand side is notDuncan Sands2012-02-291-0/+57