summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Auto-compute live intervals on demand.Mark Lacey2013-08-14
* Add the MachineInstrSpan class.Mark Lacey2013-08-14
* Notify LiveRangeEdit of new virtual registers.Mark Lacey2013-08-14
* Track new virtual registers by register number.Mark Lacey2013-08-14
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-14
* Remove unnecessary parameter to RenumberValues.Jakob Stoklund Olesen2013-08-14
* Remove unused function.Jakob Stoklund Olesen2013-08-14
* Remove unused struct/enumJakob Stoklund Olesen2013-08-14
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-14
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-14
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-13
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-13
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-13
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-13
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-13
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-13
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-12
* Add editor C++ filetype declaration no functionality change.Michael Gottesman2013-08-12
* Revert r188188 and r188200.Shuxin Yang2013-08-12
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-12
* [stackprotector] Added intrinsic llvm.stackprotectorcheck.Michael Gottesman2013-08-12
* Misc enhancements to LTO:Shuxin Yang2013-08-12
* Remove unused SpecialCaseList constructorsAlexey Samsonov2013-08-12
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-12
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-12
* Add a overload to CostTable which allows it to infer the size of the table.Benjamin Kramer2013-08-09
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-09
* Make directory iterator sentinels free.Benjamin Kramer2013-08-09
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-09
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-09
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* llvm isn't C++11 yet :(Michael J. Spencer2013-08-08
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-08
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-08
* Really unbreak Mac build.Peter Collingbourne2013-08-07
* Unbreak Mac build.Peter Collingbourne2013-08-07
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Commit a no-op change to StringRef to (hopefully) trigger build bots.Chandler Carruth2013-08-07
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Remove the assertion for now. This breaks lld.Dmitri Gribenko2013-08-07
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-06