projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove question.
[oota-llvm.git]
/
test
/
2012-02-17
Nick Lewycky
Remove question.
tree
|
commitdiff
2012-02-17
Nick Lewycky
Add support for invariant.start inside the static const...
tree
|
commitdiff
2012-02-17
Chad Rosier
[fast-isel] Add support for returning non-legal types...
tree
|
commitdiff
2012-02-16
Bill Wendling
Use –mcpu=generic, so that the test will not fail when...
tree
|
commitdiff
2012-02-16
Benjamin Kramer
Disable machine copy propagation for now. It's known...
tree
|
commitdiff
2012-02-16
Benjamin Kramer
InstSimplify: Ignore pointer casts when constant foldin...
tree
|
commitdiff
2012-02-16
Eli Bendersky
Replace all instances of dg.exp file with lit.local...
tree
|
commitdiff
2012-02-16
Eli Friedman
loop-rotate shouldn't hoist alloca instructions out...
tree
|
commitdiff
2012-02-15
Bill Wendling
Remove extraneous tests.
tree
|
commitdiff
2012-02-15
Bill Wendling
Add a test for generating Objective-C metadata from...
tree
|
commitdiff
2012-02-15
Bill Wendling
Add a test for the Objective-C garbage collection metad...
tree
|
commitdiff
2012-02-15
David Meyer
For ELF, also call fixSymbolsInTLSFixups() on expressio...
tree
|
commitdiff
2012-02-15
Pete Cooper
Stop custom lowering forr x86 DEC64m from happening...
tree
|
commitdiff
2012-02-14
Lang Hames
Tighten physical register invariants: Allocatable physi...
tree
|
commitdiff
2012-02-14
Nadav Rotem
Fix PR12000. Some vector operations may use scalar...
tree
|
commitdiff
2012-02-14
Bill Wendling
Change error tests to coincide with message changes.
tree
|
commitdiff
2012-02-14
Kostya Serebryany
[asan] fix asan-vs-gvn.ll test (it did not actually...
tree
|
commitdiff
2012-02-14
Andrew Trick
Add simplifyLoopLatch to LoopRotate pass.
tree
|
commitdiff
2012-02-13
Devang Patel
Check against umin while converting fcmp into an icmp.
tree
|
commitdiff
2012-02-13
Dan Gohman
Just like in regular escape analysis, loads and stores...
tree
|
commitdiff
2012-02-13
Kostya Serebryany
ThreadSanitizer, a race detector. First LLVM commit.
tree
|
commitdiff
2012-02-13
Nadav Rotem
Fix a bug in DAGCombine for the optimization of BUILD_V...
tree
|
commitdiff
2012-02-13
Craig Topper
Revert accidental commit of a pruned testcase from...
tree
|
commitdiff
2012-02-13
Craig Topper
Update CanXFormVExtractWithShuffleIntoLoad to ensure...
tree
|
commitdiff
2012-02-13
Pete Cooper
Fixed bug when custom lowering DEC64m on x86.
tree
|
commitdiff
2012-02-12
Nadav Rotem
This patch addresses the problem of poor code generatio...
tree
|
commitdiff
2012-02-11
Anton Korobeynikov
Add support for implicit TLS model used with MS VC...
tree
|
commitdiff
2012-02-11
Bill Wendling
[WIP] Initial code for module flags.
tree
|
commitdiff
2012-02-10
Hal Finkel
Update BBVectorize to use aliasesUnknownInst.
tree
|
commitdiff
2012-02-10
Duncan Sands
Fix PR11948: the result type of an icmp may be a vector...
tree
|
commitdiff
2012-02-10
Duncan Sands
Revert commit 149912 (lattner) and add a testcase that...
tree
|
commitdiff
2012-02-10
Andrew Trick
RegAlloc superpass: includes phi elimination, coalescin...
tree
|
commitdiff
2012-02-09
Benjamin Kramer
GlobalOpt: Be more aggressive about elminating side...
tree
|
commitdiff
2012-02-09
James Molloy
Teach the MC and disassembler about SoftFail, and hook...
tree
|
commitdiff
2012-02-09
NAKAMURA Takumi
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple...
tree
|
commitdiff
2012-02-08
Evan Cheng
Commit Andy Zhang's test for the lea patch.
tree
|
commitdiff
2012-02-08
Kostya Serebryany
[asan] unpoison the stack before every noreturn call...
tree
|
commitdiff
2012-02-08
Elena Demikhovsky
Fixed a bug in printing "cmp" pseudo ops.
tree
|
commitdiff
2012-02-08
Chad Rosier
[fast-isel] Add support for SUBs with non-legal types.
tree
|
commitdiff
2012-02-08
Chad Rosier
Add comment to test case.
tree
|
commitdiff
2012-02-08
Chad Rosier
[fast-isel] Add support for ORs with non-legal types.
tree
|
commitdiff
2012-02-07
Chad Rosier
[fast-isel] Add support for indirect branches.
tree
|
commitdiff
2012-02-07
Craig Topper
Add instruction selection for 256-bit VPSHUFD and 128...
tree
|
commitdiff
2012-02-06
Chad Rosier
[fast-isel] Add support for ADDs with non-legal types.
tree
|
commitdiff
2012-02-06
Kostya Serebryany
The patch resolves the conflict between AddressSanitize...
tree
|
commitdiff
2012-02-06
Bill Wendling
The 'unwind' instruction is deprecated and will be...
tree
|
commitdiff
2012-02-05
Nick Lewycky
Teach GlobalOpt to handle atomic accesses to globals.
tree
|
commitdiff
2012-02-05
Duncan Sands
Testcase for commit 149833 (use of an uninitialized...
tree
|
commitdiff
2012-02-05
Duncan Sands
Reduce the number of dom queries made by GVN's conditio...
tree
|
commitdiff
2012-02-05
Benjamin Kramer
Testing vector code without sse doesn't make much sense.
tree
|
commitdiff
2012-02-05
Chris Lattner
Add a test for the miscompilation my recent ConstantDat...
tree
|
commitdiff
2012-02-05
Craig Topper
Remove most of the intrinsics for XOP VPCMOV instructio...
tree
|
commitdiff
2012-02-04
Hal Finkel
Boost the effective chain depth of loads and stores.
tree
|
commitdiff
2012-02-04
Chad Rosier
[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
tree
|
commitdiff
2012-02-03
Chad Rosier
[fast-isel] Add support for FPToUI. Also add test...
tree
|
commitdiff
2012-02-03
Chad Rosier
[fast-isel] Add support for selecting UIToFP.
tree
|
commitdiff
2012-02-03
Nadav Rotem
The type-legalizer often scalarizes code. One of the...
tree
|
commitdiff
2012-02-03
Akira Hatanaka
Add a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
tree
|
commitdiff
2012-02-03
Dan Gohman
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactl...
tree
|
commitdiff
2012-02-03
Jim Grosbach
Revert "Disable InstCombine unsafe folding bitcasts...
tree
|
commitdiff
2012-02-02
Matt Beaumont-Gay
Unix line endings
tree
|
commitdiff
2012-02-02
NAKAMURA Takumi
Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
tree
|
commitdiff
2012-02-02
Elena Demikhovsky
Optimization for SIGN_EXTEND operation on AVX.
tree
|
commitdiff
2012-02-02
Lang Hames
Set EFLAGS correctly in EmitLoweredSelect on X86.
tree
|
commitdiff
2012-02-02
Lang Hames
PR11868. The previous loop in LiveIntervals::join would...
tree
|
commitdiff
2012-02-01
Andrew Trick
Instruction scheduling itinerary for Intel Atom.
tree
|
commitdiff
2012-02-01
Mon P Wang
Avoid creating an extract element to an illegal type...
tree
|
commitdiff
2012-02-01
Andrew Trick
VLIW specific scheduler framework that utilizes determi...
tree
|
commitdiff
2012-02-01
NAKAMURA Takumi
test/CodeGen/X86/avx-minmax.ll: Relax expressions for...
tree
|
commitdiff
2012-02-01
Elena Demikhovsky
Passing AVX 256-bit structures in Win64 was wrong.
tree
|
commitdiff
2012-02-01
Elena Demikhovsky
Optimization for "truncate" operation on AVX.
tree
|
commitdiff
2012-02-01
Hal Finkel
Add a basic-block autovectorization pass.
tree
|
commitdiff
2012-02-01
Jim Grosbach
Disable InstCombine unsafe folding bitcasts of calls...
tree
|
commitdiff
2012-01-31
Kevin Enderby
Fixed a crash in llvm-mc for Mach-O when a symbol diffe...
tree
|
commitdiff
2012-01-31
Craig Topper
Remove pcmpgt/pcmpeq intrinsics as clang is not using...
tree
|
commitdiff
2012-01-31
Bill Wendling
Remove all references to the old EH.
tree
|
commitdiff
2012-01-31
Bill Wendling
Update test to new EH model.
tree
|
commitdiff
2012-01-31
Bill Wendling
Update test to new EH model.
tree
|
commitdiff
2012-01-30
Chandler Carruth
Chris's constant data sequence refactoring actually...
tree
|
commitdiff
2012-01-30
Devang Patel
Intel syntax. Adjust special code, used to recognize...
tree
|
commitdiff
2012-01-30
Devang Patel
Intel syntax. Support .intel_syntax directive.
tree
|
commitdiff
2012-01-30
Craig Topper
Fix pattern for memory form of PSHUFD for use with...
tree
|
commitdiff
2012-01-30
NAKAMURA Takumi
CMake: Promote the testing targets out of folders on...
tree
|
commitdiff
2012-01-28
James Molloy
Ensure .AliasedSymbol() is called on all uses of getSym...
tree
|
commitdiff
2012-01-28
Rafael Espindola
Small improvement to the recursion detection logic...
tree
|
commitdiff
2012-01-28
Rafael Espindola
Handle recursive variable definitions directly. This...
tree
|
commitdiff
2012-01-27
Rafael Espindola
Add r149110 back with a fix for when the vector and...
tree
|
commitdiff
2012-01-27
Rafael Espindola
Revert r149110 and add a testcase that was crashing...
tree
|
commitdiff
2012-01-27
Devang Patel
Intel Syntax: Parse mem operand with seg reg. QWORD...
tree
|
commitdiff
2012-01-27
Matt Beaumont-Gay
Unix line endings
tree
|
commitdiff
2012-01-27
Chris Lattner
enhance constant folding to be able to constant fold...
tree
|
commitdiff
2012-01-27
Lang Hames
Rewrite instruction operands in AdjustCopiesBackFrom...
tree
|
commitdiff
2012-01-26
Jakob Stoklund Olesen
Handle call-clobbered ymm registers on Win64.
tree
|
commitdiff
2012-01-26
Chad Rosier
Replace the use of isPredicable() with isPredicated...
tree
|
commitdiff
2012-01-26
Jakob Stoklund Olesen
Clear kill flags before propagating a copy.
tree
|
commitdiff
2012-01-26
James Molloy
Add support for the R_ARM_TARGET1 relocation, which...
tree
|
commitdiff
2012-01-26
Victor Umansky
Fix for the following bug in AVX codegen for double...
tree
|
commitdiff
2012-01-25
Jakob Stoklund Olesen
Improve sub-register def handling in ProcessImplicitDefs.
tree
|
commitdiff
2012-01-25
Anton Korobeynikov
Properly emit ctors / dtors with priorities into desire...
tree
|
commitdiff
2012-01-25
Jim Grosbach
ARM assemly parsing and validation of IT instruction.
tree
|
commitdiff
next