aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-16Replace ${:comment} with the comment symbol.Richard Osborne
2012-12-16Declare class DwarfDebug before use instead of relying on a forward declarationDmitri Gribenko
2012-12-16MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().NAKAMURA Takumi
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-15X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...Benjamin Kramer
2012-12-15Add a corollary test for PR14572. We got this code path correct already.Chandler Carruth
2012-12-15Relax an overly aggressive assert to fix PR14572.Chandler Carruth
2012-12-15Make '-mtune=x86_64' assume fast unaligned memory accesses.Chandler Carruth
2012-12-15Actually update the grammar of this sentence to reflect the removal of CellSPU.Chandler Carruth
2012-12-15Revert r170246, "Enable the loop vectorizer by default."NAKAMURA Takumi
2012-12-15This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler
2012-12-15To simplify some code move the unit emission into the holders.Eric Christopher
2012-12-15Use begin and end label names from the section for info.Eric Christopher
2012-12-14Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby
2012-12-14Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...Michael Ilseman
2012-12-14Enable the loop vectorizer by default.Nadav Rotem
2012-12-14TypeLegalizer: Do not generate target specific nodes with illegal types, beca...Nadav Rotem
2012-12-14Release notes for dragonegg 3.2.Duncan Sands
2012-12-14Fix a crash in ValueTracking on vectors of pointers. Nadav Rotem
2012-12-14This patch removes some nondeterminism from direct object file outputBill Schmidt
2012-12-14Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas
2012-12-14rdar://12753946Shuxin Yang
2012-12-14[CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
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