summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Free PressureDiffs instead of leaking.Benjamin Kramer2013-08-31
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-30
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-30
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-30
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-30
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-30
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-29
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Fix the following error when NDEBUG is defined:Kaelyn Uhrain2013-08-29
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-29
* isCharInSet refactoring.Alexander Kornienko2013-08-29
* Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-29
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-29
* [Object/COFF] Add coff_aux_weak_external.Rui Ueyama2013-08-28
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-28
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-28
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-28
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-28
* [mips][msa] Added move.vDaniel Sanders2013-08-28
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-28
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-28
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-28
* [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...Argyrios Kyrtzidis2013-08-28
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-28
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-27
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-27
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-27
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-27
* Add an assertion to the fixed-size allocator to ensure that we don't requestJoey Gouly2013-08-27
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-27
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-27
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [cmake] Check for realpath availability in CMakeAlexey Samsonov2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* Fix #include guard.Jakub Staszak2013-08-25
* [Support] fix compile with -WerrorSaleem Abdulrasool2013-08-24
* [Support] add missing enumeration valuesSaleem Abdulrasool2013-08-24
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-24
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-24
* PrintVRegOrUnitAndrew Trick2013-08-23
* Add a convenient PSetIterator for visiting pressure sets affected by a register.Andrew Trick2013-08-23
* Adds cyclic critical path computation and heuristics, temporarily disabled.Andrew Trick2013-08-23