index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Missed patch from my last commit
Anton Korobeynikov
2008-03-05
1
-0
/
+10
*
Resolve aliases to aliasees, where possible
Anton Korobeynikov
2008-03-05
1
-0
/
+3
*
Handle functions as targets during linking of aliases as well
Anton Korobeynikov
2008-03-05
1
-1
/
+25
*
- Fix support for "special" i64 immediates that can be loaded
Scott Michel
2008-03-05
4
-647
/
+361
*
Try hard to link aliases. Checks can be too strict by now.
Anton Korobeynikov
2008-03-05
1
-20
/
+101
*
Fix a coalescer bug wrt how dead copy interval is shortened.
Evan Cheng
2008-03-05
2
-13
/
+36
*
Handle 'ret' with multiple values.
Devang Patel
2008-03-05
1
-11
/
+23
*
Add Hybrid Cycle Detection to Andersen's analysis.
Daniel Berlin
2008-03-05
1
-32
/
+272
*
Clarify that CALLSEQ_START..END may not be nested,
Dale Johannesen
2008-03-05
1
-0
/
+7
*
evan implemented this.
Chris Lattner
2008-03-05
1
-26
/
+0
*
Remember the source->dest mapping when copying aliases. This fixes PR2054
Anton Korobeynikov
2008-03-05
1
-4
/
+10
*
Clarify the state-of-the-art
Anton Korobeynikov
2008-03-05
1
-9
/
+12
*
isTwoAddress = 1 -> Constraints.
Evan Cheng
2008-03-05
1
-47
/
+47
*
PSLLWri etc. are two-address instructions.
Evan Cheng
2008-03-05
1
-1
/
+3
*
add a note
Chris Lattner
2008-03-05
1
-0
/
+30
*
Generalize FP constant shrinking optimization to apply to any vt
Chris Lattner
2008-03-05
1
-26
/
+25
*
Improve comment, pass in the original VT so that we can shrink a long double ...
Chris Lattner
2008-03-05
1
-2
/
+4
*
Ignore debugging related instructions if they get this far.
Evan Cheng
2008-03-05
1
-0
/
+4
*
Rather than asserting. Dump out the MI that we are not able to encode and abort.
Evan Cheng
2008-03-05
1
-1
/
+6
*
Codegen support for i128 UINT_TO_FP. This just fixes a
Dan Gohman
2008-03-05
2
-6
/
+2
*
Add a target lowering hook to control whether it's worthwhile to compress fp ...
Evan Cheng
2008-03-05
2
-1
/
+12
*
64bit CAS on 32bit x86.
Andrew Lenharth
2008-03-05
4
-8
/
+75
*
Codegen support for i128 SINT_TO_FP.
Dan Gohman
2008-03-05
3
-21
/
+56
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
13
-171
/
+111
*
Skip functions that return multiple values.
Devang Patel
2008-03-05
1
-0
/
+5
*
Check struct return type first.
Devang Patel
2008-03-05
1
-6
/
+7
*
Removed spurious EnablePPCRS check.
Bill Wendling
2008-03-04
1
-4
/
+3
*
Move PPC lowering functions into PPCTargetLowering
Dale Johannesen
2008-03-04
2
-28
/
+120
*
Use a command-line option to turn register scavenging on/off for PPC.
Bill Wendling
2008-03-04
2
-39
/
+51
*
Print types for all ret operands.
Devang Patel
2008-03-04
1
-1
/
+2
*
Use while loop.
Devang Patel
2008-03-04
1
-3
/
+2
*
Revert SmallVector ctor variants.
Devang Patel
2008-03-04
1
-51
/
+0
*
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
1
-2
/
+1
*
Filter nested structs
Devang Patel
2008-03-04
1
-0
/
+16
*
Handle multiple return values.
Devang Patel
2008-03-04
1
-3
/
+15
*
x86-64 atomics
Andrew Lenharth
2008-03-04
2
-2
/
+35
*
Properly populate lists of defined/undefined symbols in presence of aliases
Anton Korobeynikov
2008-03-04
1
-1
/
+11
*
Add alias with non-external aliasee to the list of exported symbols of the li...
Anton Korobeynikov
2008-03-04
1
-1
/
+10
*
Use appropriate index to get the result value.
Devang Patel
2008-03-04
1
-1
/
+3
*
Skip sret attribute while preparing attribute list for
Devang Patel
2008-03-04
1
-11
/
+21
*
Add FunctionType ctor variant that takes SmallVector params.
Devang Patel
2008-03-04
1
-0
/
+51
*
Increment counter that keeps track of total number of sret promoted.
Devang Patel
2008-03-04
1
-0
/
+1
*
Skip declarations.
Devang Patel
2008-03-04
1
-1
/
+1
*
Process externally visible functions also. Later on code generator will do th...
Devang Patel
2008-03-04
1
-2
/
+1
*
Collect statistics.
Devang Patel
2008-03-04
1
-5
/
+11
*
Some improvements related to the computation of heights, depths of SUnits.
Roman Levenstein
2008-03-04
1
-21
/
+93
*
Refactor ExpandConstantFP so it can optimize load from constpool of types lar...
Evan Cheng
2008-03-04
1
-16
/
+19
*
80 column violations.
Evan Cheng
2008-03-04
1
-3
/
+6
*
Did I say 'e = getNumOperands()'? I meant --e, of course.
Bill Wendling
2008-03-04
1
-1
/
+1
*
Rename isOperand() to isOperandOf() (and other similar methods). It always co...
Evan Cheng
2008-03-04
4
-17
/
+17
[next]