projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-12-10
Stepan Dyatkovskiy
Fixed bug 9905: Failure in code selection for llvm...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Hal Finkel
Make CR spill and restore use a reserved register....
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Nick Lewycky
Fix typo, reported by Eitan Adler!
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Jakob Stoklund...
Try to align the point where a large basic block is...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Jakob Stoklund...
More debug output formatting.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Rafael Espindola
Handle expressions of the form _GLOBAL_OFFSET_TABLE_...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Andrew Trick
LSR: ignore strides in outer loops.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Jim Grosbach
ARM add some more pre-UAL VFP mnemonics for convenience...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Eli Friedman
Splats can contain undef's; make sure to handle them...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jim Grosbach
ARM add some pre-UAL VFP mnemonics for convenience...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
NAKAMURA Takumi
unittests/Support/Path.cpp: [recursive_directory_iterat...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Bill Wendling
Add dump method for debugging.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Bill Wendling
Random cleanups. No description changes.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jim Grosbach
ARM allows '' syntax, not just '#imm' for assembly.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Kostya Serebryany
[asan] call __asan_init from .preinit_array. This simpl...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jim Grosbach
ARM assembly aliases for BIC<-->AND (immediate).
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Evan Cheng
Update test to something more sensible.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jim Grosbach
ARM NEON data type aliases for VBIC(register).
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jim Grosbach
ARM assembly parsing and encoding for VLD2 with writeback.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jakub Staszak
SplitBlockPredecessors uses ArrayRef instead of Data...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Chad Rosier
[fast-isel] Add support for selecting insertvalue.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Rafael Espindola
Handle reloc_signed_4byte in here. Not doing so was...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jakob Stoklund...
User a helper overload for a common pattern.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Bill Wendling
Revert r146041 et al. The FunctionPass doesn't take...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jim Grosbach
Tidy up. Better base class factoring.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jim Grosbach
Tidy up. Better base class factoring.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Jakob Stoklund...
Tweak debugging output.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Kevin Enderby
The second part of support for generating dwarf for...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Benjamin Kramer
This is now implemented.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Benjamin Kramer
X86: Add patterns for the various rounding ops for...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Benjamin Kramer
X86: Split (v)rounds[sd] into a normal and an intrinsic...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Evan Cheng
Move isUnpredicatedTerminator() default implementation...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Evan Cheng
Remove hasSSE1orAVX(). It's the same as hasXMM().
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Andrew Trick
Add -unroll-runtime for unrolling loops with run-time...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Evan Cheng
Forgot setting -march.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Chandler Carruth
Fix InitializeNativeTargetAsmParser in CMake builds...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Rafael Espindola
Handle the case of the magical _GLOBAL_OFFSET_TABLE_...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Chad Rosier
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Akira Hatanaka
Rename WrapperPIC. It is now used for both pic and...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Akira Hatanaka
jalr should use t9 ($25) for indirect calls regardless...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Devang Patel
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Devang Patel
Update stale comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Eli Friedman
Fix a couple of logic bugs in TargetLowering::SimplifyD...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Michael J....
unittests/SupportTests: Fix test. pop modifies the...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Michael J....
unittests/SupportTests: Add some outs()'s to debug...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Devang Patel
Revert r146184. I am seeing performance regression...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM convenience aliases for VSQRT.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Michael J....
Support/FileSystem: Implement recursive_directory_itera...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Nick Lewycky
Fix infinite loop in DSE when deleting a free in a...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Evan Cheng
Add 256-bit variant vmovss and vmovsd patterns. rdar...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Eli Friedman
Remove reference to dead GEPSplitterPass. PR11506.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM 64-bit VEXT assembly uses a .64 suffix, not .32...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Owen Anderson
Enhance both TargetLibraryInfo and SelectionDAGBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM VSHR implied destination operand form aliases.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Evan Cheng
Add various missing AVX patterns which was causing...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
Tidy up a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Devang Patel
Refactor. No intentional functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Chad Rosier
Add rather verbose stats for fast-isel failures.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM asm parser, just issue a warning for a duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Devang Patel
Filter "sink to" candidate blocks sooner. This avoids...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Akira Hatanaka
Pass a GlobalAddress instead of an ExternalSymbol to...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM VSUB implied destination operand form aliases.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
Tidy up a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Owen Anderson
Don't explicitly marked libm rounding ops as legal...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM VQADD implied destination operand form aliases.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM a few more VMUL implied destination operand form...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Akira Hatanaka
Implement 64-bit support for thread local storage handling.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Owen Anderson
Teach SelectionDAG to match more calls to libm function...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM assembler support for register name aliases.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Evan Cheng
Make MachineInstr instruction property queries more...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Evan Cheng
Add test for r146163.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Evan Cheng
Many of the SSE patterns should not be selected when...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Daniel Dunbar
Revert r146143, "Fix bug 9905: Failure in code selectio...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
NAKAMURA Takumi
test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtripl...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jan Sjödin
Src2 and src3 were accidentally swapped for the FMA4...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Nadav Rotem
Fix a bug in the integer-promotion of bitcast operation...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Stepan Dyatkovskiy
Fix bug 9905: Failure in code selection for llvm intrin...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Hal Finkel
MTCTR needs to be glued to BCTR so that CTR is not...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Pete Cooper
Reverting r145899 as it breaks clang self-hosting
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM NEON two-operand aliases for VSHL(immediate).
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jakob Stoklund...
Drop the HasInlineAsm flag.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM NEON two-operand aliases for VSHL(register).
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jakob Stoklund...
Simplify offset verification.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
Fix copy/past-o.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM NEON two-operand aliases for VMUL.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jakob Stoklund...
Don't include alignment padding in BBInfo.Size.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM VFP support 'fmrs/fmsr' aliases for 'vldr'
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM VFP support 'flds/fldd' aliases for 'vldr'
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM optional destination operand variants for VEXT...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Chad Rosier
Fix 80-column.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Jim Grosbach
ARM assembler aliases for "add Rd, #-imm" to "sub Rd...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Nick Lewycky
Add Tsan annotations to the pass system.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Chad Rosier
Fix comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Peter Collingbourne
EngineBuilder: support for custom TargetOptions. Fixes the
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Chad Rosier
Fix comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Jim Grosbach
ARM assembly, allow 'asl' as a synonym for 'lsl' in...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Akira Hatanaka
Modify class ReadHardware and add definition of 64...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Akira Hatanaka
Add newline.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Akira Hatanaka
Add 64-bit HWR29 register.
commit
|
commitdiff
|
tree
|
snapshot
next