summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-07
* Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher2012-03-07
* Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...Evan Cheng2012-03-06
* Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.Eli Friedman2012-03-06
* Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby2012-03-06
* Add <imp-def> operands when reloading into physregs.Jakob Stoklund Olesen2012-03-06
* Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames2012-03-06
* ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach2012-03-05
* Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.Eli Friedman2012-03-05
* Remove a test case that no longer makes sense.Jakob Stoklund Olesen2012-03-05
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-05
* Make aliases for shld and shrd match gas. PR12173.Eli Friedman2012-03-05
* Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen2012-03-04
* Nick pointed out on IRC that GVN's propagateEquality wasn't propagatingDuncan Sands2012-03-04
* Do trivial CSE of dead BBs during codegen preparation.Bill Wendling2012-03-04
* Fix RA-dependent test.Jakob Stoklund Olesen2012-03-03
* LVI: Recognize the form instcombine canonicalizes range checks into when form...Benjamin Kramer2012-03-02
* Prevent obscure and incorrect tail-call optimization.Chad Rosier2012-03-02
* Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher2012-03-02
* Neuter the optimization I implemented with r107852 and r108258 which turn someEvan Cheng2012-03-01
* Reorder the sections being output to reduce the number of assemblerEric Christopher2012-03-01
* [Object]David Meyer2012-03-01
* Change ARMInstPrinter::printPredicateOperand() so it will not abort if itKevin Enderby2012-03-01
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-01
* Trivial change to make the test use Use –mcpu=generic,Preston Gurd2012-03-01
* Revert r151816 as Jim has the appropriate fix.Chad Rosier2012-03-01
* Fix testcases from r151807.Chad Rosier2012-03-01
* Add missing triple for tests.Jim Grosbach2012-03-01
* Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...James Molloy2012-03-01
* llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check".NAKAMURA Takumi2012-03-01
* [Object]David Meyer2012-03-01
* Don't redundantly copy implicit operands when rematerializing.Lang Hames2012-03-01
* Fix flags for test in MC/MachO/ARM/empty-function-nop.llRichard Trieu2012-03-01
* LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...Benjamin Kramer2012-02-29
* Have GVN also do condition propagation when the right-hand side is notDuncan Sands2012-02-29
* Testcase for r151691.Bill Wendling2012-02-29
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-28
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* LegalizeIntegerTypes: Reenable the large shift with small amount optimization.Benjamin Kramer2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Fix a bug in the code that builds SDNodes from vector GEPs.Nadav Rotem2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Reverted r152620 - DSE: Shorten memset when a later store overwrites the star...Pete Cooper2012-02-28
* DSE: Shorten memset when a later store overwrites the start of itPete Cooper2012-02-28
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-28
* Handle regmasks in MachineCSE.Jakob Stoklund Olesen2012-02-28
* Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen2012-02-28
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling2012-02-27