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
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
4
-13
/
+13
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
2
-4
/
+4
*
Enable the inlinehint attribute in the Inliner.
Jakob Stoklund Olesen
2010-02-13
1
-13
/
+12
*
1. modernize the constantmerge pass, using densemap/smallvector.
Chris Lattner
2010-02-12
1
-19
/
+22
*
Strip new llvm.dbg.value intrinsic.
Devang Patel
2010-02-10
1
-0
/
+9
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
2
-2
/
+2
*
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-06
1
-7
/
+24
*
Increase inliner thresholds by 25.
Jakob Stoklund Olesen
2010-02-04
1
-3
/
+3
*
Keep iterating over all uses when meeting a phi node in AllUsesOfValueWillTra...
Jakob Stoklund Olesen
2010-01-29
1
-2
/
+2
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-1
/
+0
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.
Nick Lewycky
2010-01-23
1
-70
/
+23
*
Teach DAE that even though it can't modify the function signature of an
Nick Lewycky
2010-01-23
1
-23
/
+70
*
Another strncmp -> StringRef.startswith simplification.
Benjamin Kramer
2010-01-22
1
-1
/
+1
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
Move per-function inline threshold calculation to a method.
Jakob Stoklund Olesen
2010-01-20
1
-14
/
+12
*
Be less stingy as to how many selects and phi nodes we
Duncan Sands
2010-01-07
1
-2
/
+2
*
handle ConstantVector while I'm in here.
Chris Lattner
2010-01-07
1
-0
/
+3
*
fix a globalopt crash on 'bullet' (handling evaluation of a store
Chris Lattner
2010-01-07
1
-16
/
+20
*
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
1
-10
/
+41
*
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-06
1
-0
/
+15
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
Fix indentation.
Dan Gohman
2010-01-05
1
-1
/
+1
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
3
-5
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-5
/
+5
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-9
/
+9
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-25
/
+25
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-11
/
+11
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-4
/
+2
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-1
/
+1
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
1
-3
/
+1
*
Teach GlobalOpt to delete aliases with internal linkage (after
Duncan Sands
2009-12-08
1
-21
/
+20
*
Make ConstantFoldConstantExpression recursively visit the entire
Dan Gohman
2009-11-23
1
-0
/
+9
*
Remove unused LLVMContext.
Nick Lewycky
2009-11-23
1
-5
/
+2
*
Extend CaptureTracking to indicate when a value is never stored, even
Dan Gohman
2009-11-19
1
-2
/
+2
*
Remove debug info attached with an instruction.
Devang Patel
2009-11-17
1
-36
/
+18
*
use isInstructionTriviallyDead, as pointed out by Duncan
Chris Lattner
2009-11-12
1
-3
/
+3
*
implement a nice little efficiency hack in the inliner. Since we're now
Chris Lattner
2009-11-12
1
-14
/
+30
*
Update computeArraySize() to use ComputeMultiple() to determine the array siz...
Victor Hernandez
2009-11-10
1
-7
/
+7
*
- new SROA mallocs should have the mallocs running-or'ed, not the malloc's bi...
Victor Hernandez
2009-11-07
1
-19
/
+22
*
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-07
1
-69
/
+72
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
1
-120
/
+95
*
Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM
Victor Hernandez
2009-11-06
1
-74
/
+68
*
Update various Loop optimization passes to cope with the possibility that
Dan Gohman
2009-11-05
1
-0
/
+4
*
Update CreateMalloc so that its callers specify the size to allocate:
Victor Hernandez
2009-11-05
1
-68
/
+74
*
Eliminate some temporaries.
Benjamin Kramer
2009-11-03
1
-22
/
+11
*
cleanups, switch GlobalDCE to SmallPtrSet instead of std::set
Chris Lattner
2009-11-01
2
-16
/
+10
[next]