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
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
escape special char when handling CXX_FOR_OCAMLOPT
Nuno Lopes
2012-09-02
fix test's RUN lines
Nuno Lopes
2012-09-02
add support for ocaml 3.12
Nuno Lopes
2012-09-02
replace a couple of single-line comments with /* */ to fix the build of stuff...
Nuno Lopes
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
PR13689: Check for backtrace(3) in the cmake build.
Benjamin Kramer
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
Add ARM ELF support to llvm-objdump.
Logan Chien
2012-09-01
Code cleanup: tools/opt/opt.cpp
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-09-01
llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corres...
NAKAMURA Takumi
2012-09-01
Fix Atom bots for r163036.
Manman Ren
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
Make sure to build libpthread to check for HAVE_PTHREAD_MUTEX_LOCK.
Eric Christopher
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
llvm/test/CodeGen/X86/vec_select.ll: Fix failure on xmm-less hosts, to add -m...
NAKAMURA Takumi
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
Try to make this test more generic to unbreak buildbots.
Owen Anderson
2012-08-30
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
[next]