Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
b6ec3a933d13fbfd4fe3d8944ae58770affec2f1
b6ec3a9
Merged in both release announcement guts.
by Tanya Lattner
· 18 years ago
98a6c62
Don't fold bitconvert(load) for preinc/postdec loads. Likewise stores.
by Dale Johannesen
· 18 years ago
d6ddc30
isBlockPredicable() always ignore terminal instructions; add comments.
by Evan Cheng
· 18 years ago
3f8602c
ARM::tB is also predicable.
by Evan Cheng
· 18 years ago
02c602b
PredicateInstruction returns true if the operation was successful.
by Evan Cheng
· 18 years ago
2eb80fa
Add default implementation of PredicateInstruction().
by Evan Cheng
· 18 years ago
c3a289c
Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr.
by Evan Cheng
· 18 years ago
75604f8
Move if-conversion after all passes that may use register scavenger.
by Evan Cheng
· 18 years ago
b5f8eff
Removed isPredicable().
by Evan Cheng
· 18 years ago
5ada199
Make ARM::B isPredicable; Make Bcc and MOVCC condition option a normal operand so they are not predicable.
by Evan Cheng
· 18 years ago
064d7cd
Added isPredicable bit to class Instruction.
by Evan Cheng
· 18 years ago
5127ce0
Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable without having a PredicateOperand.
by Evan Cheng
· 18 years ago
1bccb49
Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() to MachineInstr::isPredicable().
by Evan Cheng
· 18 years ago
6551dcd
Fix a bug in the "fromString" method where radix 2,8 and 16 values were
by Reid Spencer
· 18 years ago
2b91631
Update for arbitrary precision integer types.
by Reid Spencer
· 18 years ago
562744c
Fix PR1355: Only compute the SUBPATH and TESTDIR once.
by Reid Spencer
· 18 years ago
fab21b0
Fix PR number.
by Devang Patel
· 18 years ago
f750a2b
New test for PR1417
by Devang Patel
· 18 years ago
52811bd
Avoid a "loss of precision" error in gcc 4.1.3.
by Reid Spencer
· 18 years ago
53c3a33
Output exception call-sites in address order, as required by the unwinding
by Duncan Sands
· 18 years ago
aeafca0
Conditional branch is not a barrier.
by Evan Cheng
· 18 years ago
c76d441
Use a ptr set instead of a linear search to unique TokenFactor operands.
by Chris Lattner
· 18 years ago
1651871
testcase for maskmovq
by Chris Lattner
· 18 years ago
738a6ec
implement the missing maskmovq mmx intrinsic that akor hit.
by Chris Lattner
· 18 years ago
bfcd803
add missing mmx intrinsic
by Chris Lattner
· 18 years ago
2706f97
Fix comment.
by Evan Cheng
· 18 years ago
c5d05ef
Devang points out that we need an assertion here.
by Evan Cheng
· 18 years ago
6c1d2b9
Fix comments.
by Evan Cheng
· 18 years ago
951418b
Implement printing of instruction result values when debug info is turned
by Reid Spencer
· 18 years ago
93003b8
Bug fix: should check ABI alignment, not pref. alignment.
by Evan Cheng
· 18 years ago
9307292
Hooks for predication support.
by Evan Cheng
· 18 years ago
4e65485
Initial commit of (very basic) if converter.
by Evan Cheng
· 18 years ago
0402e17
Add TargetInstrInfo predication hooks.
by Evan Cheng
· 18 years ago
01b4748
New test.
by Devang Patel
· 18 years ago
14ba0cc
Remove extra CFG edges before doing these passes; it makes them happier.
by Dale Johannesen
· 18 years ago
e0adffa
add PR number and testcase from the PR.
by Chris Lattner
· 18 years ago
decc209
new testcase
by Chris Lattner
· 18 years ago
b5bb7ff
Fix an infinite recursion in GetNegatedExpression.
by Lauro Ramos Venancio
· 18 years ago
f879aab
Don't put test cases into regression test suite before the bug is fixed.
by Reid Spencer
· 18 years ago
49b5c27
The index into the actions table is a ULEB128 not a SLEB128.
by Duncan Sands
· 18 years ago
e4285dc
Note on current implementation of ELF32/PPC ABI.
by Nicolas Geoffray
· 18 years ago
8ff18f1
Add a test case for PR1420
by Reid Spencer
· 18 years ago
ce3e2bf
selects can also reach here
by Chris Lattner
· 18 years ago
d67c632
implement the ModuleProvider::dematerializeFunction hook
by Chris Lattner
· 18 years ago
76c94b6
Un-brain-dead-ify the lowering of part set for the reverse case.
by Reid Spencer
· 18 years ago
4ef9b11
Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll, the other recent
by Chris Lattner
· 18 years ago
c90233b
Fix some subtle issues handling immediate values. This fixes
by Chris Lattner
· 18 years ago
14fc235
new testcase that crashes llc
by Chris Lattner
· 18 years ago
9f5d578
fix some subtle inline asm selection issues
by Chris Lattner
· 18 years ago
44bec52
Add PredicateOperand to all ARM instructions that have the condition field.
by Evan Cheng
· 18 years ago
709fd41
fix subtle bugs in inline asm operand selection
by Chris Lattner
· 18 years ago
19e3f31
Added getNumExplicitOperands and findFirstPredOperand.
by Evan Cheng
· 18 years ago
30d15757
Added \!con(a,b) syntax to concatnate two dag fragments.
by Evan Cheng
· 18 years ago
5de723c
All operands that made up of the predicate operands are maked M_PREDICATE_OPERAND.
by Evan Cheng
· 18 years ago
3ab6dcf
Mark all (not just the first) predicate operand M_PREDICATE_OPERAND.
by Evan Cheng
· 18 years ago
39376d0
PredicateOperand related bug fix.
by Evan Cheng
· 18 years ago
4b2e7ac
testcase that crashes llc
by Chris Lattner
· 18 years ago
289f617
Correct a comment.
by Dan Gohman
· 18 years ago
6b6aef8
Fix Transforms/InstCombine/2007-05-14-Crash.ll
by Chris Lattner
· 18 years ago
24bb504
New testcase that crashes instcombine
by Chris Lattner
· 18 years ago
5d3d44a
Fix previous patch. GOTOFF can be used only when the symbol has internal
by Lauro Ramos Venancio
· 18 years ago
2944652
implement a simple fneg optimization/propagation thing. This compiles:
by Chris Lattner
· 18 years ago
f2f4bb2
new testcase
by Chris Lattner
· 18 years ago
8dfffd5
Only worry about intervening kill if there are more than one live ranges in the interval.
by Evan Cheng
· 18 years ago
0dbea33
Test for PR1406.
by Evan Cheng
· 18 years ago
2f6cb2b
Fix for PR1406:
by Evan Cheng
· 18 years ago
47927b3
New test.
by Evan Cheng
· 18 years ago
3cc94c0
Doh. .cpp -> .ll
by Evan Cheng
· 18 years ago
8b966d9
When marking a register as being implicitly defined, make sure to clear its partial use info as well.
by Evan Cheng
· 18 years ago
930d161
Optimize PIC implementation. GOTOFF can be used when the symbol is defined
by Lauro Ramos Venancio
· 18 years ago
69642f1
Enable aliases on arm-linux.
by Lauro Ramos Venancio
· 18 years ago
7055fd0
Remove duplicated line.
by Evan Cheng
· 18 years ago
b92cb15
Reverse last patch .. premature. Depends on uncommitted CBE patch.
by Reid Spencer
· 18 years ago
477e974
Update this test to match the (corrected) output from the CBE.
by Reid Spencer
· 18 years ago
9bd57b6
Give names to the final result values of the part_set computations. This
by Reid Spencer
· 18 years ago
c6749c4
The wrapping behavior of part_set is not desirable. Adjust the
by Reid Spencer
· 18 years ago
d6a85b5
Revise definition of part_select. The wrapping behavior is not useful so
by Reid Spencer
· 18 years ago
d9efdb2
Correct a few comments.
by Dan Gohman
· 18 years ago
a196b99
Add passes -view-cfg and -view-cfg-only that are like -print-cfg and
by Dan Gohman
· 18 years ago
2703f23
Use templates for the GraphType for DefaultDOTGraphTraits' members instead
by Dan Gohman
· 18 years ago
b7f0675
Add a addRequiredTransitiveID member function, which is to
by Dan Gohman
· 18 years ago
f3e5bc6
Add a skeleton for future contents
by Chris Lattner
· 18 years ago
d82dc66
update comments
by Chris Lattner
· 18 years ago
69944e8
Make the results for the rotate functions correct when rotateAmt == 0.
by Reid Spencer
· 18 years ago
19dc32a
Add some things needed by the llvm-gcc version supporting bit accurate integer
by Reid Spencer
· 18 years ago
9273418
add a link
by Chris Lattner
· 18 years ago
40c1b66
Fix PR1413
by Chris Lattner
· 18 years ago
d2abaf5
this crashes globalopt
by Chris Lattner
· 18 years ago
79cfddf
Fix Transforms/GlobalOpt/2007-05-13-Crash.ll
by Chris Lattner
· 18 years ago
185bc89
Emit function debug frames in one atom. This will prevent us from generating incorrect assembler in case of both
by Anton Korobeynikov
· 18 years ago
8c7c173
Emit multiple common EH frames for multiple (including blank) personality
by Anton Korobeynikov
· 18 years ago
69b3e40
add initial description of llvm top-level stuff.
by Chris Lattner
· 18 years ago
7300af5
finish the description of the bitstream format.
by Chris Lattner
· 18 years ago
0ff3ca4
More DWARF-related things cleanup:
by Anton Korobeynikov
· 18 years ago
92c7283
Fix shl to produce the correct result when the bitwidth is > 64 and the
by Reid Spencer
· 18 years ago
45d6764
Add a test case for shl of APInt integers > 64 bits by 0 shift amount.
by Reid Spencer
· 18 years ago
5156f5b
Get the size of auto arrays right, regardless of its changing size.
by Reid Spencer
· 18 years ago
58d0547
Fix a grammaro.
by Reid Spencer
· 18 years ago
f1d64e9
fix typo
by Chris Lattner
· 18 years ago
daeb63c
continued description
by Chris Lattner
· 18 years ago
Next »