aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Support] fix compile with -WerrorSaleem Abdulrasool2013-08-241-1/+1
* [Support] add missing enumeration valuesSaleem Abdulrasool2013-08-241-1/+4
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-241-0/+16
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-241-1/+1
* PrintVRegOrUnitAndrew Trick2013-08-231-0/+16
* Add a convenient PSetIterator for visiting pressure sets affected by a register.Andrew Trick2013-08-231-0/+46
* Adds cyclic critical path computation and heuristics, temporarily disabled.Andrew Trick2013-08-231-0/+3
* MI Sched: record local vreg uses.Andrew Trick2013-08-231-1/+12
* Remove unused field.Andrew Trick2013-08-231-4/+0
* mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...Andrew Trick2013-08-232-9/+4
* [mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that...Daniel Sanders2013-08-231-348/+419
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-233-3/+6
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-235-0/+16
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-231-0/+6
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-221-12/+31
* Clean up the doxygen formatting of the comments on the strip* methods onChandler Carruth2013-08-221-16/+16
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-221-1/+6
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-211-0/+5
* Basic unit tests for PointerUnionDavid Blaikie2013-08-211-1/+1
* MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]NAKAMURA Takumi2013-08-211-1/+0
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-0/+41
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-211-0/+30
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-211-0/+9
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-211-0/+31
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-211-0/+7
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-211-0/+16
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-211-4/+24
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-212-0/+23
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-212-0/+10
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-211-0/+5
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-211-13/+14
* MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-211-1/+7