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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-13
4
-11
/
+41
*
[mips] Override TargetLoweringBase::isShuffleMaskLegal.
Akira Hatanaka
2013-04-13
1
-0
/
+5
*
[ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functional
Chad Rosier
2013-04-12
1
-1
/
+1
*
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
4
-41
/
+11
*
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
3
-6
/
+15
*
[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-04-12
2
-5
/
+26
*
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
1
-277
/
+44
*
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
1
-0
/
+3
*
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
2
-46
/
+254
*
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
1
-4
/
+7
*
Add debug prints.
Nadav Rotem
2013-04-12
1
-1
/
+5
*
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-12
1
-44
/
+277
*
[ms-inline asm] Move this logic into a static function as it's only applicable
Chad Rosier
2013-04-12
1
-63
/
+67
*
[ms-inline asm] Address the FIXME for ImmDisp before brackets. This
Chad Rosier
2013-04-12
1
-18
/
+29
*
[ms-inline asm] Have the [ Symbol ] case fall into the more general logic. This
Chad Rosier
2013-04-12
1
-46
/
+24
*
ARM: Correct printing of pre-indexed operands.
Quentin Colombet
2013-04-12
4
-26
/
+57
*
[ms-inline asm] Add support for operands that include both a symbol and an
Chad Rosier
2013-04-12
1
-41
/
+103
*
PPC: Remove (broken) nested implicit definition lists
Hal Finkel
2013-04-12
2
-94
/
+153
*
Add a comment about the PPC Interpretation64Bit bit
Hal Finkel
2013-04-12
1
-0
/
+5
*
Hexagon: Set isPredicatedNew flag on predicate new instructions.
Jyotsna Verma
2013-04-12
2
-22
/
+21
*
Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...
Jyotsna Verma
2013-04-12
2
-21
/
+21
*
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
1
-0
/
+9
*
[ms-inline asm] Add the implementation for the AOK_Delete kind, which was added
Chad Rosier
2013-04-12
1
-3
/
+5
*
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-12
1
-2
/
+0
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-16
/
+16
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
3
-20
/
+20
*
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...
Benjamin Kramer
2013-04-12
1
-1
/
+1
*
Add PPC instruction record forms and associated query functions
Hal Finkel
2013-04-12
5
-416
/
+670
*
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
1
-8
/
+6
*
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-12
1
-0
/
+14
*
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-12
1
-8
/
+44
*
[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with
Chad Rosier
2013-04-11
1
-2
/
+11
*
[ms-inline asm] Add support for using offsetof operator with variables that use
Chad Rosier
2013-04-11
1
-3
/
+6
*
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-11
1
-0
/
+136
*
[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we
Chad Rosier
2013-04-11
1
-15
/
+15
*
[ms-inline asm] Remove brackets from around a symbol reference in the target
Chad Rosier
2013-04-11
2
-10
/
+11
*
Fix undefined behavior in AArch64
David Majnemer
2013-04-11
1
-7
/
+11
*
Optimize icmp involving addition better
David Majnemer
2013-04-11
1
-0
/
+49
*
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selects
Akira Hatanaka
2013-04-11
2
-64
/
+4
*
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-11
3
-13
/
+12
*
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
1
-44
/
+8
*
Print more information about relocations.
Rafael Espindola
2013-04-11
1
-8
/
+44
*
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
1
-0
/
+4
*
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-11
2
-0
/
+40
*
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
1
-1
/
+2
*
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-11
1
-4
/
+4
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
2
-4
/
+5
*
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
1
-0
/
+45
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
5
-34
/
+56
*
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
2013-04-11
1
-6
/
+35
[next]