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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Updated the test fold-vector-select so that we test the vector selects...
Michael Gottesman
2012-08-30
1
-9
/
+144
*
Typo.
Chad Rosier
2012-08-30
1
-1
/
+1
*
Whitespace.
Chad Rosier
2012-08-30
1
-1
/
+1
*
Whitespace.
Chad Rosier
2012-08-30
1
-1
/
+1
*
Hoist a check to eliminate obvious mismatches as early as possible. Also, fix
Chad Rosier
2012-08-30
1
-8
/
+8
*
Currently targets that do not support selects with scalar conditions and vect...
Nadav Rotem
2012-08-30
2
-1
/
+82
*
[ms-inline asm] Add a new function, GetMCInstOperandNum, to the
Chad Rosier
2012-08-30
1
-1
/
+43
*
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-30
7
-127
/
+174
*
ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...
NAKAMURA Takumi
2012-08-30
1
-1
/
+14
*
Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.
NAKAMURA Takumi
2012-08-30
1
-1
/
+1
*
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
1
-1
/
+5
*
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-30
1
-1
/
+1
*
test
Michael Ilseman
2012-08-30
1
-2
/
+2
*
Fix test case.
Benjamin Kramer
2012-08-30
1
-1
/
+1
*
LoopRotate: Also rotate loops with multiple exits.
Benjamin Kramer
2012-08-30
2
-13
/
+260
*
InstCombine: Fix comment to reflect the code.
Benjamin Kramer
2012-08-30
1
-1
/
+1
*
Don't use MCInstrDesc flags for implicit operands.
Jakob Stoklund Olesen
2012-08-30
1
-11
/
+16
*
Whitespace
Alexey Samsonov
2012-08-30
1
-3
/
+3
*
It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),
Nadav Rotem
2012-08-30
2
-35
/
+0
*
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-30
2
-2
/
+135
*
remove old docs
Nadav Rotem
2012-08-30
1
-8
/
+0
*
Refactor fetching file/line info from DWARFContext to simplify the
Alexey Samsonov
2012-08-30
4
-63
/
+127
*
Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...
Craig Topper
2012-08-30
1
-0
/
+1
*
Add support for FMA to WidenVectorResult.
Craig Topper
2012-08-30
2
-0
/
+14
*
Only perform DAG combine on FMAs of legal types.
Craig Topper
2012-08-30
1
-0
/
+4
*
Pass by pointer and not std::string.
Bill Wendling
2012-08-30
1
-2
/
+2
*
Should put test case under test/ExecutionEngine/MCJIT/
Michael Liao
2012-08-30
1
-0
/
+0
*
Revert r162855 in favor of changing clang to emit the absolute coverage file ...
Bill Wendling
2012-08-30
1
-19
/
+7
*
Fix HashString's Bernstein hash to use unsigned chars, as is usually done.
Will Dietz
2012-08-30
1
-1
/
+1
*
Fix PR13727
Michael Liao
2012-08-30
2
-3
/
+95
*
Add a bit of documentation to copyPhysReg.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+7
*
Verify the order of tied operands in inline asm.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+12
*
Explicitly cast an expression to bool before handing it off to __builtin_expect.
Benjamin Kramer
2012-08-29
1
-2
/
+2
*
Add some __builtin_expect magic to StringMap.
Benjamin Kramer
2012-08-29
1
-4
/
+5
*
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-29
2
-8
/
+10
*
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
2
-0
/
+13
*
Set the isTied flags when building INLINEASM MachineInstrs.
Jakob Stoklund Olesen
2012-08-29
1
-4
/
+21
*
Preserve branch profile metadata during switch formation.
Andrew Trick
2012-08-29
1
-0
/
+154
*
whitespace
Andrew Trick
2012-08-29
1
-168
/
+168
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
4
-16
/
+16
*
Add MachineMemOperand::isUnordered().
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+9
*
Don't move normal loads across volatile/atomic loads.
Jakob Stoklund Olesen
2012-08-29
1
-3
/
+8
*
fix C++ comment in C header
Michael Liao
2012-08-29
1
-1
/
+1
*
Use the full path to output the .gcda file.
Bill Wendling
2012-08-29
1
-7
/
+19
*
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
2012-08-29
2
-4
/
+9
*
Use ArrayRef instead of SmallVector when passing vector into function.
Bill Wendling
2012-08-29
1
-4
/
+3
*
Verify the consistency of inline asm operands.
Jakob Stoklund Olesen
2012-08-29
1
-16
/
+72
*
Clean this up slightly, doesn't really fall through.
Eric Christopher
2012-08-29
1
-2
/
+1
*
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
1
-45
/
+53
*
Make helper function static.
Benjamin Kramer
2012-08-29
1
-1
/
+1
[next]