aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-14Fix lint warnings in MemorySanitizer.cpp.Evgeniy Stepanov
2012-12-14The CellSPU backend is more than experimental, it's dead now...Chandler Carruth
2012-12-14Remove a section that was in 3.1's notes.Chandler Carruth
2012-12-14[msan] Origin stores and loads do not need explicit alignment.Evgeniy Stepanov
2012-12-14Remove several entries from the 3.2 release notes that were in the 3.1Chandler Carruth
2012-12-14Fix the order of these sections of the release notes.Chandler Carruth
2012-12-14Add a rough draft of some content about the new SROA. I'll try to proofChandler Carruth
2012-12-14Delete a long-stale "if its ready" comment. All indications is that thisChandler Carruth
2012-12-14Provide some actual highlight bullets for Clang.Chandler Carruth
2012-12-14[msan] Refactor default shadow propagation and origin tracking.Evgeniy Stepanov
2012-12-14Change TargetLowering::getLoadExtAction to take an MVT, instead ofPatrik Hagglund
2012-12-14revert r170166 - disable the loop vectorizer.Nadav Rotem
2012-12-14Enable the loop vectorizer.Nadav Rotem
2012-12-14Disable the loop vectorizer.Nadav Rotem
2012-12-13Use the new MI bundling API in MachineInstrBundle itself.Jakob Stoklund Olesen
2012-12-13Remove two popcount patterns which we are already able to recognize.Shuxin Yang
2012-12-13Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...Nadav Rotem
2012-12-13Debug Info: add support to mark member variables as artificialDavid Blaikie
2012-12-13fix comment.Chris Lattner
2012-12-13This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt
2012-12-13Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.Patrik Hagglund
2012-12-13docs: Improve discussion of syntax highlighting.Sean Silva
2012-12-13Documentation: CompilerWriterInfo.rst: update link to Intel documentationDmitri Gribenko
2012-12-13Fix warnings with -DNDEBUGTom Stellard
2012-12-13This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt
2012-12-13Change TargetLowering::getRepRegClassFor to take an MVT, instead ofPatrik Hagglund
2012-12-13Add options to disable building of ARCMT, Rewriter and Static AnalyzerRoman Divacky
2012-12-13Fix spellingJoel Jones
2012-12-13JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi
2012-12-13Revert r170020, "Simplify negated bit test", for now.NAKAMURA Takumi
2012-12-13Add a dummy documentation file to unbreak 'make install'. We need to find howDmitri Gribenko
2012-12-13Revert "Restore the PHI optimization I accidently removed" temporarily sinceEric Christopher
2012-12-13Revert "Add a funciton to get the segment name of a section."Eric Christopher
2012-12-13Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund
2012-12-13Add a funciton to get the segment name of a section.Rafael Espindola
2012-12-13Missed these calls from the previous rename somehow.Rafael Espindola
2012-12-13Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.Rafael Espindola
2012-12-13[mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka
2012-12-13Pattern matching code for intrinsics.Michael Ilseman
2012-12-13Remove extraneous debugging code.Eric Christopher
2012-12-13Use default label name for a section in emitting abbreviationEric Christopher
2012-12-13Add a way of printing out an arbitrary label name for a sectionEric Christopher
2012-12-13m_CombineOr and m_CombineAnd pattern combinatorsMichael Ilseman
2012-12-13Define getHostCPUFeatures for ARM Linux platformHao Liu
2012-12-13[mips] Delete all floating point instruction classes that are no longer used.Akira Hatanaka
2012-12-13Make this Lit config file a bit slimmerEli Bendersky
2012-12-13[mips] Modify definitions of floating point conditional move instructions.Akira Hatanaka
2012-12-13Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...Evan Cheng
2012-12-13[mips] Modify definitions of floating point comparison instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of floating point branch instructions.Akira Hatanaka