summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* MI Sched: record local vreg uses.Andrew Trick2013-08-23
* Remove unused field.Andrew Trick2013-08-23
* mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...Andrew Trick2013-08-23
* [mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that...Daniel Sanders2013-08-23
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-23
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-22
* Clean up the doxygen formatting of the comments on the strip* methods onChandler Carruth2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-21
* Basic unit tests for PointerUnionDavid Blaikie2013-08-21
* MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]NAKAMURA Takumi2013-08-21