aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix grammarMatt Arsenault2013-09-031-3/+3
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-031-0/+43
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-031-3/+3
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-031-1/+1
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-032-6/+6
* [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-031-28/+28
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-031-96/+100
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-014-503/+53
* Free PressureDiffs instead of leaking.Benjamin Kramer2013-08-311-0/+1
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-302-0/+6
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-301-15/+0
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-303-2/+12
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-301-6/+7
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-301-3/+2
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-303-25/+115
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-291-1/+4
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-1/+6
* Fix the following error when NDEBUG is defined:Kaelyn Uhrain2013-08-291-3/+0
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-292-3/+3
* isCharInSet refactoring.Alexander Kornienko2013-08-292-62/+63
* Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-291-0/+83
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-291-14/+0
* Add getUnrollingPreferences to TTIHal Finkel2013-08-291-0/+14
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-291-0/+4
* [Object/COFF] Add coff_aux_weak_external.Rui Ueyama2013-08-281-0/+6
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-1/+3
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-281-1/+1
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-281-6/+0
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-281-0/+24
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-281-0/+52
* [mips][msa] Added move.vDaniel Sanders2013-08-281-0/+3
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-281-0/+6
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-281-0/+139
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-7/+0
* [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...Argyrios Kyrtzidis2013-08-281-6/+9
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-3/+1
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-1/+3
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-271-9/+15
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+7
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-271-17/+1
* Add an assertion to the fixed-size allocator to ensure that we don't requestJoey Gouly2013-08-271-1/+2
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-271-6/+4
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-274-67/+503
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-274-503/+67
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-271-256/+533
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-271-1/+17
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-0/+2
* [cmake] Check for realpath availability in CMakeAlexey Samsonov2013-08-261-1/+1
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-261-2/+4
* Fix #include guard.Jakub Staszak2013-08-251-2/+2