index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
23
-1005
/
+857
*
Improve the return slot optimization to be both more aggressive (not limited ...
Owen Anderson
2008-03-12
1
-93
/
+109
*
Clean up my own mess.
Evan Cheng
2008-03-12
3
-7
/
+15
*
We also need to collect the VN IDs for the PHI instructions for later updating.
Owen Anderson
2008-03-12
1
-1
/
+10
*
When we're determining what registers to coallesce, track the VNInfo IDs for ...
Owen Anderson
2008-03-12
1
-16
/
+32
*
when the bitcode reader is referencing a paramattr, make sure to bump its ref...
Chris Lattner
2008-03-12
1
-1
/
+12
*
Total brain cramp.
Evan Cheng
2008-03-12
1
-1
/
+1
*
This is a simple fix for getting error messages from dlerror in
Chris Lattner
2008-03-12
1
-1
/
+2
*
One more bit of Altivec parameter passing.
Dale Johannesen
2008-03-12
1
-3
/
+5
*
Be backward compatible
Anton Korobeynikov
2008-03-12
1
-1
/
+4
*
Check multiple return values.
Devang Patel
2008-03-12
1
-1
/
+2
*
Implement Altivec passing to varargs functions on ppc.
Dale Johannesen
2008-03-12
1
-7
/
+72
*
Set NextMII after issuing a physical register spill.
Evan Cheng
2008-03-12
1
-0
/
+1
*
Fix attribute handling.
Devang Patel
2008-03-12
1
-14
/
+14
*
Minor debug output bug.
Evan Cheng
2008-03-12
1
-1
/
+1
*
Ultimately resolve aliases during linking, if possible
Anton Korobeynikov
2008-03-11
1
-5
/
+4
*
Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137
Anton Korobeynikov
2008-03-11
2
-3
/
+18
*
Use PassManagerBase instead of FunctionPassManager for functions
Dan Gohman
2008-03-11
22
-72
/
+69
*
Add helper for ultimate aliasee resoltion
Anton Korobeynikov
2008-03-11
1
-0
/
+16
*
Handle multiple ret values.
Devang Patel
2008-03-11
1
-21
/
+59
*
Initialize.
Devang Patel
2008-03-11
1
-2
/
+2
*
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
1
-6
/
+6
*
Honour aliases visibility during asm emission
Anton Korobeynikov
2008-03-11
1
-1
/
+9
*
Honour aliases visibility when reading from/writing to bitcode
Anton Korobeynikov
2008-03-11
2
-1
/
+3
*
Transfer physical register spill info when load / store folding happens.
Evan Cheng
2008-03-11
3
-1
/
+20
*
Use the correct value for InSignBit.
Dan Gohman
2008-03-11
1
-1
/
+1
*
Initial codegen support for functions and calls with multiple return values.
Dan Gohman
2008-03-11
1
-18
/
+51
*
Implement basic support for the 'f' register class constraint. This basically
Chris Lattner
2008-03-11
1
-2
/
+45
*
coalesce away 80-bit floating point copies.
Chris Lattner
2008-03-11
1
-4
/
+6
*
convert a massive if statement to a switch.
Chris Lattner
2008-03-11
1
-19
/
+32
*
start handling the 'f' x87 constraint.
Chris Lattner
2008-03-11
1
-0
/
+9
*
Skip functions that return multiple values.
Devang Patel
2008-03-11
1
-0
/
+3
*
Become multiple return value aware.
Devang Patel
2008-03-11
1
-1
/
+5
*
Add TODO reminder.
Devang Patel
2008-03-11
1
-0
/
+1
*
Give PassManager and FunctionPassManager a common base class, with
Dan Gohman
2008-03-11
1
-1
/
+1
*
Fix typos in comments.
Dan Gohman
2008-03-11
1
-2
/
+2
*
Missed part of recommit.
Christopher Lamb
2008-03-11
1
-4
/
+7
*
Recommitting parts of r48130. These do not appear to cause the observed failu...
Christopher Lamb
2008-03-11
8
-47
/
+68
*
Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code.
Evan Cheng
2008-03-11
1
-21
/
+6
*
If there are multiple register classes that a register belongs to, return the...
Evan Cheng
2008-03-11
1
-4
/
+27
*
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
7
-14
/
+192
*
In 32-bit mode, mark 64-bit GPR's as unallocatable.
Evan Cheng
2008-03-11
1
-0
/
+3
*
Some LegalizeTypes code factorization and minor
Duncan Sands
2008-03-11
5
-56
/
+113
*
compile: double test() {}
Chris Lattner
2008-03-11
1
-1
/
+3
*
Fix the build on gcc 4.2.
Nick Lewycky
2008-03-11
1
-1
/
+1
*
Initial multiple return values support.
Devang Patel
2008-03-11
1
-19
/
+95
*
Change the model for FP Stack return to use fp operands on the
Chris Lattner
2008-03-11
4
-34
/
+162
*
variadic instructions don't have operand info for variadic arguments.
Chris Lattner
2008-03-11
1
-1
/
+2
*
Generalize ExpandIntToFP to handle the case where the operand is legal
Dan Gohman
2008-03-11
2
-11
/
+26
*
If a register operand comes from the variadic part of a node, don't
Chris Lattner
2008-03-11
1
-4
/
+6
[next]