summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen2012-05-102-19/+38
* Rewrite ScalarEvolution::hasOperand to use an explicit worklist insteadDan Gohman2012-05-101-35/+50
* teach DSE and isInstructionTriviallyDead() about callocNuno Lopes2012-05-103-5/+26
* formatting change: strip debug info from testJoel Jones2012-05-101-293/+83
* ARM: peephole optimization to remove cmp instructionManman Ren2012-05-103-27/+161
* Fix a problem with incomplete equality testing of PHINodes in Joel Jones2012-05-102-1/+427
* Fix merge-typo and cleanupNadav Rotem2012-05-101-5/+3
* AVX2: Add an additional broadcast idiom.Nadav Rotem2012-05-102-2/+17
* Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...Nadav Rotem2012-05-102-4/+17
* Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick2012-05-101-4/+9
* ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach2012-05-101-2/+3
* Fix warning text.Jakob Stoklund Olesen2012-05-091-1/+1
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-092-1/+38
* Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen2012-05-092-0/+23
* Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen2012-05-092-10/+11
* objectsize:Nuno Lopes2012-05-092-66/+97
* Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier2012-05-091-0/+65
* Added a regress test for the bug #9964 before close it.Danil Malyshev2012-05-091-0/+9
* Mark .opd @progbits, thus avoiding a warning from asm.Roman Divacky2012-05-091-1/+1
* Set the default iOS version to 3.0.Chad Rosier2012-05-091-2/+4
* Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson2012-05-091-1/+1
* Don't return true on a function with a void return type.Chad Rosier2012-05-091-1/+1
* Add Triple::getiOSVersion.Chad Rosier2012-05-092-0/+26
* Introduce llvm-c function LLVMPrintModuleToFile.Hans Wennborg2012-05-092-0/+28
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-0913-45/+90
* Make it possible to switch off solution folders. VS Express does not supportManuel Klimek2012-05-091-1/+4
* Fixed a typoFilipe Cabecinhas2012-05-091-1/+1
* Supply a C interface to the "LinkModules" method.Bill Wendling2012-05-092-0/+57
* Remove unused variable to get rid of warning.Craig Topper2012-05-091-1/+1
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-092-0/+30
* Use ptr_rc_tailcall instead of GR32_TC.Jakob Stoklund Olesen2012-05-093-6/+7
* Make register FP allocatable if the compiled function does not have dynamicAkira Hatanaka2012-05-092-2/+47
* Expand 64-bit shifts if target ABI is O32.Akira Hatanaka2012-05-093-3/+112
* Remove unused variable to silence compiler warning.Richard Trieu2012-05-091-1/+0
* Do not install llvm-config-host for cross-builds of clang. rdar://11317847Bob Wilson2012-05-092-5/+8
* Miscellaneous accumulated cleanups.Dan Gohman2012-05-081-104/+78
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-085-76/+84
* add to 3.1 release notesSeth Cantrell2012-05-081-0/+1
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-082-9/+105
* Use a shared function for a common operation.Jakob Stoklund Olesen2012-05-081-26/+5
* Fix thinko in conditional.Eric Christopher2012-05-081-1/+1
* DAGCombiner should not change the type of an extract_vector index.Jim Grosbach2012-05-081-3/+4
* Remove empty directories.Daniel Dunbar2012-05-080-0/+0
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-083-12/+12
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-081-5/+15
* Update load/store instruction patterns in Hexagon V4.Sirish Pande2012-05-081-492/+492
* Formatting fixes.Akira Hatanaka2012-05-081-4/+4
* Define mips16 instruction formats.Akira Hatanaka2012-05-082-0/+636
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-083-4/+96
* Update comment.Eric Christopher2012-05-081-2/+2