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
...
*
testcase for PR3381.
Torok Edwin
2009-01-24
2
-1
/
+19
*
Add more documentation mentioning the limitations due to PR2660.
Dan Gohman
2009-01-24
1
-2
/
+31
*
void* is represented as pointer to empty struct {}.
Torok Edwin
2009-01-24
1
-0
/
+2
*
Some cleanups. No functional changes.
Owen Anderson
2009-01-24
1
-26
/
+34
*
Improve the inlining cost function a bit.
Dale Johannesen
2009-01-24
1
-3
/
+6
*
Make InstCombineStoreToCast handle aggregates more aggressively,
Chris Lattner
2009-01-24
2
-18
/
+65
*
Perform optional clang building.
Mike Stump
2009-01-24
2
-0
/
+11
*
Refactor code. No functionality change.
Evan Cheng
2009-01-23
1
-20
/
+38
*
Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...
Devang Patel
2009-01-23
5
-4
/
+23
*
hopefully address PR3379 by making the P modifier work in x86 inline asm.
Chris Lattner
2009-01-23
1
-0
/
+3
*
Fix test case. Use valid file name and directory in global variable's debug i...
Devang Patel
2009-01-23
1
-1
/
+1
*
use CallSite::isCalle instead of slow getOperandNo
Gabor Greif
2009-01-23
1
-3
/
+3
*
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-23
6
-12
/
+14
*
Add support for deleting a module provider from a JIT in such a way that it d...
Nate Begeman
2009-01-23
4
-2
/
+48
*
Empty DIType represents void. In this case no need to construct any type DIE.
Devang Patel
2009-01-23
1
-3
/
+1
*
Fold x-0 to x in unsafe-fp-math mode. This comes up in the
Dan Gohman
2009-01-23
2
-9
/
+19
*
Patch to build llvm with srcdir != objdir from
Duncan Sands
2009-01-23
2
-6
/
+16
*
fix two more cases where we could let the NLPDI cache get unsorted.
Chris Lattner
2009-01-23
2
-5
/
+114
*
Unconditionally reset 'cache' to zero, even if we don't need to resort it.
Chris Lattner
2009-01-23
1
-5
/
+4
*
Only check if coalescing is worthwhile when the result is targeting a more re...
Evan Cheng
2009-01-23
1
-1
/
+6
*
Update test to reflect command line option name change.
Evan Cheng
2009-01-23
1
-1
/
+1
*
Stage two of fixing pre-alloc-splitting's code size issues: filter out restor...
Owen Anderson
2009-01-23
1
-9
/
+37
*
Cross register class coalescing. Not yet enabled.
Evan Cheng
2009-01-23
3
-109
/
+129
*
Code did not follow associated comment. not a good idea.
Devang Patel
2009-01-23
1
-1
/
+1
*
Set appropriate tag for the composite type.
Devang Patel
2009-01-23
1
-0
/
+1
*
a minor tweak to my previous patch, handle the invalidation case
Chris Lattner
2009-01-23
1
-3
/
+4
*
Add an initial pass at dead spill/restore removal for pre alloc splitting.
Owen Anderson
2009-01-23
1
-4
/
+56
*
do not sign extend characters input to isprint. This improves
Chris Lattner
2009-01-22
1
-1
/
+1
*
Handful of fixes to the VC project files.
Steve Naroff
2009-01-22
2
-16
/
+12
*
Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1"
Bob Wilson
2009-01-22
1
-3
/
+5
*
Don't create ISD::FNEG nodes after legalize if they aren't legal.
Dan Gohman
2009-01-22
3
-8
/
+1175
*
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-22
5
-9
/
+12
*
Regenerated configure after backing out 62553 and r62616.
Tanya Lattner
2009-01-22
2
-440
/
+0
*
Revert r62553 and r62616 due to issues with portability.
Tanya Lattner
2009-01-22
2
-215
/
+496
*
rename methods in System/Host to be more consistent.
Chris Lattner
2009-01-22
4
-15
/
+15
*
Do not use buggy llvm-gcc to generate testcases.
Devang Patel
2009-01-22
2
-12
/
+10
*
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-22
6
-34
/
+44
*
Remove no-longer relevant comment. Pointed out
Duncan Sands
2009-01-22
1
-1
/
+0
*
This passes on linux.
Duncan Sands
2009-01-22
1
-1
/
+1
*
Few targets like the tiny little PIC16 have only 16-bit pointers.
Sanjiv Gupta
2009-01-22
1
-0
/
+4
*
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
7
-148
/
+13
*
fix a typo
Chris Lattner
2009-01-22
1
-1
/
+1
*
add a note
Chris Lattner
2009-01-22
1
-0
/
+10
*
fix a testcase.
Chris Lattner
2009-01-22
1
-2
/
+1
*
Fix PR3358, a really nasty bug where recursive phi translated
Chris Lattner
2009-01-22
2
-3
/
+91
*
Bump to 2.6svn.
Tanya Lattner
2009-01-22
3
-1046
/
+3400
*
Make tblgen more portable, allowing it to build with ICC.
Chris Lattner
2009-01-22
1
-2
/
+2
*
Don't create .dir files in installation directories. Switch to using
Mike Stump
2009-01-22
1
-9
/
+7
*
The operator<() and operator>() were reversing their tests. Have the test the...
Bill Wendling
2009-01-22
1
-4
/
+4
*
Get rid of warning about implicit 64-to-32 bit conversions.
Bill Wendling
2009-01-22
1
-1
/
+3
[prev]
[next]