index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2006-05-19
Now that iPTR is a fully resolved type. We end up losing the type check for
Evan Cheng
2006-05-18
lib/Target/Target.td
Evan Cheng
2006-05-18
Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.
Evan Cheng
2006-05-17
Typo
Evan Cheng
2006-05-17
Remove PointerType from target definition. Use abstract type MVT::iPTR to
Evan Cheng
2006-05-16
Allow patterns to refer to physical registers that belong to multiple
Evan Cheng
2006-05-13
Don't try to reference uninitialized data. Make sure we can find "nm".
Reid Spencer
2006-05-12
Noop instruction
Evan Cheng
2006-05-12
Unused instruction
Evan Cheng
2006-05-11
Also add super- register classes info.
Evan Cheng
2006-05-10
Watch out for the following case:
Evan Cheng
2006-05-10
Fix a load folding bug. It is exposed by a multi- resulting instructions
Evan Cheng
2006-05-09
Add sub-register class information.
Evan Cheng
2006-05-03
Attempt to get this script working on Darwin.
Reid Spencer
2006-05-03
Set isStore of instructions with ISD::TRUNCSTORE root node.
Evan Cheng
2006-05-01
Put instruction names into the first non TargetInstrInfo namespace found.
Chris Lattner
2006-05-01
instructions can be in different namespaces. Make sure to use the right
Chris Lattner
2006-05-01
Formating
Evan Cheng
2006-05-01
Mark instructions whose pattern is (store ...) isStore.
Evan Cheng
2006-04-28
Remove the temporary option: -no-isel-fold-inflight
Evan Cheng
2006-04-28
When isel'ing a node, mark its operands "InFlight" before selecting them. These
Evan Cheng
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-21
Remove the extraneous --defined-only option to nm. This is the default and
Reid Spencer
2006-04-20
Don't require the "dot" program if -flat option is given, and don't produce
Reid Spencer
2006-04-20
Remove the llvm-config directory. Its now in tools.
Reid Spencer
2006-04-20
llvm-config doesn't live here anymore ==> tools
Reid Spencer
2006-04-20
Update the library dependencies for 1.8 with SparcV9 now gone.
Reid Spencer
2006-04-20
Remove Burg as a directory to be considered.
Reid Spencer
2006-04-20
remove some stuff
Chris Lattner
2006-04-20
Burg not needed any more now that SparcV9 is gone.
Reid Spencer
2006-04-20
Don't fill in fields that no longer exist.
Chris Lattner
2006-04-19
Rename AddedCost to AddedComplexity.
Evan Cheng
2006-04-19
Allow "let AddedCost = n in" to increase pattern complexity.
Evan Cheng
2006-04-18
Fix a build failure on Vladimir's tester.
Chris Lattner
2006-04-17
Encode a cost of zero as a cost of 1.
Chris Lattner
2006-04-17
Really, I can count!
Chris Lattner
2006-04-17
assign stable opcodes to the various altivec ops.
Chris Lattner
2006-04-17
PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts.
Chris Lattner
2006-04-17
Rename BuildShuffleTable -> PerfectShuffle
Chris Lattner
2006-04-17
rename the table
Chris Lattner
2006-04-17
Initial checking of a perfect shuffle generation program for 4-element
Chris Lattner
2006-04-14
Allow an option, -with-externals, to be specified that provides the location
Reid Spencer
2006-04-13
Add missing things to the distribution.
Reid Spencer
2006-04-13
one too many l's
Chris Lattner
2006-04-12
Fix a typo in the name of a file.
Reid Spencer
2006-04-12
Additional files to distribute.
Reid Spencer
2006-04-12
Add the llvm-config directory to the EXTRA_DIST line so it gets distributed
Reid Spencer
2006-04-12
make recovering running_Olden data easier when the nightly tester eats the gr...
Andrew Lenharth
2006-04-10
Fix a typo: Instr* -> Intr*
Chris Lattner
2006-04-06
Infer element types for shuffle masks
Chris Lattner
[next]