index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]