summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* RegPressure: API for speculatively checking instruction pressure.Andrew Trick2012-05-10
* RegPressure: fix array index iteration style.Andrew Trick2012-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
* Rewrite ScalarEvolution::hasOperand to use an explicit worklist insteadDan Gohman2012-05-10
* teach DSE and isInstructionTriviallyDead() about callocNuno Lopes2012-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
* Fix merge-typo and cleanupNadav Rotem2012-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
* ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach2012-05-10
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-09
* objectsize:Nuno Lopes2012-05-09
* Mark .opd @progbits, thus avoiding a warning from asm.Roman Divacky2012-05-09
* Set the default iOS version to 3.0.Chad Rosier2012-05-09
* Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson2012-05-09
* Don't return true on a function with a void return type.Chad Rosier2012-05-09
* Add Triple::getiOSVersion.Chad Rosier2012-05-09
* Introduce llvm-c function LLVMPrintModuleToFile.Hans Wennborg2012-05-09
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Supply a C interface to the "LinkModules" method.Bill Wendling2012-05-09
* Remove unused variable to get rid of warning.Craig Topper2012-05-09
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-09
* Use ptr_rc_tailcall instead of GR32_TC.Jakob Stoklund Olesen2012-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
* Remove unused variable to silence compiler warning.Richard Trieu2012-05-09
* Miscellaneous accumulated cleanups.Dan Gohman2012-05-08
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-08
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-08
* Use a shared function for a common operation.Jakob Stoklund Olesen2012-05-08
* Fix thinko in conditional.Eric Christopher2012-05-08
* DAGCombiner should not change the type of an extract_vector index.Jim Grosbach2012-05-08
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-08
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-08
* Update load/store instruction patterns in Hexagon V4.Sirish Pande2012-05-08
* Formatting fixes.Akira Hatanaka2012-05-08
* Define mips16 instruction formats.Akira Hatanaka2012-05-08
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-08
* remove autoupgrade code for old function attributes format.Nuno Lopes2012-05-08
* remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...Nuno Lopes2012-05-08
* s/CSR_Ghc/CSR_NoRegs/Jakob Stoklund Olesen2012-05-08
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-08
* Calling ReassociateExpression recursively is extremely dangerous since it willDuncan Sands2012-05-08
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-08
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-08
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-08
* Allow NULL LoopPassManager argument in UnrollLoop. PR12734.Andrew Trick2012-05-08
* Extract methods for joining physregs.Jakob Stoklund Olesen2012-05-08