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
*
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
4
-132
/
+64
*
Various improvements suggested by Duncan
Chris Lattner
2008-03-13
4
-9
/
+11
*
Fix an incorrect comment, PR2147.
Chris Lattner
2008-03-13
1
-1
/
+1
*
Improve VarInfo::removeKill() by using std::find instead of linear search.
Evan Cheng
2008-03-13
1
-7
/
+6
*
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
2
-14
/
+15
*
Change PMStack::push to accept a PMDataManager* instead of
Dan Gohman
2008-03-13
2
-3
/
+2
*
Fix a typo in a comment.
Dan Gohman
2008-03-13
1
-1
/
+1
*
No need for typedefs with enums in C++.
Dan Gohman
2008-03-13
2
-4
/
+2
*
Refactor some code out of MachineSink into a MachineInstr query.
Evan Cheng
2008-03-13
3
-30
/
+45
*
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
3
-24
/
+201
*
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 this test on hosts that don't have sse2.
Dan Gohman
2008-03-12
1
-1
/
+1
*
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
3
-16
/
+26
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
34
-1630
/
+1320
*
no need to keep around this output.
Chris Lattner
2008-03-12
1
-1
/
+1
*
Document an implementation detail about EXTRACT_SUBREG and INSERT_SUBREG sub-...
Evan Cheng
2008-03-12
1
-0
/
+3
*
Improve the return slot optimization to be both more aggressive (not limited ...
Owen Anderson
2008-03-12
2
-95
/
+113
*
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
*
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
[next]