| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed a comment above an include which is unnecessary and added a missing c... | Michael Gottesman | 2013-06-01 | 1 | -1/+2 |
* | Added method comments for getZero,getInf. | Michael Gottesman | 2013-06-01 | 1 | -0/+7 |
* | Updated APFloat's comments to fit the LLVM style guide. | Michael Gottesman | 2013-06-01 | 1 | -159/+202 |
* | Make SubRegIndex size mandatory, following r183020. | Ahmed Bougacha | 2013-05-31 | 2 | -8/+16 |
* | Add support for adding the contents of a StringRef to the MD5 hash. | Eric Christopher | 2013-05-31 | 1 | -1/+4 |
* | Move "unsigned char" -> "uint8_t". | Eric Christopher | 2013-05-31 | 1 | -4/+4 |
* | Loop Strength Reduce: Scaling factor cost. | Quentin Colombet | 2013-05-31 | 2 | -0/+22 |
* | Use just a ArrayRef<uint8_t> to store both hex string and binary data. | Rafael Espindola | 2013-05-31 | 1 | -7/+7 |
* | Rename COFFYaml.h to COFFYAML.h for consistency. | Rafael Espindola | 2013-05-31 | 1 | -0/+0 |
* | Remove union to fix build in c++03. | Rafael Espindola | 2013-05-31 | 1 | -4/+2 |
* | Don't allocate temporary string for section data. | Rafael Espindola | 2013-05-31 | 1 | -2/+32 |
* | Add a way to define the bit range covered by a SubRegIndex. | Ahmed Bougacha | 2013-05-31 | 2 | -2/+35 |
* | Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions. | Andrew Trick | 2013-05-31 | 1 | -4/+6 |
* | Fix wrong comment. Null is not acceptable. | Matt Arsenault | 2013-05-31 | 1 | -1/+1 |
* | Fix a couple of typos and 80-col. | Eric Christopher | 2013-05-30 | 1 | -19/+21 |
* | MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625. | Ahmed Bougacha | 2013-05-30 | 1 | -7/+8 |
* | Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi... | Michael Gottesman | 2013-05-30 | 1 | -2/+31 |
* | Fix warning on varialbe unused in opt builds. | Daniel Jasper | 2013-05-30 | 1 | -2/+1 |
* | Change how we iterate over relocations on ELF. | Rafael Espindola | 2013-05-30 | 2 | -69/+52 |
* | Remove dead return. | Rafael Espindola | 2013-05-30 | 1 | -1/+0 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -4/+4 |
* | Don't reach into the middle of TargetMachine and cache one of its ivars. | Bill Wendling | 2013-05-29 | 1 | -6/+7 |
* | Simplify logic by using the appropriate functions. | Adrian Prantl | 2013-05-29 | 1 | -1/+1 |
* | Debug Info: Reorder accessor to match field order. | David Blaikie | 2013-05-29 | 1 | -5/+5 |
* | [Mips] Add Mips specific dynamic table entry tags. | Simon Atanasyan | 2013-05-28 | 1 | -1/+100 |
* | Add support for llvm.vectorizer metadata | Paul Redmond | 2013-05-28 | 1 | -0/+17 |
* | [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us... | Michael Gottesman | 2013-05-28 | 1 | -0/+3 |
* | Remove the MCRegAliasIterator tables and compute the aliases dynamically. | Chad Rosier | 2013-05-28 | 1 | -24/+71 |
* | Extend RemapInstruction and friends to take an optional new parameter, a Valu... | James Molloy | 2013-05-28 | 2 | -7/+27 |
* | 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 |