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
*
Get rid of a pseudo instruction and replace it with subreg based operation on...
Christopher Lamb
2008-03-13
9
-67
/
+50
*
Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.
Chris Lattner
2008-03-13
1
-1
/
+10
*
remove extraneous namespace qualifier, PR2142
Chris Lattner
2008-03-13
1
-2
/
+1
*
move a bunch of trivial methods to be inline.
Chris Lattner
2008-03-13
2
-110
/
+2
*
Various improvements suggested by Duncan
Chris Lattner
2008-03-13
1
-1
/
+1
*
Update -mem2reg to use succ_iterator instead of iterating across TerminatorInst
Nick Lewycky
2008-03-13
1
-13
/
+10
*
Remove unused options.
Evan Cheng
2008-03-13
1
-13
/
+0
*
Eliminate a few unnecessary uses of dynamic_cast.
Dan Gohman
2008-03-13
1
-7
/
+4
*
Fix a typo.
Dan Gohman
2008-03-13
1
-1
/
+1
*
Don't redundantly clear std::vector members in destructors.
Dan Gohman
2008-03-13
1
-3
/
+0
*
Change PMTopLevelManager's PassManagers vector element type from
Dan Gohman
2008-03-13
1
-12
/
+13
*
Change PMStack::push to accept a PMDataManager* instead of
Dan Gohman
2008-03-13
1
-2
/
+1
*
Refactor some code out of MachineSink into a MachineInstr query.
Evan Cheng
2008-03-13
2
-29
/
+38
*
Do not promote float params to double in varargs
Dale Johannesen
2008-03-12
1
-6
/
+0
*
Experimental scheduler change to schedule / coalesce the copies added for fun...
Evan Cheng
2008-03-12
1
-23
/
+181
*
Initial soft-float support for LegalizeTypes. I rewrote
Duncan Sands
2008-03-12
6
-34
/
+248
*
Change VirtRegMap's dump to dump to cerr, not DOUT, so that it
Dan Gohman
2008-03-12
1
-1
/
+1
*
Fix typos in comments.
Dan Gohman
2008-03-12
1
-2
/
+2
*
Fix typo.
Duncan Sands
2008-03-12
1
-1
/
+1
*
Don't try to extract an i32 from an f64. This
Duncan Sands
2008-03-12
2
-12
/
+22
*
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
[next]