aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-0/+9
* AVX-512: compiler intrinsicsElena Demikhovsky2013-08-191-0/+263
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-191-16/+0
* The vbroadcastsi256 intrinsic does not exactly resemble the GCCJuergen Ributzka2013-08-171-1/+0
* [typo] An LLVM.Daniel Dunbar2013-08-164-14/+14
* I'm told that != is not ==Chris Lattner2013-08-161-1/+1
* allow != to compare PointerUnion, we already support ==.Chris Lattner2013-08-161-2/+9
* Add difference_type to ImmutableMap/Set iterators so they have a complete set...Benjamin Kramer2013-08-162-0/+2
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-162-4/+6
* Removing unused functionality.Aaron Ballman2013-08-161-10/+0
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-162-1/+14
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-162-1/+17
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-162-1/+15
* Calling the base class constructor from the derived class' initializer list. ...Aaron Ballman2013-08-161-2/+2
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-2/+4
* Make a few more things const.Bill Wendling2013-08-151-1/+1
* Drive-by fix for a doxygen comment in MachineInstr.h.Joey Gouly2013-08-151-2/+2
* [Mips][msa] Added the simple builtins (madd_q to xori)Jack Carter2013-08-151-0/+396
* [Mips][msa] Added the simple builtins (fadd to ftq)Jack Carter2013-08-152-0/+208
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-151-0/+443
* Auto-compute live intervals on demand.Mark Lacey2013-08-142-11/+30
* Add the MachineInstrSpan class.Mark Lacey2013-08-141-0/+25
* Notify LiveRangeEdit of new virtual registers.Mark Lacey2013-08-142-2/+36
* Track new virtual registers by register number.Mark Lacey2013-08-141-6/+5
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-141-3/+5
* Remove unnecessary parameter to RenumberValues.Jakob Stoklund Olesen2013-08-141-1/+1
* Remove unused function.Jakob Stoklund Olesen2013-08-141-7/+0
* Remove unused struct/enumJakob Stoklund Olesen2013-08-141-11/+0
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-141-0/+2
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-0/+1
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-131-3/+2
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-132-24/+30
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-132-0/+4
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-131-3/+6
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-131-3/+5
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-131-0/+12
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-121-2/+2
* Add editor C++ filetype declaration no functionality change.Michael Gottesman2013-08-121-1/+1
* Revert r188188 and r188200.Shuxin Yang2013-08-121-12/+0