aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-121-0/+3
* [stackprotector] Added intrinsic llvm.stackprotectorcheck.Michael Gottesman2013-08-121-0/+2
* Misc enhancements to LTO:Shuxin Yang2013-08-121-0/+12
* 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
* Unbreak Mac build.Peter Collingbourne2013-08-071-1/+1
* Add ISD::FROUND for libm round()Hal Finkel2013-08-075-2/+10
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-072-0/+26
* Commit a no-op change to StringRef to (hopefully) trigger build bots.Chandler Carruth2013-08-071-1/+1
* Add support for linking against a curses library when available andChandler Carruth2013-08-072-0/+36
* Remove the assertion for now. This breaks lld.Dmitri Gribenko2013-08-071-3/+0
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-072-10/+5
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-071-3/+0
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-071-0/+98
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-061-4/+4
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-6/+7
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-061-0/+9
* Refactor isInTailCallPosition handlingTim Northover2013-08-061-0/+9
* Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...Craig Topper2013-08-061-1/+1
* Check against >= 0 instead of != -1 in getSplatIndex because it generally com...Craig Topper2013-08-061-1/+1
* Remove trailing whitespace and fix an 80-column violation. No functional change.Craig Topper2013-08-061-4/+5
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-064-4/+26
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-061-1/+1
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-051-0/+7
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-051-1/+2
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+4
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-051-1/+2
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-051-0/+39
* Minor address space code simplification.Matt Arsenault2013-08-031-3/+2
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-022-2/+2