[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
[oota-llvm.git] / include /
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Elena DemikhovskyAVX-512: masked load/store + intrinsics for them.
2014-03-13 Chandler Carruth[PM] As was pointed out in review, I need to define...
2014-03-13 Chandler Carruth[PM] Stop playing fast and loose with rebinding of...
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin BognerProfile: Avoid an unnecessary __attribute__((packed))
2014-03-12 Justin BognerProfile: Remove an inefficient and unnecessary API...
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-03-12 Justin BognerProfile: Add a library for the instrumentation based...
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-12 Eli BenderskyMove duplicated code into a helper function (exposed...
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2014-03-11 Rafael EspindolaRemove dead code.
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Erik VerbruggenFix fixme: remove unused method.
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
2014-03-11 Matt ArsenaultAdd helpers for getting scalar sizes of vector value...
2014-03-10 Manuel JacobTest commit: Remove trailing whitespace.
2014-03-10 Mark LaceyFix a couple typos.
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-10 Tim Northoverllvm-c: expose unnamedaddr field of globals
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-10 Aaron BallmanRemoving llvm::distance and llvm::copy for iterator_ran...
2014-03-10 Chandler Carruth[LCG] Make this call graph a fully regular type by...
2014-03-10 Chandler Carruth[LCG] Make the iterator move constructable (and thus...
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-10 Chandler Carruth[LCG] One more formatting fix that I failed to get...
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-10 Chandler Carruth[PM] Cleanup formatting and namespace commenting. Mostl...
2014-03-10 Chandler Carruth[PM] As Dave noticed in review, I had erroneously copie...
2014-03-10 Chandler Carruth[PM] Add a comment I missed and add the special members...
2014-03-10 Chandler Carruth[PM] Comment on all of the totally pointless definition...
2014-03-10 Chandler Carruth[PM] I have been educated by several folks that MSVC...
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-09 Chandler Carruth[C++11] Add range views for various parts of a Module.
2014-03-09 Ahmed CharlesChange documentation based on feedback from Chandler.
2014-03-09 Chandler Carruth[C++11] Now that we have C++11 and I've replaced the...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 Ahmed Charles[C++11] Add llvm::make_unique, according to N3656.
2014-03-09 David BlaikieRevert "Clean up SmallString a bit"
2014-03-09 David BlaikieClean up SmallString a bit
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Aaron BallmanAdding some includes to appease build bots. Amends...
2014-03-08 Aaron BallmanAdding range-based STL-like helper APIs. llvm::distance...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 Eric ChristopherActually include the ArrayRef header rather than rely...
2014-03-07 Jordan Rose[ADT] Update PointerIntPair to handle pointer types...
2014-03-07 David MajnemerMC: Use MachO::SectionType for MCSectionMachO::getType...
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-07 Benjamin KramerMake header standalone for libstdc++.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael Espindolaclang-format a bit of code to make the next patch easie...
2014-03-07 Owen AndersonAdd iterator_range support for MachineInstr's operand...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Matt ArsenaultR600: Fix extloads from i8 / i16 to i64.
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Modules] Fix a layering issue that is actually impacti...
2014-03-06 Chandler Carruth[Layering] Move GVMaterializer.h into the IR library...
2014-03-06 Chandler Carruth[cleanup] Re-sort the standard library include lines.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Owen AndersonChange the tag on this iterator to bidir and implement...
2014-03-06 Owen AndersonFix issues in the NamedMDNode operand iterator, includi...
2014-03-06 Owen AndersonAdd a iterator and interator_range interface to the...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-03-05 Hans WennborgWork around MSVC bug in IntrusiveRefCntPtr.h
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-03-05 Ben LangmuirAdd a ThreadSafeRefCountedBase
2014-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
next