aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-123-6/+8
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-122-3/+5
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-111-0/+16
* Use regular expression to match register names. Akira Hatanaka2012-05-111-1/+1
* [fast-isel] Add support for selecting @llvm.trap().Chad Rosier2012-05-111-0/+12
* Hexagon constant extender support.Brendon Cahoon2012-05-112-4/+74
* [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier2012-05-111-1/+1
* [fast-isel] Cleaner fix for when we're unable to handle a non-double multi-regChad Rosier2012-05-111-0/+17
* objectsize: add a few more tests and fix a bugNuno Lopes2012-05-111-0/+55
* Fix test/CodeGen/X86/tls-pie.ll.Hans Wennborg2012-05-111-1/+1
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-111-4/+13
* Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2012-05-112-0/+67
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-111-0/+3
* Fix a minor logic mistake transforming compares in instcombine. PR12514.Eli Friedman2012-05-111-0/+15
* ARM: peephole optimization to remove cmp instructionManman Ren2012-05-111-0/+34
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-111-2/+14
* objectsize: add support for GEPs with non-constant indexesNuno Lopes2012-05-101-0/+25
* Add support for the 'X' inline asm operand modifier.Eric Christopher2012-05-101-0/+15
* Hexagon V5 FP Support.Sirish Pande2012-05-1015-0/+343
* Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman2012-05-101-0/+10
* Revert: 156550 "ARM: peephole optimization to remove cmp instruction"Manman Ren2012-05-101-34/+0
* teach DSE and isInstructionTriviallyDead() about callocNuno Lopes2012-05-101-1/+9
* formatting change: strip debug info from testJoel Jones2012-05-101-293/+83
* ARM: peephole optimization to remove cmp instructionManman Ren2012-05-101-0/+34
* Fix a problem with incomplete equality testing of PHINodes in Joel Jones2012-05-101-0/+419
* AVX2: Add an additional broadcast idiom.Nadav Rotem2012-05-101-0/+12
* Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...Nadav Rotem2012-05-101-0/+17
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-091-0/+34
* objectsize:Nuno Lopes2012-05-091-11/+1
* Added a regress test for the bug #9964 before close it.Danil Malyshev2012-05-091-0/+9
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-0910-33/+49
* Fixed a typoFilipe Cabecinhas2012-05-091-1/+1
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-091-0/+20
* Make register FP allocatable if the compiled function does not have dynamicAkira Hatanaka2012-05-091-0/+39
* Expand 64-bit shifts if target ABI is O32.Akira Hatanaka2012-05-091-0/+29
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-081-0/+76
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-081-0/+89
* Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", thisDaniel Dunbar2012-05-081-1/+42
* [tests] Remove some remaining DejaGNU related cruft.Daniel Dunbar2012-05-081-42/+1
* Calling ReassociateExpression recursively is extremely dangerous since it willDuncan Sands2012-05-082-0/+110
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-081-33/+0
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-081-0/+24
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-081-0/+33
* Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.Owen Anderson2012-05-071-0/+18
* Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...Owen Anderson2012-05-071-0/+16
* Fix a regression from r147481. This combine should only happen if there is aChad Rosier2012-05-071-1/+2
* X86: optimization for -(x != 0)Manman Ren2012-05-071-0/+30
* Add support for the 'l' constraint.Eric Christopher2012-05-071-0/+11
* Add support for the 'c' constraint.Eric Christopher2012-05-071-1/+7
* Add support for the 'P' constraint.Eric Christopher2012-05-072-0/+22