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
/
CodeGen
/
SelectionDAG
/
SelectionDAGISel.cpp
Age
Commit message (
Expand
)
Author
2006-10-11
Jimptables working again on alpha.
Andrew Lenharth
2006-10-11
add two helper methods.
Chris Lattner
2006-10-09
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-06
jump tables handle pic
Chris Lattner
2006-10-05
Make use of getStore().
Evan Cheng
2006-10-04
Fix some typos that can cause a flag value to have more than one use.
Evan Cheng
2006-09-28
refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me...
Chris Lattner
2006-09-26
Comments on JumpTableness
Andrew Lenharth
2006-09-24
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-24
PIC jump table entries are always 32-bit. This fixes PIC jump table support o...
Evan Cheng
2006-09-18
absolute addresses must match pointer size
Andrew Lenharth
2006-09-13
If LSR went through a lot of trouble to put constants (e.g. the addr of a global
Chris Lattner
2006-09-10
This code was trying too hard. By eliminating redundant edges in the CFG
Chris Lattner
2006-09-09
Implement the fpowi now by lowering to a libcall
Chris Lattner
2006-09-07
Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted
Chris Lattner
2006-09-05
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-16
minor changes.
Chris Lattner
2006-08-14
eliminate use of getNode that takes vector of valuetypes.
Chris Lattner
2006-08-08
Start eliminating temporary vectors used to create DAG nodes. Instead, pass
Chris Lattner
2006-08-03
Work around a GCC 3.3.5 bug noticed by a user.
Chris Lattner
2006-08-02
Final polish on machine pass registries.
Jim Laskey
2006-08-01
Now that the ISel is available, it's possible to create a default instruction
Jim Laskey
2006-08-01
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
PIC jump table entries are always 32-bit even in 64-bit mode.
Evan Cheng
2006-07-27
Code cleanups, per review
Nate Begeman
2006-07-27
Support jump tables when in PIC relocation model
Nate Begeman
2006-07-20
Mems can be in the output list also. This is the second half of a fix for
Chris Lattner
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-15
Consistency. EXTRACT_ELEMENT index operand should have ptr type.
Evan Cheng
2006-06-12
Make sure to update the CFG correctly if a switch only has a default dest.
Chris Lattner
2006-06-08
Fix X86/inline-asm.ll:test2, a case where an input value was implicitly
Chris Lattner
2006-06-08
Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes
Chris Lattner
2006-05-26
Make CALL node consistent with RET node. Signness of value has type MVT::i32
Evan Cheng
2006-05-26
Change RET node to include signness information of the return values. e.g.
Evan Cheng
2006-05-25
CALL node change: now including signness of every argument.
Evan Cheng
2006-05-23
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
Evan Cheng
2006-05-23
Fix missing include
Vladimir Prus
2006-05-23
Incorrect SETCC CondCode used for FP comparisons.
Evan Cheng
2006-05-17
Fix the result of the call to use a correct vbitconvert. There is no need to
Chris Lattner
2006-05-17
Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll
Chris Lattner
2006-05-17
Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal
Evan Cheng
2006-05-16
Add support for calls that pass and return legal vectors.
Chris Lattner
2006-05-16
Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo
Chris Lattner
2006-05-16
Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend,
Chris Lattner
2006-05-16
Move function-live-in-handling code from the sdisel code to the scheduler.
Chris Lattner
2006-05-13
Revert an un-intended change
Evan Cheng
2006-05-12
Remove dead vars
Chris Lattner
2006-05-11
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
[next]