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
...
*
Fix unintentional use of operator bool.
John McCall
2012-05-02
1
-1
/
+1
*
Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows th...
Eli Friedman
2012-05-02
1
-4
/
+6
*
Tidy up. Naming conventions.
Jim Grosbach
2012-05-01
1
-16
/
+16
*
Remove unneeded break.
Jakub Staszak
2012-05-01
1
-1
/
+0
*
Use dyn_cast instead of checking opcode and cast.
Jakub Staszak
2012-05-01
1
-2
/
+1
*
Remove trailing spaces.
Jakub Staszak
2012-05-01
1
-43
/
+43
*
Strip the pointer casts off of allocas so that the selection DAG can find them.
Bill Wendling
2012-05-01
2
-1
/
+18
*
Target independent Hexagon Packetizer fix.
Sirish Pande
2012-05-01
2
-67
/
+68
*
ARM: Add a few missing add->sub aliases w/ 'w' suffix.
Jim Grosbach
2012-05-01
2
-0
/
+23
*
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
2012-05-01
2
-4
/
+21
*
This patch marks the X86 floating point stack registers ST0-ST7 as reserved
Preston Gurd
2012-05-01
1
-0
/
+10
*
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
3
-4
/
+4
*
MC: Remove errant EatToEndOfStatement() in asm parser.
Jim Grosbach
2012-05-01
1
-3
/
+1
*
X86: optimization for max-like struct
Manman Ren
2012-05-01
2
-0
/
+82
*
X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...
Alexey Samsonov
2012-05-01
3
-0
/
+56
*
Move MipsDisassembler classes into an anonymous namespace.
Benjamin Kramer
2012-05-01
1
-0
/
+4
*
Regression test for PR2960.
Jay Foad
2012-05-01
1
-0
/
+13
*
Value-initialize global to avoid global construction.
Benjamin Kramer
2012-05-01
1
-2
/
+2
*
RuntimeDyld cleanup:
Eli Bendersky
2012-05-01
4
-65
/
+77
*
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-05-01
2
-13
/
+18
*
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-05-01
13
-71
/
+69
*
Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be detected on AMD processors.
Craig Topper
2012-05-01
1
-9
/
+9
*
RuntimeDyld code cleanup:
Eli Bendersky
2012-05-01
6
-30
/
+38
*
Make XOP and FMA4 require SSE4A to match GCC behavior. Use this to simplify B...
Craig Topper
2012-05-01
1
-9
/
+8
*
Attempt to handle MRMInitReg in emitVEXOpcodePrefix. Hopefully fixes PR12711.
Craig Topper
2012-05-01
1
-1
/
+12
*
Removed examples of stack frame inspection which no longer work for old JIT.
Eli Bendersky
2012-05-01
1
-101
/
+132
*
Make XOP imply AVX as its needed to legalize the registers types.
Craig Topper
2012-05-01
1
-1
/
+2
*
Remove HasSSE2 from AES and CLMUL predicates. It's now implied by the HasAES ...
Craig Topper
2012-05-01
1
-3
/
+3
*
Make CLMUL and AES imply SSE2 since its needed to legalize the type.
Craig Topper
2012-05-01
1
-2
/
+4
*
Enable AVX and FMA4 for AMD Bulldozer processors.
Craig Topper
2012-05-01
1
-5
/
+5
*
An instruction in a loop is not guaranteed to be executed just because the loop
Nick Lewycky
2012-05-01
2
-0
/
+27
*
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes
Lang Hames
2012-05-01
2
-0
/
+119
*
Add some constantness. No functionality change.
Jakub Staszak
2012-04-30
1
-9
/
+9
*
X86: optimization for -(x != 0)
Manman Ren
2012-04-30
2
-0
/
+37
*
ARM: Diagnostics for out of range fixups.
Jim Grosbach
2012-04-30
1
-34
/
+52
*
Fix address calculation error from r155744.
Jakob Stoklund Olesen
2012-04-30
1
-1
/
+6
*
fix typo
Sebastian Pop
2012-04-30
2
-4
/
+4
*
test/CodeGen/X86/select.ll: remove spaces
Manman Ren
2012-04-30
1
-1
/
+1
*
Tidy up. No functional change intended.
Chad Rosier
2012-04-30
1
-8
/
+7
*
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-30
2
-0
/
+16
*
Don't introduce illegal types when creating vmull operations. <rdar://11324364>
Bob Wilson
2012-04-30
2
-1
/
+77
*
It doesn't make sense to move symbol relocations to section relocations when
Eli Bendersky
2012-04-30
2
-26
/
+27
*
Just mark the sign bit as known zero, rather than any other irrelevant bits
Duncan Sands
2012-04-30
2
-1
/
+13
*
Second attempt at PR12573:
Bill Wendling
2012-04-30
4
-14
/
+131
*
Use an ArrayRef instead of explicit vector type.
Bill Wendling
2012-04-30
1
-8
/
+5
*
Code cleanup in RuntimeDyld:
Eli Bendersky
2012-04-30
4
-72
/
+95
*
Remove hack from r154987. The problem persists even with it, so it's not even...
Bill Wendling
2012-04-30
1
-11
/
+1
*
No need to normalize index before calling Extract128BitVector
Craig Topper
2012-04-30
1
-12
/
+11
*
Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...
Pete Cooper
2012-04-30
2
-97
/
+534
*
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-30
2
-1
/
+35
[prev]
[next]