aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-281-0/+4
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-271-0/+8
* Disable the StringMapEntry copy constructor, to make sure weChris Lattner2013-05-251-0/+1
* Add some comments to the stringify function.Eric Christopher2013-05-251-0/+2
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-11/+0
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-254-164/+159
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-251-0/+62
* Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.Andrew Trick2013-05-251-1/+4
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-241-4/+11
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-241-117/+3
* Tidy up. Whitespace.Jim Grosbach2013-05-241-11/+11
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-242-7/+79
* clang formatted APFloat.hMichael Gottesman2013-05-241-349/+344
* clang-formatted APInt.hMichael Gottesman2013-05-241-290/+160
* MathExtras: Return the result of find(First|Last)Set in the input type.Benjamin Kramer2013-05-241-4/+4
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-245-27/+27
* [Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers...Michael J. Spencer2013-05-241-0/+5
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-241-0/+212
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-243-0/+6
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-244-28/+17
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-246-50/+461
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-246-31/+328
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-232-119/+3
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-4/+2
* Fixed trailing whitespace.Michael Gottesman2013-05-231-5/+5
* Updated the comments of APInt.h to match the llvm style guide and be consiste...Michael Gottesman2013-05-231-379/+590
* Minor fix to comment from my previous commit.Chad Rosier2013-05-221-1/+1
* Simplify the logic described in the comment.Chad Rosier2013-05-221-3/+1
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-222-15/+2
* Remove unneeded call to a base default ctorReid Kleckner2013-05-221-1/+1
* Fix StringMapIterator compile errors for non-MSVC compilers.Reid Kleckner2013-05-221-1/+1
* Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIteratorChad Rosier2013-05-221-5/+13
* [Support] Add StringMap::swap() and a default ctor for iteratorsReid Kleckner2013-05-221-0/+10
* Create an FPOW SDNode opcode def in the target independent .td file rather th...Owen Anderson2013-05-221-0/+1
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-223-0/+33
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-212-1/+10
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-213-77/+63
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-215-110/+63
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-213-0/+33
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Remove duplicated comment.Benjamin Kramer2013-05-211-1/+0
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-211-0/+2
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-211-0/+59
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-201-7/+9
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-202-1/+11
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-201-1/+1
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-201-3/+3
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-201-0/+26