CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.
[oota-llvm.git] / lib /
2013-02-08 Tom StellardR600: Dump the function name when TargetLowering::Lower...
2013-02-08 Tom StellardR600: rework flow creation in the structurizer v2
2013-02-08 Tom StellardR600: fix loop analyses in the structurizer
2013-02-08 Tom StellardR600: fix PHI value adding in the structurizer
2013-02-08 Dan GohmanMinor cleanup.
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-08 Reed KotlerAdd the 16 bit version of addiu. To the assembler,...
2013-02-08 Hal FinkelDAGCombiner: Constant folding around pre-increment...
2013-02-08 Hal FinkelBBVectorize: Use TTI->getAddressComputationCost
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-08 Chad Rosier[SimplifyLibCalls] Library call simplification doen...
2013-02-08 Jakob Stoklund OlesenTypos.
2013-02-08 David TweedThe patch to fix some issues in r174543 fixed the lines...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-08 Michael KupersteinTest Commit
2013-02-08 Bill WendlingParse the attribute group reference on a function.
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-08 Bill WendlingUse ParseFnAttributeValuePairs instead of ParseOptional...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-02-07 Nadav Rotemfix 80-col violation and fix the docs.
2013-02-07 Akira Hatanaka[mips] Make Filler a class and reduce indentation.
2013-02-07 Eric ChristopherFormatting.
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-07 Will Schmidt[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
2013-02-07 Bill SchmidtConstrain PowerPC autovectorization to fix bug 15041.
2013-02-07 Akira Hatanaka[mips] Add definition of JALR instruction which has...
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Handle VGPR64 destination in copyPhysReg().
2013-02-07 Tom StellardR600/SI: Add pattern for mul.
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-02-07 Tom StellardR600/SI: add proper 64bit immediate support v2
2013-02-07 Tom StellardR600: Add an explicit default processor
2013-02-07 Michael IlsemanIdentify and simplify idempotent intrinsics. Test case...
2013-02-07 Arnold SchwaighoferLoop Vectorizer: Refactor Memory Cost Computation
2013-02-07 Tom StellardR600/SI: Use proper instructions for array/shadow samplers.
2013-02-07 Tom StellardR600/SI: Make sample intrinsic address parameter type...
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-07 Arnold SchwaighoferARM cost model: Add costs for vector selects
2013-02-07 Michel DanzerR600/SI: Add pattern for flog2
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 Tom StellardR600: Consolidate sub register indices.
2013-02-07 Tom StellardR600: Add support for SET*_DX10 instructions
2013-02-07 Tom StellardR600: Fix assembly name for SETGT_INT
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 Reed KotlerMake sure we call externals from libraries properly...
2013-02-07 Sean Silvatblgen: Diagnose duplicate includes.
2013-02-07 Michael GottesmanMoved some comments due to the recent refactoring of...
2013-02-07 Reed KotlerEnable jumps when in -static mode.
2013-02-07 NAKAMURA TakumiDWARFDebugFrame.cpp: Fix formatting on i686 hosts.
2013-02-07 Michael IlsemanPreserve fast-math flags after reassociation and commut...
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
2013-02-06 Owen AndersonSignficantly generalize our ability to constant fold...
2013-02-06 Joe AbbeyCode Custodian (trivial whitespace cleanup)
2013-02-06 Eric ChristopherClean up multiple skeleton compile units if we have...
2013-02-06 Eric ChristopherRemove some dead code.
2013-02-06 Akira Hatanaka[mips] Make NOP a pseudo instruction and expand it...
2013-02-06 Eli BenderskyThis is a follow-up on r174446, now taking Atom process...
2013-02-06 Bill SchmidtPPC calling convention cleanup.
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-06 Eli BenderskyAdd some comments to new frame entries
2013-02-06 Tim NorthoverAdd AArch64 CRC32 instructions
2013-02-06 Tim NorthoverAdd icache prefetch operations to AArch64
2013-02-06 Bill WendlingInitial submission for the attribute group feature.
2013-02-06 Craig TopperRemove extra blank line between closing curly brace...
2013-02-06 Craig TopperRemove unused private field to suppress a build warning.
2013-02-06 Jim GrosbachARM: Use MCTargetAsmParser::validateTargetOperandClass().
2013-02-06 Eli BenderskyFailing builds because a private class member is not...
2013-02-06 Eli BenderskyAdd virtual desctructor to FrameEntry to avoid error...
2013-02-06 Evan ChengTweak check to avoid integer overflow (for insanely...
2013-02-06 Bill WendlingAdd a 'StringRef' version of hasAttribute.
2013-02-06 Bill WendlingAdd methods to merge an AttrBuilder into another builder.
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-06 Eli BenderskyFix some formatting & add comments, following Eric...
2013-02-05 Bill WendlingAdd the target-dependent (string) attributes from the...
2013-02-05 Eli BenderskyAdd missing file to CMake list
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-02-05 Bill WendlingConvert to storing the attribute's internals as enums...
2013-02-05 Eli BenderskyMake sure the correct opcodes are used to SUB and ADD...
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Akira Hatanaka[mips] Do not use function CC_MipsN_VarArg unless the...
2013-02-05 Benjamin KramerInstCombine: Fix and simplify the inttoptr side too.
2013-02-05 Michael GottesmanRemoved explicit inline as per the LLVM style guide.
2013-02-05 Owen AndersonReapply r174343, with a fix for a scary DAG combine...
2013-02-05 Benjamin KramerInstCombine: Harden code to work with vectors of pointe...
2013-02-05 Jyotsna VermaHexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
2013-02-05 Benjamin KramerConstantFolding: Fix a crash when encoutering a truncat...
2013-02-05 Arnold SchwaighoferLoop Vectorizer: Refactor code to compute vectorized...
2013-02-05 Chad Rosier[SjLj Prepare] When demoting an invoke instructions...
2013-02-05 Jakob Stoklund OlesenRemove liveout lists from MachineRegisterInfo.
2013-02-05 Jakob Stoklund OlesenRemove special-casing of return blocks for liveness.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to AArch64 return instructions.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to XCore return instructions.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to Sparc return instructions.
2013-02-05 Jyotsna VermaHexagon: Use multiclass for absolute addressing mode...
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to MSP430 return instructions.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to Mips return instructions.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to PowerPC return instructions.
next