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
/
lib
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
Appease a gcc warning about an overflow in a constant conversion.
Bill Wendling
2013-04-17
1
-1
/
+2
*
Don't store AttributeSet::FunctionIndex as an int.
Benjamin Kramer
2013-04-17
1
-1
/
+1
*
PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...
David Blaikie
2013-04-17
1
-2
/
+7
*
C API: Add LLVMGetBufferSize()
Tom Stellard
2013-04-16
1
-0
/
+4
*
C API: Add LLVMGetBufferStart()
Tom Stellard
2013-04-16
1
-0
/
+3
*
C API: Add LLVMAddTargetDependentFunctionAttr()
Tom Stellard
2013-04-16
1
-0
/
+11
*
Print out the target-independent attributes in a comment before the function ...
Bill Wendling
2013-04-16
1
-4
/
+24
*
Cleanup naming: DataLayout s/TD/DL/
Eli Bendersky
2013-04-16
1
-3
/
+3
*
Add four new functions and one new enum to the C API:
Hans Wennborg
2013-04-16
1
-0
/
+47
*
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-13
1
-9
/
+19
*
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...
Benjamin Kramer
2013-04-12
1
-1
/
+1
*
Measure time that IR parsing took as part of the -time-passes measurement.
Eli Bendersky
2013-04-03
1
-4
/
+2
*
Support and test template arguments for unions.
Eric Christopher
2013-04-02
1
-1
/
+2
*
Reformat arguments.
Eric Christopher
2013-04-02
1
-4
/
+6
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
2
-163
/
+62
*
Fix comment
David Blaikie
2013-03-27
1
-1
/
+1
*
Silence warning about mixing || in &&, fix up 80-cols.
Benjamin Kramer
2013-03-27
1
-1
/
+3
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
2
-62
/
+163
*
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-26
1
-8
/
+10
*
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
1
-1
/
+8
*
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-26
1
-0
/
+11
*
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
2
-5
/
+1
*
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
1
-2
/
+2
*
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
2013-03-22
1
-7
/
+0
*
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
2
-5
/
+1
*
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
1
-0
/
+7
*
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
1
-1
/
+1
*
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
2
-6
/
+2
*
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
1
-0
/
+7
*
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
1
-2
/
+2
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
2
-11
/
+13
*
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-21
1
-41
/
+0
*
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
2
-11
/
+12
*
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
1
-6
/
+6
*
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
1
-1
/
+1
*
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
2
-10
/
+9
*
minor code style cleanup.
Chris Lattner
2013-03-20
1
-2
/
+2
*
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
2
-5
/
+1
*
DIBuilder: allow linkage name to be specified for global variables
David Blaikie
2013-03-20
1
-4
/
+13
*
Reorder the DIFile parameter in DINameSpace
David Blaikie
2013-03-20
1
-1
/
+1
*
Provide more details for DINameSpace debug info in the IR comment annotations
David Blaikie
2013-03-20
1
-0
/
+10
*
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-20
2
-14
/
+15
*
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
1
-44
/
+21
*
The testing to ensure a vector of zeros of type floating point isn't misclass...
David Tweed
2013-03-19
1
-6
/
+3
*
The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...
David Tweed
2013-03-18
1
-0
/
+13
*
Fix the build broken in r177239
David Blaikie
2013-03-17
1
-1
/
+1
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
2
-16
/
+25
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
2
-2
/
+1
*
Add some additonal attribute helper functions. Test will be on follow
Reed Kotler
2013-03-13
1
-0
/
+7
*
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-13
2
-12
/
+10
[next]