summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* Allow vectorization of bit intrinsics in BB Vectorizer.Karthik Bhat2014-04-25
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-25
* Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner2014-04-25
* Fix quadratic performance during debug compression due to sections x symbols ...David Blaikie2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-25
* Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...Adrian Prantl2014-04-24
* Add missing include, found by modules build.Richard Smith2014-04-24
* Function defined in a header should be inline. Found by modules build.Richard Smith2014-04-24
* [DWARF parser] Make a few methods non-publicAlexey Samsonov2014-04-24
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-24
* [DWARF parser] Simplify and re-format a methodAlexey Samsonov2014-04-24
* [LCG] Switch a weird do/while loop that actually couldn't fail itsChandler Carruth2014-04-24
* [ADT] Generalize pointee_iterator to smart pointers by using decltype.Chandler Carruth2014-04-24
* X86: Don't transform shifts into ands when the sign bit is tested.Benjamin Kramer2014-04-24
* Remove dead inline function that doesn't compileReid Kleckner2014-04-24
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* Fix rdtsc.ll test to match r8 on win64Reid Kleckner2014-04-24
* Remove C++11ism (specializing a template in a surrounding namespace) to appea...Richard Smith2014-04-24
* Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the locationAdrian Prantl2014-04-24
* [modules] "Specialize" a function by actually specializing a function templateRichard Smith2014-04-24
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-24
* [X86] Add support for Read Time Stamp Counter x86 builtin intrinsics.Andrea Di Biagio2014-04-24
* R600/SI: Use address space in allowsUnalignedMemoryAccessesMatt Arsenault2014-04-24
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* [mips] Remove non-ascii character.Matheus Almeida2014-04-24
* AArch64/ARM64: add ARM64 runs to more MC tests.Tim Northover2014-04-24
* AArch64/ARM64: run AArch64 NEON MC tests through ARM64 too.Tim Northover2014-04-24
* Fix memory leak of MCSymbolData in MCAsmStreamer.David Blaikie2014-04-24
* AArch64: print NEON lists with a space.Tim Northover2014-04-24
* [asan] Use MCInstrInfo in inline asm instrumentation.Evgeniy Stepanov2014-04-24
* AArch64/ARM64: enable remaining MC elf tests.Tim Northover2014-04-24
* AArch64/ARM64: allow negative addends, at least on ELF.Tim Northover2014-04-24
* ARM64: support relocated "TBZ/TBNZ" instructions.Tim Northover2014-04-24
* AArch64/ARM64: support relocated ADR instructionTim Northover2014-04-24
* AArch64/ARM64: add support for :abs_gN_s: MOVZ modifiersTim Northover2014-04-24
* ARM64: shut up warning about variable only used in assert.Tim Northover2014-04-24
* AArch64/ARM64: disentangle the "B.CC" and "LDR lit" operandsTim Northover2014-04-24
* AArch64/ARM64: enable some MC tests on ARM64Tim Northover2014-04-24
* AArch64/ARM64: port bitfield test to ARM64.Tim Northover2014-04-24
* AArch64/ARM64: implement BFI optimisationTim Northover2014-04-24
* AArch64/ARM64: port more testsTim Northover2014-04-24
* [LCG] Incorporate the core trick of improvements on the naive Tarjan'sChandler Carruth2014-04-24
* [LCG] Rotate logic applied to the top of the DFSStack to instead beChandler Carruth2014-04-24
* [LCG] Re-order expectations to provide more useful output when debuggingChandler Carruth2014-04-24
* [asan] Fix instrumentation of x86 intel syntax inline assembly.Evgeniy Stepanov2014-04-24
* [LCG] Switch the parent SCC tracking from a SmallSetVector toChandler Carruth2014-04-24
* [LCG] We don't actually need a set in each SCC to track the nodes. WeChandler Carruth2014-04-24