summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-23
* clang-format for my previous commit (I keep forgetting... )David Blaikie2014-04-23
* Use pointer size function where only a pointer is expectedMatt Arsenault2014-04-23
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-23
* Remove more default address space argument usage.Matt Arsenault2014-04-23
* [ARM64] Fix the information we give to the peephole optimizer for comparison.Quentin Colombet2014-04-23
* Don't use default address space arguments in GlobalOptMatt Arsenault2014-04-23
* clang-format r207010David Blaikie2014-04-23
* [X86] Fix missing/wrong scheduling model found by code inspection.Quentin Colombet2014-04-23
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-23
* ProfileData: Avoid unnecessary copies of CounterDataJustin Bogner2014-04-23