aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-0/+0
* Remove union to fix build in c++03.Rafael Espindola2013-05-311-4/+2
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-2/+32
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-312-2/+35
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-311-4/+6
* Fix wrong comment. Null is not acceptable.Matt Arsenault2013-05-311-1/+1
* Fix a couple of typos and 80-col.Eric Christopher2013-05-301-19/+21
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-301-7/+8
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-2/+31
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-301-2/+1
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-302-69/+52
* Remove dead return.Rafael Espindola2013-05-301-1/+0
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-4/+4
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-6/+7
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-291-1/+1
* Debug Info: Reorder accessor to match field order.David Blaikie2013-05-291-5/+5
* [Mips] Add Mips specific dynamic table entry tags.Simon Atanasyan2013-05-281-1/+100
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-281-0/+17
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-281-0/+3
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-281-24/+71
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-282-7/+27
* 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