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
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2005-01-18
Code to handle FP_EXTEND is dead now. X86 doesn't support any data types to
Chris Lattner
2005-01-18
Remove more dead code.
Chris Lattner
2005-01-18
The selection dag code handles the promotions from F32 to F64 for us, so we
Chris Lattner
2005-01-18
Fix 124.m88ksim.
Chris Lattner
2005-01-18
Do not emit loads multiple times, potentially in the wrong places.
Chris Lattner
2005-01-18
Minor changes.
Tanya Lattner
2005-01-18
Eliminate bad assertions.
Chris Lattner
2005-01-18
* Eliminate the TokenSet and just use the ExprMap for both tokens and values.
Chris Lattner
2005-01-18
Rely on the code in MatchAddress to do this work. Otherwise we fail to
Chris Lattner
2005-01-18
Fix a problem where probing for addressing modes caused expressions to be
Chris Lattner
2005-01-17
Fix indentation.
Chris Lattner
2005-01-17
Don't bother using max here.
Chris Lattner
2005-01-17
Do not give token factor nodes outrageous weights
Chris Lattner
2005-01-17
Two changes:
Chris Lattner
2005-01-17
Refactor load/op/store folding into it's own method, no functionality changes.
Chris Lattner
2005-01-17
Fix a major regression last night that prevented us from producing [mem] op= reg
Chris Lattner
2005-01-17
Codegen this:
Chris Lattner
2005-01-17
Added tmp instructions to preserve ssa.
Tanya Lattner
2005-01-17
Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG.ll and 132.ijpeg.
Chris Lattner
2005-01-17
Do not fold a load into a comparison that is used by more than one place.
Chris Lattner
2005-01-17
Do not codegen 'xor bool, true' as 'not reg'. not reg inverts the upper bits
Chris Lattner
2005-01-17
Set up the shift and setcc types.
Chris Lattner
2005-01-16
Added paramters to a few functions in order to allow me to change the functio...
Tanya Lattner
2005-01-16
* Adjust to changes in TargetLowering interfaces.
Chris Lattner
2005-01-16
cycles_t -> CycleCount_t
Chris Lattner
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2005-01-16
Fixed a couple of instructions that broke SSA.
Tanya Lattner
2005-01-16
Improve compatiblity with HPUX on Itanium, patch by Duraid Madina
Chris Lattner
2005-01-15
Add a new target-independent code generator flag.
Chris Lattner
2005-01-15
Add support for truncstore and *extload.
Chris Lattner
2005-01-14
Adjust to CopyFromREg changes.
Chris Lattner
2005-01-14
Fix Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll
Chris Lattner
2005-01-14
Fix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
Chris Lattner
2005-01-13
Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode.
Chris Lattner
2005-01-13
Codegen factor nodes more intelligently according to perceived register press...
Chris Lattner
2005-01-13
Initial trivial (but stupid) codegen for this node.
Chris Lattner
2005-01-13
Add some really pedantic assertions to the load folding code. Fix a bunch
Chris Lattner
2005-01-12
We can only fold a load into an op if there is exactly one use of the value.
Chris Lattner
2005-01-12
Try both ways to fold an add together. This allows us to generate this code
Chris Lattner
2005-01-12
Fix a major miscompilation where we were overwriting the scale reg.
Chris Lattner
2005-01-12
Do not use the type of the RHS constant to determine the type of the operation.
Chris Lattner
2005-01-12
Do not lose the offset from teh global when peephole optimizing instructions.
Chris Lattner
2005-01-12
Fix C++ more compilatiom errors
Jeff Cohen
2005-01-12
Fix a compile error with VC++, which things that static const arrays need
Chris Lattner
2005-01-12
Fix a bug that caused us to crash on povray. We weren't emitting an FP_REG_K...
Chris Lattner
2005-01-12
Print a load of a null pointer (in intel mode) like this:
Chris Lattner
2005-01-12
Print a load of a null pointer like this:
Chris Lattner
2005-01-12
Fix a crash compiling povray on UINT_TO_FP from i16.
Chris Lattner
2005-01-12
There are no [mem] op= reg instructions for FP, so remove their entries.
Chris Lattner
2005-01-12
Fix a bug where we didn't insert FP_REG_KILL instructions into MBB's that
Chris Lattner
[next]