summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-21
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-21
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-21
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-21
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-21
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-21
* MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-21
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-21
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-21
* MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-21
* MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-21
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-21
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* Add some constantness.Jakub Staszak2013-08-20
* Fix include guards.Jakub Staszak2013-08-20
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-20
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-20
* [mips][msa] Added insveDaniel Sanders2013-08-20