summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix PR12821.Jakob Stoklund Olesen2012-05-14
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-12
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-12
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-12
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-12
* Fix test cases.Akira Hatanaka2012-05-12
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-12
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-12
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-11
* Use regular expression to match register names. Akira Hatanaka2012-05-11
* [fast-isel] Add support for selecting @llvm.trap().Chad Rosier2012-05-11
* Hexagon constant extender support.Brendon Cahoon2012-05-11
* [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier2012-05-11
* [fast-isel] Cleaner fix for when we're unable to handle a non-double multi-regChad Rosier2012-05-11
* objectsize: add a few more tests and fix a bugNuno Lopes2012-05-11
* Fix test/CodeGen/X86/tls-pie.ll.Hans Wennborg2012-05-11
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-11
* Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2012-05-11
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-11
* Fix a minor logic mistake transforming compares in instcombine. PR12514.Eli Friedman2012-05-11
* ARM: peephole optimization to remove cmp instructionManman Ren2012-05-11
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-11
* objectsize: add support for GEPs with non-constant indexesNuno Lopes2012-05-10
* Add support for the 'X' inline asm operand modifier.Eric Christopher2012-05-10
* Hexagon V5 FP Support.Sirish Pande2012-05-10
* Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman2012-05-10
* Revert: 156550 "ARM: peephole optimization to remove cmp instruction"Manman Ren2012-05-10
* teach DSE and isInstructionTriviallyDead() about callocNuno Lopes2012-05-10
* formatting change: strip debug info from testJoel Jones2012-05-10
* ARM: peephole optimization to remove cmp instructionManman Ren2012-05-10
* Fix a problem with incomplete equality testing of PHINodes in Joel Jones2012-05-10
* AVX2: Add an additional broadcast idiom.Nadav Rotem2012-05-10
* Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...Nadav Rotem2012-05-10
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-09
* objectsize:Nuno Lopes2012-05-09
* Added a regress test for the bug #9964 before close it.Danil Malyshev2012-05-09
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Fixed a typoFilipe Cabecinhas2012-05-09
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-09
* Make register FP allocatable if the compiled function does not have dynamicAkira Hatanaka2012-05-09
* Expand 64-bit shifts if target ABI is O32.Akira Hatanaka2012-05-09
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-08