index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fold things like "phi [add (a,b), add(c,d)]" into two phi's and one add.
Chris Lattner
2006-11-01
1
-3
/
+57
*
Print jumptable index.
Evan Cheng
2006-11-01
2
-0
/
+4
*
Remove unnecessary sign conversions made possible by last patch.
Reid Spencer
2006-11-01
1
-4
/
+0
*
Fix a bug in the interpreter where divides of unmatched signed operands
Reid Spencer
2006-11-01
1
-8
/
+11
*
make tail merging more aggressive. If two blocks share a common tail, but the
Chris Lattner
2006-11-01
1
-16
/
+53
*
enable branch folding with an option
Chris Lattner
2006-11-01
1
-1
/
+2
*
Not meant to be checked in.
Evan Cheng
2006-11-01
1
-5
/
+1
*
Add operand constraints to TargetInstrInfo.
Evan Cheng
2006-11-01
6
-16
/
+110
*
Add constraints to Instruction class.
Evan Cheng
2006-11-01
1
-0
/
+2
*
more shotenning
Andrew Lenharth
2006-10-31
5
-130
/
+92
*
Compile CodeGen/PowerPC/fp-branch.ll to:
Chris Lattner
2006-10-31
1
-6
/
+19
*
This test should compile down to one comparison, not two.
Chris Lattner
2006-10-31
1
-0
/
+20
*
look through isunordered to inline it into branch blocks.
Chris Lattner
2006-10-31
1
-12
/
+43
*
Nuke dead code.
Evan Cheng
2006-10-31
1
-1
/
+0
*
allow the address of a global to be used with the "i" constraint when in
Chris Lattner
2006-10-31
2
-1
/
+36
*
implement the 'c' inline asm modifier character
Chris Lattner
2006-10-31
1
-0
/
+3
*
new testcase for PR882
Chris Lattner
2006-10-31
1
-0
/
+29
*
handle global address constant sdnodes
Chris Lattner
2006-10-31
1
-2
/
+7
*
Let us play simplify the td file (and fix a few missed sub and mul patterns).
Andrew Lenharth
2006-10-31
2
-83
/
+63
*
make one giant add and sub tester
Andrew Lenharth
2006-10-31
4
-25
/
+188
*
handle "st" as "st(0)"
Chris Lattner
2006-10-31
1
-3
/
+12
*
TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
1
-2
/
+7
*
Change the prototype for TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
4
-20
/
+34
*
generalize the fix for PR977 to also fix
Chris Lattner
2006-10-31
1
-28
/
+26
*
another testcase for PR977
Chris Lattner
2006-10-31
1
-0
/
+210
*
Fix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
Chris Lattner
2006-10-31
1
-1
/
+8
*
testcase for PR977
Chris Lattner
2006-10-31
1
-0
/
+270
*
Add all that branch mangling niftiness
Andrew Lenharth
2006-10-31
9
-129
/
+414
*
add support for calling functions when the caller has variable sized objects
Rafael Espindola
2006-10-31
2
-2
/
+23
*
1. Clean up code due to changes in SwitchTo*Section(2)
Anton Korobeynikov
2006-10-31
9
-52
/
+80
*
Turn an assert into an error message. This is commonly triggered when
Chris Lattner
2006-10-31
1
-1
/
+5
*
add a note
Chris Lattner
2006-10-31
1
-0
/
+1
*
new testcase
Chris Lattner
2006-10-31
1
-0
/
+16
*
new testcase
Chris Lattner
2006-10-31
1
-0
/
+16
*
Unbreaking static ctors patch.
Anton Korobeynikov
2006-10-31
2
-3
/
+3
*
Fix a typo which can break jumptables.
Evan Cheng
2006-10-31
1
-1
/
+1
*
Make this compile again.
Reid Spencer
2006-10-31
1
-1
/
+1
*
Apply Aton's LLVM patch for PR973: Linux ctors / dtors support.
Evan Cheng
2006-10-31
1
-4
/
+22
*
Fix a problem introduced by a last-minute change (logic negation).
Reid Spencer
2006-10-30
1
-2
/
+2
*
fix miscompilation of llvm.isunordered, where we branched on the opposite
Chris Lattner
2006-10-30
1
-2
/
+2
*
Don't mislead readers by claiming a variable is defaulted to false when
Reid Spencer
2006-10-30
1
-1
/
+1
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
9
-17
/
+59
*
fix wonky indentation
Chris Lattner
2006-10-30
1
-6
/
+6
*
Update comment. Valid option is -debug-pass=Structures.
Devang Patel
2006-10-30
1
-1
/
+1
*
Switch abbreviations to use the folding set.a.
Jim Laskey
2006-10-30
1
-127
/
+111
*
Simplify DwarfWriter header.
Jim Laskey
2006-10-30
2
-454
/
+514
*
All targets expand BR_JT for now.
Evan Cheng
2006-10-30
6
-4
/
+11
*
Lower jumptable to BR_JT. The legalizer can lower it to a BRIND or let the ta...
Evan Cheng
2006-10-30
2
-28
/
+55
*
Added a new SDNode type: BR_JT for jumptable branch.
Evan Cheng
2006-10-30
2
-0
/
+5
*
fix this regtest
Chris Lattner
2006-10-30
1
-1
/
+1
[next]