summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [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
* X86: Don't transform shifts into ands when the sign bit is tested.Benjamin Kramer2014-04-24
* Add 'musttail' marker to call instructionsReid 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
* 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: 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: implement BFI optimisationTim 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
* [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
* X86: Emit test instead of constant shift + compare if the shift result is unu...Benjamin Kramer2014-04-24
* Allow vectorization of few missed llvm intrinsic calls in BBVectorizor by han...Karthik Bhat2014-04-24
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Fix for PR18921, "vmov" part.Stepan Dyatkovskiy2014-04-24
* Remove unused parameterDavid Blaikie2014-04-24
* Remove the intermediate AccelTypes maps in DWARF units.David Blaikie2014-04-24
* Remove the intermediate AccelNamespace maps in DWARF units.David Blaikie2014-04-24
* [InstCombine][x86] Constant fold psll intrinsics.Michael J. Spencer2014-04-24
* Remove the intermediate AccelObjC maps in DWARF unitsDavid Blaikie2014-04-24
* Optimize some special cases for SSE4a insertqiFilipe Cabecinhas2014-04-24
* Handle addrspacecast when looking at memcpys from globalsMatt Arsenault2014-04-24
* [LCG] Normalize the post-order SCC iterator to just iterate over the SCCChandler Carruth2014-04-23
* And actually use the DwarfDebug::AccelNames to emit the names.David Blaikie2014-04-23
* More formatting...David Blaikie2014-04-23
* Remove intermediate accelerator table for names.David Blaikie2014-04-23
* [LCG] Switch the primary node iterator to be a *much* more normal C++Chandler Carruth2014-04-23
* [LCG] Make the insertion and query paths into the LCG which cannot failChandler Carruth2014-04-23
* [LCG] Switch the SCC lookup to be in terms of call graph nodes ratherChandler Carruth2014-04-23
* DwarfAccelTable: Remove trivial dtor and simplify construction with an array.David Blaikie2014-04-23
* [LCG] Switch the primary SCC building code to use the negative low-linkChandler Carruth2014-04-23
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23