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
*
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
*
Temporarily revert 48175.
Evan Cheng
2008-03-11
1
-7
/
+1
*
Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...
Anton Korobeynikov
2008-03-11
2
-11
/
+4
*
More APInt-ification.
Dan Gohman
2008-03-11
1
-7
/
+7
*
abort with an assert instead of a cerr to get line#
Chris Lattner
2008-03-10
1
-1
/
+1
*
Use utostr instead of a stringstream.
Dan Gohman
2008-03-10
1
-4
/
+2
*
- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.
Scott Michel
2008-03-10
2
-10
/
+10
*
Correctly clone FlaggedNodes.
Dan Gohman
2008-03-10
1
-2
/
+1
*
Initialize ArgTypes directly instead of manually copying in the elements.
Dan Gohman
2008-03-10
1
-4
/
+1
*
APInt-ify this.
Dan Gohman
2008-03-10
1
-3
/
+4
[next]