index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-05-01
Tidy up. Naming conventions.
Jim Grosbach
2012-05-01
Remove unneeded break.
Jakub Staszak
2012-05-01
Use dyn_cast instead of checking opcode and cast.
Jakub Staszak
2012-05-01
Remove trailing spaces.
Jakub Staszak
2012-05-01
Strip the pointer casts off of allocas so that the selection DAG can find them.
Bill Wendling
2012-05-01
Target independent Hexagon Packetizer fix.
Sirish Pande
2012-05-01
ARM: Add a few missing add->sub aliases w/ 'w' suffix.
Jim Grosbach
2012-05-01
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
2012-05-01
This patch marks the X86 floating point stack registers ST0-ST7 as reserved
Preston Gurd
2012-05-01
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
MC: Remove errant EatToEndOfStatement() in asm parser.
Jim Grosbach
2012-05-01
X86: optimization for max-like struct
Manman Ren
2012-05-01
X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...
Alexey Samsonov
2012-05-01
Move MipsDisassembler classes into an anonymous namespace.
Benjamin Kramer
2012-05-01
Value-initialize global to avoid global construction.
Benjamin Kramer
2012-05-01
RuntimeDyld cleanup:
Eli Bendersky
2012-05-01
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-05-01
Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be detected on AMD processors.
Craig Topper
2012-05-01
RuntimeDyld code cleanup:
Eli Bendersky
2012-05-01
Make XOP and FMA4 require SSE4A to match GCC behavior. Use this to simplify B...
Craig Topper
2012-05-01
Attempt to handle MRMInitReg in emitVEXOpcodePrefix. Hopefully fixes PR12711.
Craig Topper
2012-05-01
Make XOP imply AVX as its needed to legalize the registers types.
Craig Topper
2012-05-01
Remove HasSSE2 from AES and CLMUL predicates. It's now implied by the HasAES ...
Craig Topper
2012-05-01
Make CLMUL and AES imply SSE2 since its needed to legalize the type.
Craig Topper
2012-05-01
Enable AVX and FMA4 for AMD Bulldozer processors.
Craig Topper
2012-05-01
An instruction in a loop is not guaranteed to be executed just because the loop
Nick Lewycky
2012-05-01
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes
Lang Hames
2012-04-30
Add some constantness. No functionality change.
Jakub Staszak
2012-04-30
X86: optimization for -(x != 0)
Manman Ren
2012-04-30
ARM: Diagnostics for out of range fixups.
Jim Grosbach
2012-04-30
Fix address calculation error from r155744.
Jakob Stoklund Olesen
2012-04-30
Tidy up. No functional change intended.
Chad Rosier
2012-04-30
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-30
Don't introduce illegal types when creating vmull operations. <rdar://11324364>
Bob Wilson
2012-04-30
It doesn't make sense to move symbol relocations to section relocations when
Eli Bendersky
2012-04-30
Just mark the sign bit as known zero, rather than any other irrelevant bits
Duncan Sands
2012-04-30
Second attempt at PR12573:
Bill Wendling
2012-04-30
Use an ArrayRef instead of explicit vector type.
Bill Wendling
2012-04-30
Code cleanup in RuntimeDyld:
Eli Bendersky
2012-04-30
Remove hack from r154987. The problem persists even with it, so it's not even...
Bill Wendling
2012-04-30
No need to normalize index before calling Extract128BitVector
Craig Topper
2012-04-30
Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...
Pete Cooper
2012-04-30
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-29
Remove unneeded casts. No functionality change.
Jakub Staszak
2012-04-29
Simplify code a bit. No functional change intended.
Craig Topper
2012-04-29
Update the documentation of CellSPU, in case it gets removed in 3.1.
Kalle Raiskila
2012-04-29
RegisterPressure: ArrayRefize some functions for better readability. No funct...
Benjamin Kramer
2012-04-29
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-28
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
[prev]
[next]