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-07-07
tblgen uses EH
Chris Lattner
2006-07-06
Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places.
Patrick Jenkins
2006-07-06
The first commit of NewNightlyTest.pl which instead of generating a webpage s...
Patrick Jenkins
2006-06-29
Ugly hack! Add helper functions InsertInFlightSetEntry and
Evan Cheng
2006-06-29
Added -disable-cbe to disable C backend testing.
Evan Cheng
2006-06-27
Fix -extraflags
Evan Cheng
2006-06-20
Rename EXTRA_FLAGS to EXTRA_OPTIONS.
Evan Cheng
2006-06-20
Fix an error message regression. Print:
Chris Lattner
2006-06-20
Don't require src/dst patterns to be able to fully resolve their types,
Chris Lattner
2006-06-20
Make sure to use the result of the pattern to infer the result type of the
Chris Lattner
2006-06-16
Improve a comment.
Chris Lattner
2006-06-15
Instructions with variable operands (variable_ops) can have a number required
Evan Cheng
2006-06-15
Allow more use of iPTR in patterns.
Evan Cheng
2006-06-14
Added support for variable_ops.
Evan Cheng
2006-06-14
Fix support for optional input flag.
Evan Cheng
2006-06-13
getOperandNum(): error if specified operand number is out of range.
Evan Cheng
2006-06-12
Add a new -compileflags options, remove old externals location specifiers.
Chris Lattner
2006-06-09
Wrap to 80 cols
Chris Lattner
2006-06-07
Add -extraflags FLAGS to pass extra compilation options.
Evan Cheng
2006-06-01
Don't build tblgen with -pedantic or -Wno-long-long
Reid Spencer
2006-05-25
Can't trust NodeDepth when checking for possibility of load folding creating
Evan Cheng
2006-05-25
Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set"
Evan Cheng
2006-05-24
Don't make zero-sized static arrays
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
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
[next]