DebugInfo: Avoid re-looking up the DwarfUnit when emitting pubnames/pubtypes
[oota-llvm.git] / lib /
2014-03-11 David BlaikieDebugInfo: Avoid re-looking up the DwarfUnit when emitt...
2014-03-11 David BlaikieDebugInfo: Refactor emitDebugPubNames/Types into a...
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
2014-03-11 David BlaikieDebugInfo: Remove unused labels now that we just emit...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Sasa Stankovic[mips] Implement NaCl sandboxing of function calls:
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-11 Owen AndersonRange-ify a loop.
2014-03-11 Hans WennborgX86: Don't generate 64-bit movd after cmpneqsd in 32...
2014-03-11 Ulrich Weigand[ppc64] Patch in TOC restore code after all external...
2014-03-11 Saleem AbdulrasoolARM: honour -f{no-,}optimize-sibling-calls
2014-03-11 Saleem AbdulrasoolARM: remove ancient -arm-tail-calls option
2014-03-11 Saleem AbdulrasoolARM: enable tail call optimisation on Thumb 2
2014-03-11 Erik VerbruggenFix crash in PRE.
2014-03-11 Tim NorthoverARM: simplify EmitAtomicBinary64
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Erik VerbruggenGVN: fix hashing of extractvalue.
2014-03-11 Erik VerbruggenGVN: merge overflow intrinsics with non-overflow instru...
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
2014-03-11 Duncan P. N. Exon... Cleanup whitespace
2014-03-11 Matt ArsenaultR600: Calculate store mask instead of using switch.
2014-03-11 Jim GrosbachX86: Enable ISel of 16-bit MOVBE instructions.
2014-03-11 Evan ChengFollow up to r203488. Code clean up to eliminate a...
2014-03-11 Matt ArsenaultRemove incomplete comment
2014-03-11 Matt ArsenaultMove trivial getter into header.
2014-03-11 Matt ArsenaultUse .data() instead of &x[0]
2014-03-11 Matt ArsenaultFix indentation
2014-03-11 Matt ArsenaultFix non 2-space indentation.
2014-03-10 Duncan P. N. Exon... Module: Don't rename in getOrInsertFunction()
2014-03-10 Raul E. SilveraWhen analyzing vectors of element type that require...
2014-03-10 Diego NovilloUse discriminator information in sample profiles.
2014-03-10 Justin BognerIR: Slightly more verbose error in Verifier
2014-03-10 Benjamin KramerMemCpyOpt: When merging memsets also merge the trivial...
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-10 Sasa Stankovic[mips] Implement NaCl sandboxing of loads, stores and...
2014-03-10 Eli BenderskyMake sure NVPTX doesn't emit symbol names that aren...
2014-03-10 Tim Northoverllvm-c: expose unnamedaddr field of globals
2014-03-10 Reed KotlerFix regression with -O0 for mips .
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-10 Daniel Sanders[mips][fp64] Add an implicit def to MFHC1 claiming...
2014-03-10 Matheus Almeida[mips] Assembly parser must invoke the target streamer...
2014-03-10 Tim NorthoverAArch64: fix LowerCONCAT_VECTORS for new CodeGen.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-10 Chandler Carruth[AArch64] Fix a use of uninitialized memory introduced...
2014-03-10 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-10 Chandler Carruth[LCG] Ran clang-format over this too and it pointed...
2014-03-10 Chandler Carruth[PM] While I'm here, fix a few other clang-format issue...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-10 David MajnemerMC: Appease the buildbots
2014-03-10 David MajnemerMC: Cleanup MCSectionMachO::ParseSectionSpecifier
2014-03-09 Venkatraman Govind... [Sparc] Add support for decoding 'swap' instruction.
2014-03-09 Bob WilsonFix inconsistent whitespace.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Benjamin KramerStackColoring: Use range-based for loops.
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-09 Benjamin KramerSimplifyCFG: Simplify the weight scaling algorithm.
2014-03-09 Chandler Carruth[LCG] Simplify a bunch of the LCG code with range for...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 NAKAMURA TakumiRevert r203230, "CodeGenPrep: sink extends of illegal...
2014-03-09 Craig TopperDe-virtualize some methods since they don't override...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-09 Ahmed Charles[C++11] Fix break due to MSVC bug.
2014-03-09 Ahmed CharlesFix build break.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-03-08 Duncan P. N. Exon... Change else if => if after return, after r203265
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TA...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-07 Adam Nemet[DAGCombiner] Distribute TRUNC through AND in rotation...
2014-03-07 Adam Nemet[DAGCombiner] Recognize another rotation idiom
2014-03-07 Adam Nemet[DAGCombiner] Slightly improve readability of matchRota...
2014-03-07 Arnold SchwaighoferISel: Make VSELECT selection terminate in cases where...
2014-03-07 Adrian PrantlRemove unnecessary test for Darwin and update testcase...
2014-03-07 Eric ChristopherAdd a virtual destructor to quiet a warning.
2014-03-07 Owen AndersonRange-ify some for loops.
2014-03-07 Eric ChristopherActually add the header file.
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 Eric ChristopherAdd include guards and make public a few routines that...
2014-03-07 Eli BenderskyRemove unused method declaration
2014-03-07 Adrian PrantlRevert "Remove unnecessary check for Darwin. rdar:...
2014-03-07 Adrian PrantlRemove unnecessary check for Darwin. rdar://problem...
2014-03-07 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlin...
2014-03-07 Benjamin Kramer[C++11] Revert uses of lambdas with array_pod_sort.
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-07 Eric ChristopherFix up formatting.
2014-03-07 Tom StellardR600/SI: Using SGPRs is illegal for instructions that...
2014-03-07 Tom StellardR600/SI: Custom lower i1 stores
2014-03-07 Benjamin Kramer[C++11] DwarfDebug: Turn single-use functors into lambdas.
2014-03-07 Benjamin Kramer[C++11] DwarfDebug: Use range-based for loops.
next