index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
2013-02-25
4
-16
/
+101
*
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-25
2
-2
/
+26
*
Fix spelling noticed by Duncan.
Chandler Carruth
2013-02-25
1
-3
/
+3
*
Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
2013-02-25
4
-0
/
+38
*
Reverting r176019. Corrupt patch.
Edwin Vane
2013-02-25
2
-36
/
+2
*
[Sanitizer] one more fix for signed/unsigned mismatch in comparison
Alexey Samsonov
2013-02-25
1
-2
/
+2
*
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-25
2
-2
/
+36
*
Update generated documentation after recent matcher addition.
Daniel Jasper
2013-02-25
1
-0
/
+55
*
Add matcher for AccessSpecDecls.
Daniel Jasper
2013-02-25
2
-0
/
+103
*
[Sanitizer] fix signed/unsigned compare warnings in sanitizer_stacktrace_test...
Alexey Samsonov
2013-02-25
2
-4
/
+4
*
[TSan] Add interceptor for malloc_usable_size()
Alexey Samsonov
2013-02-25
5
-0
/
+28
*
[TSan] remove temporary build directory in 'make clean' command
Alexey Samsonov
2013-02-25
1
-0
/
+1
*
[analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are l...
Ted Kremenek
2013-02-25
1
-31
/
+34
*
[analyzer] add the notion of an "interesting" lvalue expression for ExplodedN...
Ted Kremenek
2013-02-25
3
-4
/
+20
*
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
44
-449
/
+444
*
<rdar://problem/13282582>
Han Ming Ong
2013-02-25
1
-1
/
+9
*
Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.
Reed Kotler
2013-02-25
5
-69
/
+70
*
Documentation: add an idea for a (weird) clang tool
Dmitri Gribenko
2013-02-25
1
-0
/
+4
*
DIBuilder: support structs with vtable pointers in the same way as classes
David Blaikie
2013-02-25
2
-12
/
+18
*
Update Clang for a minor DIBuilder breaking change.
David Blaikie
2013-02-25
1
-10
/
+9
*
Make psuedo FEXT_T8I816_ins into a custom emitter.
Reed Kotler
2013-02-24
5
-61
/
+39
*
Moving initialization into the initializer list and correcting capitalization...
Aaron Ballman
2013-02-24
1
-4
/
+3
*
Documentation: add an idea for an automatic refactoring
Dmitri Gribenko
2013-02-24
1
-0
/
+4
*
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-24
4
-46
/
+42
*
Fix PR14364.
Bill Schmidt
2013-02-24
4
-20
/
+27
*
[ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing to start of quickdata)
Shankar Easwaran
2013-02-24
7
-2
/
+61
*
Add the testcase from PR13573, this used to crash.
Benjamin Kramer
2013-02-24
1
-0
/
+5
*
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
2
-5
/
+44
*
Fix invalid IR in test, missing incoming value for PHI node.
Benjamin Kramer
2013-02-24
1
-1
/
+1
*
[ELF] Change functions to virtual, in ExecutableAtoms
Shankar Easwaran
2013-02-24
1
-7
/
+7
*
[ELF]Change name of runtime files, so that targets can change runtime files t...
Shankar Easwaran
2013-02-24
1
-3
/
+4
*
Typo
Francois Pichet
2013-02-24
1
-1
/
+1
*
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
9
-466
/
+895
*
Add "KnownSVal" to represent SVals that cannot be UnknownSVal.
Ted Kremenek
2013-02-24
4
-26
/
+34
*
Add regression test for serialized diagnostics for notes without locations.
Ted Kremenek
2013-02-24
1
-0
/
+30
*
Revert r169638 because it broke Mesa llvmpipe tests.
Nadav Rotem
2013-02-24
3
-8
/
+3
*
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
Reed Kotler
2013-02-24
4
-22
/
+34
*
[ELF][Hexagon]add typeZeroFillFast
Shankar Easwaran
2013-02-24
13
-20
/
+62
*
PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Richard Smith
2013-02-24
2
-1
/
+10
*
Add a use of an otherwise unused variable to remove a warning in non-Asserts
Cameron Zwarich
2013-02-24
1
-0
/
+1
*
TwoAddressInstructionPass::tryInstructionTransform() only potentially returns
Cameron Zwarich
2013-02-24
1
-5
/
+4
*
TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls
Cameron Zwarich
2013-02-24
1
-5
/
+10
*
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
15
-98
/
+113
*
Add comments for the MacroDirective & MacroInfo classes.
Argyrios Kyrtzidis
2013-02-24
1
-2
/
+17
*
In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...
Argyrios Kyrtzidis
2013-02-24
2
-3
/
+15
*
Add new base instruction def for cmpi, cmp, slt and sltu so that def/uses
Reed Kotler
2013-02-23
1
-5
/
+10
*
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
Cameron Zwarich
2013-02-23
1
-13
/
+3
*
Better formatting of conditional expressions.
Daniel Jasper
2013-02-23
3
-53
/
+74
*
[ELF][Writer] Add hash table.
Michael J. Spencer
2013-02-23
3
-0
/
+48
*
Reference the canonical commit (r175462) in the value casting release note.
David Blaikie
2013-02-23
1
-1
/
+3
[next]