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
*
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...
Michael Ilseman
2013-03-01
4
-5
/
+36
*
Don't add the 'Value' string if there isn't one.
Bill Wendling
2013-02-28
1
-1
/
+1
*
Don't add an attribute that already exists and don't remove an attribute that...
Bill Wendling
2013-02-28
1
-0
/
+2
*
IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
2013-02-27
1
-13
/
+22
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
2
-15
/
+15
*
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...
Michael Ilseman
2013-02-26
1
-6
/
+6
*
DIBuilder: support structs with vtable pointers in the same way as classes
David Blaikie
2013-02-25
1
-8
/
+12
*
Add a field to the compile unit of where we plan on splitting out
Eric Christopher
2013-02-22
1
-2
/
+3
*
Add a TODO and explain when we can get rid of the isMain field.
Eric Christopher
2013-02-22
1
-1
/
+1
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-9
/
+11
*
Remove warning about default covering no cases.
Bill Wendling
2013-02-22
1
-3
/
+2
*
Add a bitmask for NoBuiltin. This should *not* be used.
Bill Wendling
2013-02-22
1
-1
/
+2
*
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-22
2
-2
/
+33
*
Don't assert on empty attributes.
Bill Wendling
2013-02-21
1
-2
/
+2
*
Add and remove the attribute from the correct slot.
Bill Wendling
2013-02-20
1
-2
/
+12
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-16
/
+16
*
Add the function attributes from an inline asm call. These don't have declara...
Bill Wendling
2013-02-20
1
-0
/
+8
*
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
1
-2
/
+6
*
Fix a bug that was found by the clang static analyzer. The var "AT" is null s...
Nadav Rotem
2013-02-19
1
-2
/
+2
*
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-18
1
-14
/
+12
*
DIBuilder: Correct the null/0 type of trailing fields in struct debug info.
David Blaikie
2013-02-18
1
-2
/
+2
*
DIBuilder: Add function and method definitions to the list of all subprograms
David Blaikie
2013-02-18
1
-1
/
+4
*
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-18
1
-39
/
+37
*
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
1
-0
/
+20
*
GCC doesn't like ++ on enums.
Benjamin Kramer
2013-02-16
1
-1
/
+1
*
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-16
1
-24
/
+23
*
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
1
-15
/
+13
*
Revert "Simplify the attributes '<' comparison function."
Anna Zaks
2013-02-15
1
-13
/
+15
*
Simplify the attributes '<' comparison function.
Bill Wendling
2013-02-15
1
-15
/
+13
*
s/bool/LLVMBool/
Bill Wendling
2013-02-14
1
-1
/
+1
*
Add two new functions to the C API:
Bill Wendling
2013-02-14
1
-0
/
+23
*
Use array_pod_sort.
Bill Wendling
2013-02-13
1
-1
/
+1
*
Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
2013-02-13
2
-0
/
+45
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
3
-8
/
+12
*
Support string attributes in the AttrBuilder.
Bill Wendling
2013-02-12
1
-11
/
+25
*
DIBuilder: make the return type of createBasicType more specific
David Blaikie
2013-02-12
1
-4
/
+4
*
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
3
-17
/
+88
*
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
2
-0
/
+8
*
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-11
3
-18
/
+20
*
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-11
1
-3
/
+3
*
The 'Raw' method cannot handle 'string' attributes. Don't even try.
Bill Wendling
2013-02-10
1
-0
/
+4
*
Handle string attributes in the AttrBuilder.
Bill Wendling
2013-02-10
1
-1
/
+5
*
Add 'empty' query methods to the builder and use them in the verifier.
Bill Wendling
2013-02-10
1
-1
/
+1
*
Add accessor for the LLVMContext.
Bill Wendling
2013-02-10
1
-0
/
+4
*
Enable *BasicBlockPass::createPrinterPass()
Sergei Larin
2013-02-08
3
-2
/
+38
*
Minor cleanup.
Dan Gohman
2013-02-08
1
-1
/
+1
*
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-08
1
-28
/
+1
*
Remove extra blank line between closing curly brace and 'else'
Craig Topper
2013-02-06
1
-6
/
+3
*
Remove unused private field to suppress a build warning.
Craig Topper
2013-02-06
1
-1
/
+0
*
Add a 'StringRef' version of hasAttribute.
Bill Wendling
2013-02-06
1
-4
/
+16
[next]