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
Age
Commit message (
Expand
)
Author
2008-03-05
Remember the source->dest mapping when copying aliases. This fixes PR2054
Anton Korobeynikov
2008-03-05
Clarify the state-of-the-art
Anton Korobeynikov
2008-03-05
isTwoAddress = 1 -> Constraints.
Evan Cheng
2008-03-05
PSLLWri etc. are two-address instructions.
Evan Cheng
2008-03-05
add a note
Chris Lattner
2008-03-05
Generalize FP constant shrinking optimization to apply to any vt
Chris Lattner
2008-03-05
Improve comment, pass in the original VT so that we can shrink a long double ...
Chris Lattner
2008-03-05
Ignore debugging related instructions if they get this far.
Evan Cheng
2008-03-05
Rather than asserting. Dump out the MI that we are not able to encode and abort.
Evan Cheng
2008-03-05
Codegen support for i128 UINT_TO_FP. This just fixes a
Dan Gohman
2008-03-05
Add a target lowering hook to control whether it's worthwhile to compress fp ...
Evan Cheng
2008-03-05
64bit CAS on 32bit x86.
Andrew Lenharth
2008-03-05
Codegen support for i128 SINT_TO_FP.
Dan Gohman
2008-03-05
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
Skip functions that return multiple values.
Devang Patel
2008-03-05
Check struct return type first.
Devang Patel
2008-03-04
Removed spurious EnablePPCRS check.
Bill Wendling
2008-03-04
Move PPC lowering functions into PPCTargetLowering
Dale Johannesen
2008-03-04
Use a command-line option to turn register scavenging on/off for PPC.
Bill Wendling
2008-03-04
Print types for all ret operands.
Devang Patel
2008-03-04
Use while loop.
Devang Patel
2008-03-04
Revert SmallVector ctor variants.
Devang Patel
2008-03-04
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
Filter nested structs
Devang Patel
2008-03-04
Handle multiple return values.
Devang Patel
2008-03-04
x86-64 atomics
Andrew Lenharth
2008-03-04
Properly populate lists of defined/undefined symbols in presence of aliases
Anton Korobeynikov
2008-03-04
Add alias with non-external aliasee to the list of exported symbols of the li...
Anton Korobeynikov
2008-03-04
Use appropriate index to get the result value.
Devang Patel
2008-03-04
Skip sret attribute while preparing attribute list for
Devang Patel
2008-03-04
Add FunctionType ctor variant that takes SmallVector params.
Devang Patel
2008-03-04
Increment counter that keeps track of total number of sret promoted.
Devang Patel
2008-03-04
Skip declarations.
Devang Patel
2008-03-04
Process externally visible functions also. Later on code generator will do th...
Devang Patel
2008-03-04
Collect statistics.
Devang Patel
2008-03-04
Some improvements related to the computation of heights, depths of SUnits.
Roman Levenstein
2008-03-04
Refactor ExpandConstantFP so it can optimize load from constpool of types lar...
Evan Cheng
2008-03-04
80 column violations.
Evan Cheng
2008-03-04
Did I say 'e = getNumOperands()'? I meant --e, of course.
Bill Wendling
2008-03-04
Rename isOperand() to isOperandOf() (and other similar methods). It always co...
Evan Cheng
2008-03-04
Remove -always-fold-and-in-test.
Evan Cheng
2008-03-03
Miscellaneous clean-ups based on Evan's feedback:
Bill Wendling
2008-03-03
Misc. APInt-ification in the DAGCombiner.
Dan Gohman
2008-03-03
More APInt-ification.
Dan Gohman
2008-03-03
Yet more APInt-ification.
Dan Gohman
2008-03-03
More APInt-ification.
Dan Gohman
2008-03-03
Add support for lowering i64 SRA_PARTS and friends on x86-64.
Dan Gohman
2008-03-03
More APInt-ification.
Dan Gohman
2008-03-03
This is the initial check-in for adding register scavenging to PPC. (Currently,
Bill Wendling
2008-03-03
Go through the machine instruction's operands to make sure that we're not
Bill Wendling
[next]