Move generic isPrint and columnWidth implementations to a separate header/source...
[oota-llvm.git] / include /
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-09-04 Eric ChristopherUse Intrinsic::ID for the pattern match templates,...
2013-09-04 NAKAMURA TakumiMCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]
2013-09-03 Rafael EspindolaAdd r159136 back now that pr13124 has been fixed.
2013-09-03 Bill WendlingAdd comments to the CFI instructions and reformat with...
2013-09-03 Matt ArsenaultFix grammar
2013-09-03 Joerg SonnenbergerAdd a Python-like join function to merge a list of...
2013-09-03 Joey Gouly[MC] Revert part of my previous change, I was a bit...
2013-09-03 Eric ChristopherMigrate the DWARF_VERSION constant to 4. It largely...
2013-09-03 Joey Gouly[MC] AvailableFeatures needs to be a uint64_t to match...
2013-09-03 Daniel Sanders[mips][msa] Added IntrNoMem and removed Commutative...
2013-09-03 Daniel Sanders[mips][msa] Added IntrNoMem to the floating-point intri...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-31 Benjamin KramerFree PressureDiffs instead of leaking.
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-30 Andrew TrickUse LiveRangeQuery for instruction-level liveness queries.
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew TrickReplace LiveInterval::killedAt with isKilledAtInstr.
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-29 Manman RenDIBuilder: retain a type when created with a unique...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-29 Kaelyn UhrainFix the following error when NDEBUG is defined:
2013-08-29 Andrew TrickComment and revise the cyclic critical path code.
2013-08-29 Alexander KornienkoisCharInSet refactoring.
2013-08-29 Craig TopperMove StringToOffsetTable into the TableGen include...
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd useAA() to TargetSubtargetInfo
2013-08-28 Rui Ueyama[Object/COFF] Add coff_aux_weak_external.
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-28 Tim NorthoverARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
2013-08-28 Daniel Sanders[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
2013-08-28 Daniel Sanders[mips][msa] Added load/store intrinsics.
2013-08-28 Daniel Sanders[mips][msa] Added move.v
2013-08-28 Daniel Sanders[mips][msa] Added cfcmsa, and ctcmsa
2013-08-28 Daniel Sanders[mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs...
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-28 Argyrios Kyrtzidis[BumpPtrAllocator] Move DefaultSlabAllocator to a membe...
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-27 Manman RenDIBuilder: take an optional StringRef to pass in unique...
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Joey GoulyAdd an assertion to the fixed-size allocator to ensure...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-27 Shuxin Yang Add new API lto_codegen_compile_parallel().
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Alexey Samsonov[cmake] Check for realpath availability in CMake
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when lowering...
2013-08-25 Jakub StaszakFix #include guard.
2013-08-24 Saleem Abdulrasool[Support] fix compile with -Werror
2013-08-24 Saleem Abdulrasool[Support] add missing enumeration values
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-24 Dmitri GribenkoAdded const qualifier to StringRef::edit_distance membe...
2013-08-23 Andrew TrickPrintVRegOrUnit
2013-08-23 Andrew TrickAdd a convenient PSetIterator for visiting pressure...
2013-08-23 Andrew TrickAdds cyclic critical path computation and heuristics...
2013-08-23 Andrew TrickMI Sched: record local vreg uses.
2013-08-23 Andrew TrickRemove unused field.
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-08-23 Daniel Sanders[mips][msa] Few MSA Builtins have side-effects. Added...
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-22 Chandler CarruthAdd a new helper method to Value to strip in-bounds...
2013-08-22 Chandler CarruthClean up the doxygen formatting of the comments on...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-21 David MajnemerADT/Triple: Helper to determine if we are targeting...
2013-08-21 David BlaikieBasic unit tests for PointerUnion
2013-08-21 NAKAMURA TakumiMCFunction.h: Prune \returns to fix a warning in r18888...
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-21 Ahmed BougachaMC CFG: Support disassembly at arbitrary addresses...
2013-08-21 Ahmed BougachaMC CFG: Add an MCObjectSymbolizer in the MCObjectDisass...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler Mach-O implementation.
2013-08-21 Ahmed BougachaAdd Mach-O entry_point_command declaration.
2013-08-21 Ahmed BougachaMC CFG: Add "dynamic disassembly" support to MCObjectDi...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler support for entrypoint...
2013-08-21 Ahmed BougachaMC CFG: Split MCBasicBlocks to mirror atom splitting.
2013-08-21 Ahmed BougachaMC CFG: Add a few needed methods, mainly MCModule:...
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-21 Ahmed BougachaMC: Refactor ObjectSymbolizer to make relocation/sectio...
2013-08-21 Ahmed BougachaMC CFG: Add entrypoint address to MCModule.
2013-08-21 Ahmed BougachaMC CFG: Add more MCFunction container methods (find...
2013-08-21 Ahmed BougachaMC CFG: Keep pointer to parent MCModule in created...
2013-08-21 Ahmed BougachaMC CFG: uint64_t -> size_t for vector size.
2013-08-21 Ahmed BougachaMC CFG: Add a getter for MCDataAtom's data array.
2013-08-21 David MajnemerDebugInfo: Do not use the DWARF Version for the .debug_...
2013-08-21 Jakub StaszakMove #includes from .h to .cpp file.
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-20 Jakub StaszakFix include guards.
2013-08-20 Daniel Sanders[mips][msa] Removed fcge, fcgt, fsge, fsgt
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-20 Daniel Sanders[mips][msa] Added insve
2013-08-20 Daniel Sanders[mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor...
next