aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-121-0/+3
* [stackprotector] Added intrinsic llvm.stackprotectorcheck.Michael Gottesman2013-08-121-0/+2
* Remove unused SpecialCaseList constructorsAlexey Samsonov2013-08-121-4/+0
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-121-0/+3
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-122-36/+0
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-0/+14
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-122-6/+12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-121-1/+17
* Add a overload to CostTable which allows it to infer the size of the table.Benjamin Kramer2013-08-091-9/+26
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-091-0/+1
* Make directory iterator sentinels free.Benjamin Kramer2013-08-091-3/+9
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-091-1/+2
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-091-1/+1
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-092-2/+2
* llvm isn't C++11 yet :(Michael J. Spencer2013-08-081-1/+1
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-084-2542/+2022
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-0/+19
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-1/+1
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-081-0/+21
* Really unbreak Mac build.Peter Collingbourne2013-08-071-1/+1