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-09-03
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
Move ErrorLoc decl into the scope where it's actually used.
Chad Rosier
2012-09-02
Fix a typo.
Nadav Rotem
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
LoopRotation: Make the brute force DomTree update more brute force.
Benjamin Kramer
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
Generate better select code by allowing the target to use scalar select, and ...
Nadav Rotem
2012-09-01
Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...
Pete Cooper
2012-09-01
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
Revert "Take account of boolean vector contents when promoting a build vector...
Pete Cooper
2012-09-01
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-09-01
Fix typo.
Logan Chien
2012-09-01
LoopRotation: Check some invariants of the dominator updating code.
Benjamin Kramer
2012-09-01
Typos
Craig Topper
2012-09-01
Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...
Owen Anderson
2012-09-01
Fix typo
Michael Liao
2012-08-31
SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure its
Manman Ren
2012-08-31
Mark FMA4 instructions as commutable and add them to the folding tables.
Craig Topper
2012-08-31
Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()
Chad Rosier
2012-08-31
Add selection of RegOp2MemOpTable3 to canFoldMemoryOperand
Craig Topper
2012-08-31
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
Fix PR12359
Michael Liao
2012-08-31
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-31
Move the GCOVFormat enums into their own namespace per the LLVM coding standard.
Bill Wendling
2012-08-31
Add a comment to explain what's really going on.
Chad Rosier
2012-08-31
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
Mark FMA3 instructions as commutable so that the operands to the multiply par...
Craig Topper
2012-08-31
Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...
Craig Topper
2012-08-31
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
Don't enforce ordered inline asm operands.
Jakob Stoklund Olesen
2012-08-31
Clean up ProfileDataLoader a bit.
Benjamin Kramer
2012-08-31
Cleanups due to feedback. No functionality change. Patch by Alistair.
Bill Wendling
2012-08-31
Clean up AddedComplexity further after adding UseSSEx
Michael Liao
2012-08-31
Fix a couple of typos in EmitAtomic.
Jakob Stoklund Olesen
2012-08-31
X86: Fix encoding of 'movd %xmm0, %rax'
Jim Grosbach
2012-08-31
With the fix in r162954/162955 every cvt function returns true. Thus, have
Chad Rosier
2012-08-30
Take account of boolean vector contents when promoting a build vector from i1...
Pete Cooper
2012-08-30
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-30
Fix for r162954. Return the Error.
Chad Rosier
2012-08-30
Move a check to the validateInstruction() function where it more properly bel...
Chad Rosier
2012-08-30
Typo.
Chad Rosier
2012-08-30
Currently targets that do not support selects with scalar conditions and vect...
Nadav Rotem
2012-08-30
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-30
Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.
NAKAMURA Takumi
2012-08-30
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-30
test
Michael Ilseman
2012-08-30
LoopRotate: Also rotate loops with multiple exits.
Benjamin Kramer
2012-08-30
InstCombine: Fix comment to reflect the code.
Benjamin Kramer
2012-08-30
Don't use MCInstrDesc flags for implicit operands.
Jakob Stoklund Olesen
[next]