aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* [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-232-1/+3
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-234-0/+13
* 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
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-211-2/+8
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-212-5/+7
* MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-211-1/+1
* MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-211-1/+5
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-211-1/+3
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-211-2/+0
* Add some constantness.Jakub Staszak2013-08-202-3/+5
* Fix include guards.Jakub Staszak2013-08-202-4/+4
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-201-20/+0
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-202-0/+13
* [mips][msa] Added insveDaniel Sanders2013-08-201-0/+17
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-201-0/+21
* [stackprotector] Refactor out the end of isInTailCallPosition into the functi...Michael Gottesman2013-08-201-0/+9
* Add a llvm.copysign intrinsicHal Finkel2013-08-191-0/+2
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-191-2/+8
* Make sure that pop_back_val() result is used.Jakub Staszak2013-08-192-2/+2
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-191-3/+8
* Add definition of __warn_unused_result__ attribute. It will be used in theJakub Staszak2013-08-191-0/+6