summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-28
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-28
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-27
* Disable the StringMapEntry copy constructor, to make sure weChris Lattner2013-05-25
* Add some comments to the stringify function.Eric Christopher2013-05-25
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-25
* Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.Andrew Trick2013-05-25
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-24
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-24
* Tidy up. Whitespace.Jim Grosbach2013-05-24
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* clang formatted APFloat.hMichael Gottesman2013-05-24
* clang-formatted APInt.hMichael Gottesman2013-05-24
* MathExtras: Return the result of find(First|Last)Set in the input type.Benjamin Kramer2013-05-24
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers...Michael J. Spencer2013-05-24
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-24
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* Fixed trailing whitespace.Michael Gottesman2013-05-23
* Updated the comments of APInt.h to match the llvm style guide and be consiste...Michael Gottesman2013-05-23
* Minor fix to comment from my previous commit.Chad Rosier2013-05-22
* Simplify the logic described in the comment.Chad Rosier2013-05-22
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-22
* Remove unneeded call to a base default ctorReid Kleckner2013-05-22
* Fix StringMapIterator compile errors for non-MSVC compilers.Reid Kleckner2013-05-22
* Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIteratorChad Rosier2013-05-22
* [Support] Add StringMap::swap() and a default ctor for iteratorsReid Kleckner2013-05-22
* Create an FPOW SDNode opcode def in the target independent .td file rather th...Owen Anderson2013-05-22
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Remove duplicated comment.Benjamin Kramer2013-05-21
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-21
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-21
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-20
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-20