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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be backward compatible
Anton Korobeynikov
2008-03-12
1
-1
/
+4
*
Check multiple return values.
Devang Patel
2008-03-12
1
-1
/
+2
*
Make this test x86-specific for now; targets that don't use
Dan Gohman
2008-03-12
1
-1
/
+1
*
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
2
-14
/
+21
*
Minor debug output bug.
Evan Cheng
2008-03-12
1
-1
/
+1
*
Basic feature test for multiple return values in codegen.
Dan Gohman
2008-03-11
1
-0
/
+16
*
Ultimately resolve aliases during linking, if possible
Anton Korobeynikov
2008-03-11
1
-5
/
+4
*
Testcase for PR2137
Anton Korobeynikov
2008-03-11
1
-0
/
+37
*
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
25
-89
/
+85
*
Add helper for ultimate aliasee resoltion
Anton Korobeynikov
2008-03-11
2
-1
/
+22
*
Handle multiple ret values.
Devang Patel
2008-03-11
2
-21
/
+79
*
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
2
-6
/
+21
*
Make this test more challenging to help it avoid being
Dan Gohman
2008-03-11
1
-2
/
+8
*
Update testcase for recent aliases change
Anton Korobeynikov
2008-03-11
1
-2
/
+8
*
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
*
Add a test to ensure that all-ones vectors are materialized with pcmpeqd.
Dan Gohman
2008-03-11
1
-0
/
+14
*
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
2
-1
/
+24
*
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
2
-2
/
+59
*
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
*
The feature this is testing did not work in the general case,
Dale Johannesen
2008-03-11
1
-17
/
+0
*
Fix getOperand() for ReturnInst.
Devang Patel
2008-03-11
1
-2
/
+6
*
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
2
-3
/
+17
*
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
*
Recommitting changes after more testing. These appear to cause no problems.
Christopher Lamb
2008-03-11
2
-2
/
+8
*
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
*
Learn how to xfail a test.
Evan Cheng
2008-03-11
1
-1
/
+1
*
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
10
-17
/
+228
*
In 32-bit mode, mark 64-bit GPR's as unallocatable.
Evan Cheng
2008-03-11
1
-0
/
+3
*
XFAIL due to Dale's change.
Evan Cheng
2008-03-11
1
-0
/
+1
*
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
*
fix grammer
Devang Patel
2008-03-11
1
-14
/
+14
*
Initial multiple return values support.
Devang Patel
2008-03-11
2
-19
/
+107
*
Change the model for FP Stack return to use fp operands on the
Chris Lattner
2008-03-11
4
-34
/
+162
[next]