Add a configure option to pass -std=c++11 on the command line.
[oota-llvm.git] / lib /
2012-08-03 Jakob Stoklund OlesenDelete dead function.
2012-08-03 Jakob Stoklund OlesenDon't delete dead code in TwoAddressInstructionPass.
2012-08-03 Gabor Greifallow 'make CPPFLAGS=<something>' work again
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-08-03 Bob WilsonAdd new getLibFunc method to TargetLibraryInfo.
2012-08-03 Jush Lu[arm-fast-isel] Add support for shl, lshr, and ashr.
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-08-03 Eric ChristopherAdd support for the ARM GHC calling convention, this...
2012-08-02 Jim GrosbachARM: Tidy up. Remove unused template parameters.
2012-08-02 Jim GrosbachARM: More InstAlias refactors to use #NAME#.
2012-08-02 Jim GrosbachARM: Refactor instaliases using TableGen support for...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Jim GrosbachTableGen: Allow use of #NAME# outside of 'def' names.
2012-08-02 Jakob Stoklund OlesenCompute the critical path length through a trace.
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-08-02 Akira HatanakaSet transient stack alignment in constructor of MipsFra...
2012-08-02 Jakob Stoklund OlesenVerify regunit intervals along with virtreg intervals.
2012-08-02 Jakob Stoklund OlesenAvoid creating dangling physreg live ranges during...
2012-08-02 Jakob Stoklund OlesenAdd report() functions that take a LiveInterval argument.
2012-08-02 Hongbin ZhengImplement the block_iterator of Region based on df_iter...
2012-08-02 Nuno LopesJIT::runFunction(): add a fast path for functions with...
2012-08-02 Jiangning LiuSupport fpv4 for ARM Cortex-M4.
2012-08-02 Jiangning LiuFix #13035, a bug around Thumb instruction LDRD/STRD...
2012-08-02 Jiangning LiuFix #13138, a bug around ARM instruction DSB encoding...
2012-08-02 Jiangning LiuFix #13241, a bug around shift immediate operand for...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Jakob Stoklund OlesenExtract some methods from verifyLiveIntervals.
2012-08-01 Jakob Stoklund OlesenAlso verify RegUnit intervals at uses.
2012-08-01 Manman RenX86: mark GATHER instructios as mayLoad
2012-08-01 Jakob Stoklund OlesenCompute instruction heights through a trace.
2012-08-01 Jim GrosbachARM: Remove redundant instalias.
2012-08-01 Jim GrosbachClean up formatting.
2012-08-01 Jim GrosbachTidy up.
2012-08-01 Chad RosierWhitespace.
2012-08-01 Eric ChristopherTemporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8...
2012-08-01 Nuno Lopesremove tabs from my previous commit.
2012-08-01 Nuno Lopes(hopefuly) fix the remaining cases where null wasnt...
2012-08-01 Jakob Stoklund OlesenAdd DataDep constructors. Explicitly check SSA form.
2012-08-01 Elena DemikhovskyAdded FMA functionality to X86 target.
2012-08-01 Nick LewyckyStay rational; don't assert trying to take the square...
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-08-01 Akira HatanakaImplement MipsJITInfo::replaceMachineCodeForFunction.
2012-08-01 Akira HatanakaRemove unused variable.
2012-07-31 Akira HatanakaImplement MipsSERegisterInfo::eliminateCallFramePseudoI...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsRegisterInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaAdd Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsInstrInfo...
2012-07-31 Akira HatanakaDelete mips64 target machine classes. mips target machi...
2012-07-31 Akira HatanakaLet PEI::calculateFrameObjectOffsets compute the final...
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-07-31 Jakob Stoklund OlesenCompute instruction depths through the current trace.
2012-07-31 Jakob Stoklund OlesenRename CT -> MTM. MachineTraceMetrics is abbreviated...
2012-07-31 Akira HatanakaDefine ADJCALLSTACKDOWN/UP nodes. These nodes are emitt...
2012-07-31 Akira HatanakaChange name of class MipsInst to InstSE to distinguish...
2012-07-31 Akira HatanakaWhen store nodes or memcpy nodes are created to copy...
2012-07-31 Chad Rosier[x86 frame lowering] In 32-bit mode, use ESI as the...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-07-31 Micah VillmowConform to LLVM coding style.
2012-07-31 Micah VillmowDon't generate ordered or unordered comparison operatio...
2012-07-31 Craig TopperMake INSTRUCTION_SPECIFIER_FIELDS match X86Disassembler...
2012-07-31 Craig TopperTidy up trailing whitespace
2012-07-31 Craig TopperTidy up trailing whitespace
2012-07-31 Jakob Stoklund OlesenClear kill flags in removeCopyByCommutingDef().
2012-07-31 Manman RenReverse order of the two branches at end of a basic...
2012-07-30 Andrew TrickUse the latest MachineRegisterInfo APIs. No functionality.
2012-07-30 Andrew TrickInline MachineRegisterInfo::hasOneUse
2012-07-30 Jakob Stoklund OlesenAvoid looking at stale data in verifyAnalysis().
2012-07-30 Jakob Stoklund OlesenAllow traces to enter nested loops.
2012-07-30 Jim GrosbachKeep empty assembly macro argument values in the middle...
2012-07-30 Jakob Stoklund OlesenClarify invalidation strategy in comment.
2012-07-30 Jakob Stoklund OlesenAssert that all trace candidate blocks have been visite...
2012-07-30 Jakob Stoklund OlesenHook into PassManager's analysis verification.
2012-07-30 Pete CooperConsider address spaces for hashing and CSEing DAG...
2012-07-30 Kevin EnderbyFix a bug in ARMMachObjectWriter::RecordRelocation...
2012-07-30 Jakob Stoklund OlesenAdd MachineInstr::isTransient().
2012-07-30 Jakob Stoklund OlesenAdd MachineTraceMetrics::verify().
2012-07-30 Jakob Stoklund OlesenVerify that the CFG hasn't changed during invalidate().
2012-07-30 Jakob Stoklund OlesenAdd MachineBasicBlock::isPredecessor().
2012-07-30 Nadav RotemWhen constant folding GEP expressions, keep the address...
2012-07-30 Craig TopperMark MOVZX16/MOVSX16 as neverHasSideEffects/mayLoad
2012-07-30 Craig TopperMark MOVZX32_NOREX as isCodeGenOnly and neverHasSideEff...
2012-07-30 Craig TopperGive VCVTTPD2DQ priority over CVTTPD2DQ.
2012-07-30 Craig TopperFix patterns for CVTTPS2DQ to specify SSE2 instead...
2012-07-30 Craig TopperFix up patterns for VCVTSS2SD. Specifically give it...
2012-07-29 Craig TopperFix load types on intrinsic forms of SS2SD and SD2SS...
2012-07-29 Craig TopperMove more SSE/AVX convert instruction patterns into...
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-28 Craig TopperFold patterns for some of the SSE/AVX convert instructi...
2012-07-28 Craig TopperMark some of the SSE/AVX convert instructions as mayLoa...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-28 Craig TopperMake CVTSS2SI instruction definition consistent with...
2012-07-28 Craig TopperFix up memory load types for SSE scalar convert intrins...
2012-07-28 Manman RenX86 Peephole: fix PR13475 in optimizeCompare.
2012-07-28 Andrew TrickReenable a basic SSA DAG builder optimization.
2012-07-27 Jakob Stoklund OlesenAdd more debug output to MachineTraceMetrics.
2012-07-27 Jakob Stoklund OlesenKeep track of the head and tail of the trace through...
next