index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-18
Remove some clutter and make it keep going instead of stopping at the
Reid Spencer
1
-21
/
+23
2006-12-12
Ignore entries with blank names.
Jim Laskey
1
-2
/
+4
2006-12-12
Rollback changes to take a different tack.
Jim Laskey
1
-1
/
+0
2006-12-12
Honor the command line specification for machine type.
Jim Laskey
1
-0
/
+1
2006-12-11
Provide a script that can track down which optimization pass causes
Reid Spencer
1
-0
/
+99
2006-12-09
Allow the input of the test program to be specified.
Reid Spencer
1
-5
/
+11
2006-12-08
Add the -ldl library option.
Reid Spencer
1
-2
/
+3
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
17
-1603
/
+2467
2006-12-01
Match TargetInstrInfo changes.
Evan Cheng
1
-3
/
+2
2006-11-25
Only show the first few lines of difference.
Reid Spencer
1
-1
/
+1
2006-11-24
Add an option to enable lli (interpreter mode) testing.
Reid Spencer
1
-0
/
+3
2006-11-22
Stop early if there is no mis-optimization.
Reid Spencer
1
-0
/
+9
2006-11-20
Fix PR1001, patch by Nikhil Patil!
Chris Lattner
1
-1
/
+11
2006-11-18
Make the awk filter print out which files its eliminating.
Reid Spencer
1
-1
/
+2
2006-11-18
This is a utility for preparing patches against LLVM. It runs cvs diff with
Reid Spencer
1
-0
/
+36
2006-11-18
Provide a list of gccld optimization switches.
Reid Spencer
1
-1
/
+4
2006-11-17
Add opcode to TargetInstrDescriptor.
Evan Cheng
1
-3
/
+4
2006-11-16
Use a release version of bugpoint, if found. Include gccld passes.
Reid Spencer
1
-5
/
+19
2006-11-15
Remove the isTwoAddress property from the CodeGenInstruction class. It should
Chris Lattner
4
-19
/
+53
2006-11-15
ADd support for adding constraints to suboperands
Chris Lattner
3
-32
/
+111
2006-11-14
restore some 'magic' code that I removed: it is needed. Add comments explaining
Chris Lattner
1
-10
/
+22
2006-11-14
minimal hack to get patterns whose result type is iPTR to be selected.
Chris Lattner
1
-0
/
+16
2006-11-14
remove some dead code
Chris Lattner
1
-9
/
+2
2006-11-14
Add support for nodes that return iPTR.
Chris Lattner
1
-4
/
+6
2006-11-14
changes to get ptr_rc to be accepted in patterns. This is needed for ppc preinc
Chris Lattner
1
-8
/
+22
2006-11-14
Fix a bug handling nodes with variable arguments. The code was fixed to assume
Chris Lattner
1
-8
/
+15
2006-11-13
Add some output so the user is informed while they wait.
Reid Spencer
1
-3
/
+14
2006-11-11
Add -lstdc++ to the link line for C++ programs.
Reid Spencer
1
-2
/
+2
2006-11-10
allow ptr_rc to explicitly appear in an instructions operand list, it doesn't
Chris Lattner
2
-38
/
+42
2006-11-09
Remove M_2_ADDR_FLAG.
Evan Cheng
1
-1
/
+0
2006-11-09
Don't run bugpoint if we can't find a misoptimization.
Reid Spencer
1
-2
/
+6
2006-11-09
Print a usage message if too few arguments to program.
Reid Spencer
1
-0
/
+5
2006-11-09
Add a utility script to find a mis-optimization problem. This sometimes
Reid Spencer
1
-0
/
+125
2006-11-08
Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD,
Evan Cheng
1
-46
/
+35
2006-11-08
Always pass the root node to ComplexPattern isel matching function.
Evan Cheng
1
-4
/
+3
2006-11-07
emit TIED_TO correctly
Chris Lattner
1
-2
/
+2
2006-11-06
Mark predicate operands as such in operand info.
Chris Lattner
1
-0
/
+4
2006-11-06
simplify the way operand flags and constraints are handled, making it easier
Chris Lattner
4
-70
/
+79
2006-11-06
recognize ppc's blr instruction as predicated
Chris Lattner
3
-0
/
+4
2006-11-05
regenerate
Chris Lattner
2
-42
/
+44
2006-11-05
Unbreak VC++ build.
Jeff Cohen
4
-3
/
+6
2006-11-04
Clean up some code.
Evan Cheng
2
-2
/
+5
2006-11-04
Parse PredicateOperand's. When an instruction takes one, have the generated
Chris Lattner
2
-6
/
+86
2006-11-04
First steps to getting PredicateOperand's to work. This handles instruction
Chris Lattner
1
-14
/
+37
2006-11-03
eliminate need for the NumMIOperands field in Operand.
Chris Lattner
1
-1
/
+13
2006-11-03
Remove an unused variable.
Reid Spencer
1
-3
/
+1
2006-11-03
silence warning
Chris Lattner
1
-0
/
+2
2006-11-03
Don't write out variables that are never used.
Reid Spencer
1
-3
/
+0
2006-11-03
silence warnings
Chris Lattner
1
-5
/
+1
2006-11-02
Revert last patch which causes tblgen to segfault (why, I'm not sure).
Reid Spencer
1
-2
/
+6
[next]