index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ODR violations: a virtual function must be defined, even if it's never
Richard Smith
2012-10-24
1
-20
/
+4
*
[Support/StringSet] Fix memory leak when inserted key already exists.
Michael J. Spencer
2012-10-23
1
-2
/
+7
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
1
-0
/
+4
*
Change DenseMap to use a power of 2 growth if one is given instead of the nex...
Pete Cooper
2012-10-23
1
-4
/
+7
*
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
1
-2
/
+2
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
2
-1
/
+4
*
Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
Lang Hames
2012-10-23
1
-8
/
+13
*
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
1
-3
/
+0
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
2
-1
/
+17
*
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
1
-0
/
+5
*
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-22
1
-3
/
+6
*
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-20
1
-0
/
+3
*
1. Remove noreturn attribute from __builtin_debugtrap().
Shuxin Yang
2012-10-19
1
-1
/
+1
*
Grammar-o.
Eric Christopher
2012-10-19
1
-1
/
+1
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
2
-5
/
+6
*
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
1
-0
/
+5
*
Add 'IntrNoReturn' for longjmp intrinsics
Michael Liao
2012-10-19
1
-3
/
+3
*
[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.
Chad Rosier
2012-10-19
1
-0
/
+8
*
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
1
-1
/
+1
*
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
1
-0
/
+6
*
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
1
-0
/
+25
*
Pacify -Wnon-virtual-dtor.
Nick Lewycky
2012-10-19
1
-0
/
+1
*
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
2
-6
/
+5
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
5
-0
/
+417
*
Fix case for include of Compiler.h.
Jordan Rose
2012-10-18
1
-1
/
+1
*
Add move constructors for OwningPtr and OwningArrayPtr.
Jordan Rose
2012-10-18
1
-0
/
+18
*
Add a T&& constructor to llvm::Optional.
Jordan Rose
2012-10-18
1
-0
/
+9
*
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
1
-1
/
+2
*
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
1
-4
/
+5
*
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
1
-4
/
+2
*
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
Chad Rosier
2012-10-18
1
-16
/
+20
*
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
2
-0
/
+6
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
7
-422
/
+6
*
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
2012-10-17
1
-10
/
+18
*
Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use
Evan Cheng
2012-10-17
1
-0
/
+5
*
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
1
-7
/
+6
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
3
-0
/
+8
*
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-17
1
-3
/
+5
*
Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...
Craig Topper
2012-10-17
1
-16
/
+16
*
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-17
1
-4
/
+0
*
Spacing.
Eric Christopher
2012-10-16
1
-1
/
+1
*
[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...
Chad Rosier
2012-10-16
1
-0
/
+1
*
And now we can call the other 'get' method from this one and not duplicate th...
Bill Wendling
2012-10-16
1
-6
/
+3
*
Use the appropriate Attributes::get method to create an Attributes object.
Bill Wendling
2012-10-16
1
-7
/
+1
*
Speculative fix the mask constants to be of type uintptr_t. I don't know of ...
Owen Anderson
2012-10-16
1
-4
/
+4
*
Fix function parameter spelling in comments. Caught by -Wdocumentation.
Dmitri Gribenko
2012-10-16
1
-2
/
+2
*
Issue:
Stepan Dyatkovskiy
2012-10-16
1
-1
/
+1
*
Cleanup whitespace.
Bill Wendling
2012-10-16
1
-5
/
+5
*
Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...
Owen Anderson
2012-10-16
1
-6
/
+6
*
Have AttrBuilder defriend the Attributes class.
Bill Wendling
2012-10-16
1
-1
/
+2
[next]