summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert r188188 and r188200.Shuxin Yang2013-08-12
* Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++...Michael Gottesman2013-08-12
* Fixed another place in CodeGen where we had a typo in our editor C++ filetype...Michael Gottesman2013-08-12
* [branchfolding] Fix typo in C++ editor declaration.Michael Gottesman2013-08-12
* Fix warning about unused member.Eric Christopher2013-08-12
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-12
* Move stack protector names to the same place.Bill Wendling2013-08-12
* [stack protector] Fixed typo.Michael Gottesman2013-08-12
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-12
* [stackprotector] Added intrinsic llvm.stackprotectorcheck.Michael Gottesman2013-08-12
* Misc enhancements to LTO:Shuxin Yang2013-08-12
* Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.Nadav Rotem2013-08-12
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-12
* This patch implements ei and di instructions for mips. Test cases are added.Vladimir Medic2013-08-12
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* Remove unused SpecialCaseList constructorsAlexey Samsonov2013-08-12
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-12
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-12
* Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-12
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-12
* [SystemZ] Add a definition of the IPM instructionRichard Sandiford2013-08-12
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Allow compatible extension attributes for tail callsTim Northover2013-08-12
* Remove global construction. const char* is sufficient here.Benjamin Kramer2013-08-12
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-12
* Fix big-endian handling of integer-to-vector bitcasts in InstCombineRichard Sandiford2013-08-12
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-11
* AVX-512: Added more tests for BROADCASTElena Demikhovsky2013-08-11
* AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.Elena Demikhovsky2013-08-11
* Re-instate r187323 which fast-tracks promotable allocas as soon as theChandler Carruth2013-08-11
* Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope withChandler Carruth2013-08-11
* Reformat some bits of AllocaPromoter and simplify the name and type ofChandler Carruth2013-08-11
* Incorrect JAL instruction attributes caused the optimizer to make a wrongReed Kotler2013-08-10
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-10
* [Sparc] Enable xword directive in sparcv9.Venkatraman Govindaraju2013-08-10
* Teach ValueTracking about address spacesMatt Arsenault2013-08-10
* R600/SI: FMA is faster than fmul and fadd for f64Niels Ole Salscheider2013-08-10
* R600/SI: Add FMA patternNiels Ole Salscheider2013-08-10
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-10
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-09
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-09
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-09
* [lit] Remove old ExamplesTests directory.Daniel Dunbar2013-08-09
* [lit] Move ManyTests examples to lit/examples/many-tests.Daniel Dunbar2013-08-09
* [lit] Drop deprecated aliases for lit and old module names.Daniel Dunbar2013-08-09
* [lit] Update lit's own tests to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-09