| Commit message (Expand) | Author | Age | Files | Lines |
* | Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an... | Michael Kuperstein | 2013-05-28 | 1 | -0/+4 |
* | Convert sqrt functions into sqrt instructions when -ffast-math is in effect. | Preston Gurd | 2013-05-27 | 1 | -0/+8 |
* | Disable the StringMapEntry copy constructor, to make sure we | Chris Lattner | 2013-05-25 | 1 | -0/+1 |
* | Add some comments to the stringify function. | Eric Christopher | 2013-05-25 | 1 | -0/+2 |
* | Track IR ordering of SelectionDAG nodes 3/4. | Andrew Trick | 2013-05-25 | 1 | -11/+0 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 4 | -164/+159 |
* | Track IR ordering of SelectionDAG nodes 1/4. | Andrew Trick | 2013-05-25 | 1 | -0/+62 |
* | Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats. | Andrew Trick | 2013-05-25 | 1 | -1/+4 |
* | ArrayRef-ize MD5 and clean up a few variable names. | Eric Christopher | 2013-05-24 | 1 | -4/+11 |
* | [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. | Michael J. Spencer | 2013-05-24 | 1 | -117/+3 |
* | Tidy up. Whitespace. | Jim Grosbach | 2013-05-24 | 1 | -11/+11 |
* | Follow up of the introduction of MCSymbolizer. | Quentin Colombet | 2013-05-24 | 2 | -7/+79 |
* | clang formatted APFloat.h | Michael Gottesman | 2013-05-24 | 1 | -349/+344 |
* | clang-formatted APInt.h | Michael Gottesman | 2013-05-24 | 1 | -290/+160 |
* | MathExtras: Return the result of find(First|Last)Set in the input type. | Benjamin Kramer | 2013-05-24 | 1 | -4/+4 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 5 | -27/+27 |
* | [Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers... | Michael J. Spencer | 2013-05-24 | 1 | -0/+5 |
* | [Support] Add type generic bit utilities to MathExtras.h | Michael J. Spencer | 2013-05-24 | 1 | -0/+212 |
* | Add a new function attribute 'cold' to functions. | Diego Novillo | 2013-05-24 | 3 | -0/+6 |
* | Remove the Copied parameter from MemoryObject::readBytes. | Benjamin Kramer | 2013-05-24 | 4 | -28/+17 |
* | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 6 | -50/+461 |
* | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 6 | -31/+328 |
* | Re-implement DebugIR in a way that does not subclass AssemblyWriter: | Daniel Malea | 2013-05-23 | 2 | -119/+3 |
* | [PowerPC] Clean up generation of ha16() / lo16() markers | Ulrich Weigand | 2013-05-23 | 1 | -4/+2 |
* | Fixed trailing whitespace. | Michael Gottesman | 2013-05-23 | 1 | -5/+5 |
* | Updated the comments of APInt.h to match the llvm style guide and be consiste... | Michael Gottesman | 2013-05-23 | 1 | -379/+590 |
* | Minor fix to comment from my previous commit. | Chad Rosier | 2013-05-22 | 1 | -1/+1 |
* | Simplify the logic described in the comment. | Chad Rosier | 2013-05-22 | 1 | -3/+1 |
* | Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin... | David Blaikie | 2013-05-22 | 2 | -15/+2 |
* | Remove unneeded call to a base default ctor | Reid Kleckner | 2013-05-22 | 1 | -1/+1 |
* | Fix StringMapIterator compile errors for non-MSVC compilers. | Reid Kleckner | 2013-05-22 | 1 | -1/+1 |
* | Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator | Chad Rosier | 2013-05-22 | 1 | -5/+13 |
* | [Support] Add StringMap::swap() and a default ctor for iterators | Reid Kleckner | 2013-05-22 | 1 | -0/+10 |
* | Create an FPOW SDNode opcode def in the target independent .td file rather th... | Owen Anderson | 2013-05-22 | 1 | -0/+1 |
* | Expose the RTDyldMemoryManager through the C API. This allows clients of | Filip Pizlo | 2013-05-22 | 3 | -0/+33 |
* | Define BYTE_ORDER on Solaris. | Jakob Stoklund Olesen | 2013-05-21 | 2 | -1/+10 |
* | Put RTDyldMemoryManager into its own file, and make it linked into | Filip Pizlo | 2013-05-21 | 3 | -63/+77 |
* | Roll out r182411 and 182412 because it's still broken. | Filip Pizlo | 2013-05-21 | 3 | -77/+63 |
* | Put RTDyldMemoryManager into its own file, and make it linked into | Filip Pizlo | 2013-05-21 | 3 | -63/+77 |
* | Roll out r182407 and r182408 because they broke builds. | Filip Pizlo | 2013-05-21 | 5 | -110/+63 |
* | Expose the RTDyldMemoryManager through the C API. This allows clients of | Filip Pizlo | 2013-05-21 | 3 | -0/+33 |
* | Put RTDyldMemoryManager into its own file, and make it linked into | Filip Pizlo | 2013-05-21 | 3 | -63/+77 |
* | Remove duplicated comment. | Benjamin Kramer | 2013-05-21 | 1 | -1/+0 |
* | [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic | Justin Holewinski | 2013-05-21 | 1 | -0/+2 |
* | Add an md5 library derived from a public domain implementation for dwarf4 | Eric Christopher | 2013-05-21 | 1 | -0/+59 |
* | Comment update: these things are called "configuration names" these days, not | Richard Smith | 2013-05-20 | 1 | -7/+9 |
* | PR14606: Debug Info for namespace aliases/DW_TAG_imported_module | David Blaikie | 2013-05-20 | 2 | -1/+11 |
* | The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase... | Bill Wendling | 2013-05-20 | 1 | -1/+1 |
* | Rename LoopSimplify.h to LoopUtils.h | Hal Finkel | 2013-05-20 | 1 | -3/+3 |
* | Expose InsertPreheaderForLoop from LoopSimplify to other passes | Hal Finkel | 2013-05-20 | 1 | -0/+26 |