summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Enable deleted functions and explicit conversions in MSVC 2013Alp Toker2013-12-29
* Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checksAlp Toker2013-12-29
* Move the PostRA scheduler's fixupKills function for reuse.Andrew Trick2013-12-28
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-28
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* Revert part of r198115 to see if it fixes a buildbot failure.Craig Topper2013-12-28
* Mark some Type and EVT methods as LLVM_READONLY.Craig Topper2013-12-28
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)David Blaikie2013-12-27
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* Fix a typo.Roman Divacky2013-12-26
* Fix the MSVC 2010 buildAlp Toker2013-12-25
* Add support to indvars for optimizing sadd.with.overflow.Andrew Trick2013-12-23
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* Define LLVM_HAS_STRONG_ENUMSAlp Toker2013-12-22
* The count() function for STL datatypes returns unsigned, evenYaron Keren2013-12-22
* BlockFrequencyInfo: Readded getEntryFreq.Yuchen Wu2013-12-20
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Fix yet another typoTimur Iskhodzhanov2013-12-20
* Remove the AnyPointerSize and AnyEndianness enumerators, which were left fromDmitri Gribenko2013-12-20
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-19
* Add support for positionally-encoded operands to FixedLenDecoderEmitterHal Finkel2013-12-19
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-19
* Fix missing C++ mode commentMatt Arsenault2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-19
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl2013-12-18
* formattingAdrian Prantl2013-12-18
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-18
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* llvm-cov: Marked secondary print functions private.Yuchen Wu2013-12-16
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* Enable double to float shrinking optimizations for binary functions like 'fmi...Yi Jiang2013-12-16
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* [CMake] Introduce LLVM_INCLUDE_DIR.NAKAMURA Takumi2013-12-16
* [Stackmap] Refactor operand parsing.Juergen Ributzka2013-12-14
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-14
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-14
* [block-freq] Teach branch probability how to return the edge weight in betwee...Michael Gottesman2013-12-14