Fix the DWARF EH encodings for Sparc PIC code.
[oota-llvm.git] / lib /
2014-01-28 Jakob Stoklund OlesenFix the DWARF EH encodings for Sparc PIC code.
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2014-01-28 Reid Klecknerx86: add implicit defs for cpuid
2014-01-28 Chandler Carruth[LPM] Fix PR18616 where the shifts to the loop pass...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-28 Arnold SchwaighoferLoopVectorize: Support conditional stores by scalarizing
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-27 Eric ChristopherReformat slightly.
2014-01-27 Manman RenPGO branch weight: keep halving the weights until they...
2014-01-27 Mark SeabornFix the "#ifndef HAVE_SYS_WAIT_H" code path in Program...
2014-01-27 Mark SeabornARM MC: Fix the initial DWARF CFI unwind info at the...
2014-01-27 Matt ArsenaultFix sext(setcc) -> select_cc using wrong type for setcc.
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2014-01-27 Gautam Chakrabartitest commit: add minor comment
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-27 Chandler Carruth[vectorize] Initial version of respecting PGO in the...
2014-01-27 Benjamin KramerConstantHoisting: We can't insert instructions directly...
2014-01-27 Benjamin KramerXCore: Fix typo in function name.
2014-01-27 Chandler Carruth[vectorizer] Add an override for the target instruction...
2014-01-27 Chandler Carruth[vectorizer] Simplify code to use existing helpers...
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-27 Chandler Carruth[vectorizer] Add some flags which are useful for conduc...
2014-01-27 Chandler Carruth[vectorizer] Fix a trivial oversight where we always...
2014-01-27 Nick LewyckyFix crasher introduced in r200203 and caught by a libc...
2014-01-27 Nick LewyckyTeach SCEV to handle more cases of 'and X, CST', specif...
2014-01-27 Stepan DyatkovskiyFix for PR18102.
2014-01-27 Chandler Carruth[vectorizer] Clean up the handling of unvectorized...
2014-01-27 Michel DanzerR600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructions
2014-01-27 Michel DanzerR600/SI: Add intrinsic for S_SENDMSG instruction
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Rafael EspindolaPrint .mask and .fmask with the target streamer.
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-27 Rafael EspindolaPrint .frame via the target streamer.
2014-01-27 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-27 Kevin QinRevert r199791.
2014-01-27 Rafael EspindolaUse SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.
2014-01-27 Rafael EspindolaRemove dead code.
2014-01-27 Rafael EspindolaAdd back spaces I missed in the conversion to emitRawCo...
2014-01-27 Rafael EspindolaUse emitRawComment instead of EmitRawText.
2014-01-27 Rafael EspindolaAdd missing file.
2014-01-26 Rafael EspindolaAdd a XCoreTargetStreamer and port over the simple...
2014-01-26 Saleem AbdulrasoolARM: improve diagnostics for .word directive
2014-01-26 Saleem AbdulrasoolAsmParser: improve diagnostics for invalid variants
2014-01-26 Saleem AbdulrasoolMC: whitespace
2014-01-26 Alp TokerAvoid C++ comment in C sources
2014-01-26 Evan ChengFollow up of r200095. Code clean up.
2014-01-26 Jakob Stoklund OlesenClean up the Legal/Expand logic for SPARC popc.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Jakob Stoklund OlesenOnly generate the popc instruction for SPARC CPUs that...
2014-01-26 Jakob Stoklund OlesenFix swapped CASA operands.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-26 Venkatraman Govind... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
2014-01-26 Rafael EspindolaConvert some easy uses of EmitRawText to TargetStreamer...
2014-01-26 Craig TopperImprove some x86 type constraints.
2014-01-26 Jiangning LiuImprove pattern match from v1i8 to v1i32 for AArch64...
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-26 Jiangning LiuImplement pattern match from v1xx to v1xx for AArch64...
2014-01-26 Venkatraman Govind... [Sparc] Add support for sparc relocation types in ELF...
2014-01-26 Kevin Qin[AArch64 NEON] Add patterns for concat_vector on v2i32.
2014-01-26 Kevin Qin[AArch64 NEON] Fix pattern match failed on FP_ROUND...
2014-01-25 Craig TopperSet displacementSize to 1 for instrucitons with mod...
2014-01-25 Evan ChengClean up hack which is no longer needed after r198617...
2014-01-25 Hal FinkelDisable the use of TBAA when using AA in CodeGen
2014-01-25 Hal FinkelAdd combiner-aa-only-func (debug only)
2014-01-25 Hal FinkelImprove descriptions of combiner-alias-analysis and...
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Chandler Carruth[LPM] Conclude my immediate work by making the LoopVect...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-25 Rafael EspindolaRemove an easy use of EmitRawText from PPC.
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Reid KlecknerFix llvm-dis to print the inalloca bit on allocas.
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-24 Ana Pazos[AArch64] Removed unused i8 type from FPR8 register...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Hal FinkelFix DAGCombiner::GatherAllAliases to account for non...
2014-01-24 Benjamin KramerInstCombine: Don't try to use aggregate elements of...
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Hal FinkelRestrict FindBetterChain DAG combines to unindexed...
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-24 Alp TokerFix known typos
2014-01-24 Benjamin KramerInstSimplify: Make shift, select and GEP simplification...
2014-01-24 Rafael EspindolaUnify duplicated functions.
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-24 NAKAMURA TakumiDWARFContext: Fix possible memory leak since r198908.
2014-01-24 Eric ChristopherRevert "Use DW_AT_high_pc and DW_AT_low_pc for the...
2014-01-24 Eric ChristopherUse DW_AT_high_pc and DW_AT_low_pc for the high and...
2014-01-24 Kevin Qin[AArch64 NEON] Fix a bug in implementing register copy...
2014-01-24 Venkatraman Govind... [SparcV9] Add support for JIT in Sparc64.
2014-01-24 Juergen Ributzka[X86] Prevent the creation of redundant ops for sadd...
2014-01-24 Jakob Stoklund OlesenImplement atomicrmw operations in 32 and 64 bits for...
2014-01-24 Venkatraman Govind... [Sparc] Correct quad register list in the asm parser.
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-24 Rafael EspindolaMost streamers' InitSections just create a text section...
2014-01-24 Rafael EspindolaUse the actual .text section, it is less code than...
next