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
*
Support -march/-mtune/-mcpu.
Mikhail Glushenkov
2009-12-04
1
-0
/
+12
*
Fix PR5551 by not ignoring the top level constantexpr when
Chris Lattner
2009-12-04
2
-1
/
+10
*
add to cmake
Chris Lattner
2009-12-04
1
-0
/
+1
*
Small and carefully crafted testcase showing a miscompilation by GVN
Chris Lattner
2009-12-04
1
-0
/
+33
*
add the start of a class used to handle phi translation in memdep and
Chris Lattner
2009-12-04
2
-0
/
+162
*
Create yet another helper for Invoke.
Mike Stump
2009-12-04
1
-0
/
+8
*
Teach AsmWriter to write inline (not via a global metadata slot) metadata tha...
Victor Hernandez
2009-12-04
1
-1
/
+25
*
Fix a comment typo.
Bob Wilson
2009-12-04
1
-1
/
+1
*
Add some helpers for Invoke to mirror CreateCall helpers.
Mike Stump
2009-12-04
1
-0
/
+13
*
add an assert to make it really clear what this is doing. Return singularval as
Chris Lattner
2009-12-04
1
-1
/
+5
*
Also attempt trivial coalescing for live intervals that end in a copy.
Jakob Stoklund Olesen
2009-12-04
5
-53
/
+103
*
- If the reaching definition is an undef and the use is a PHI, add the implic...
Evan Cheng
2009-12-04
1
-11
/
+15
*
Insert composite type DIE into the map before processing type fields. This al...
Devang Patel
2009-12-03
1
-1
/
+1
*
Add ParseInlineMetadata() which can parses metadata that refers to an instruc...
Victor Hernandez
2009-12-03
2
-8
/
+49
*
remove out of date FIXME.
Jim Grosbach
2009-12-03
1
-1
/
+0
*
Handle undef values properly.
Evan Cheng
2009-12-03
1
-15
/
+38
*
Watch out for PHI instruction with no source operands.
Evan Cheng
2009-12-03
1
-0
/
+2
*
Fix a comment typo.
Bob Wilson
2009-12-03
1
-1
/
+1
*
Fix ExpandShiftWithUnknownAmountBit, which was completely bogus.
Duncan Sands
2009-12-03
1
-37
/
+38
*
Clean up some loop logic.
Jakob Stoklund Olesen
2009-12-03
1
-14
/
+6
*
Add support to emit debug info for virtual functions and virtual base classes.
Devang Patel
2009-12-03
4
-10
/
+73
*
Print a newline after the Args: line so that unrelated errs() output doesn't
Dan Gohman
2009-12-03
1
-1
/
+2
*
Fix MSVC build.
Benjamin Kramer
2009-12-03
1
-1
/
+1
*
Convert ProfileVerifier to template so it can be used for different types of ...
Andreas Neustifter
2009-12-03
1
-243
/
+276
*
Do not create negative edge weights in ProfileEstimator.
Andreas Neustifter
2009-12-03
1
-21
/
+125
*
Add an implementation of the delta debugging algorithm.
Daniel Dunbar
2009-12-03
4
-0
/
+296
*
Use ProfileInfo-API in ProfileInfo Loader and do more assertions.
Andreas Neustifter
2009-12-03
2
-46
/
+11
*
Converted ProfileInfo to template, added more API for ProfileInfo-preserving.
Andreas Neustifter
2009-12-03
2
-74
/
+1071
*
Teach tail duplication to update SSA form. Work in progress.
Evan Cheng
2009-12-03
1
-3
/
+134
*
expand note.
Chris Lattner
2009-12-03
1
-0
/
+15
*
add a note
Chris Lattner
2009-12-03
1
-0
/
+32
*
Don't pull vector sext through both hands of a logical operation, since doing...
Nate Begeman
2009-12-03
2
-2
/
+37
*
fix a build problem with VC++, PR5664, patch by Alp Toker!
Chris Lattner
2009-12-03
1
-2
/
+4
*
Recognize canonical forms of vector shuffles where the same vector is used for
Bob Wilson
2009-12-03
2
-1
/
+106
*
Don't call getValueType() on a null SDValue
Jakob Stoklund Olesen
2009-12-03
1
-1
/
+2
*
Fix this crasher, and add a FIXME for a missed optimization.
Owen Anderson
2009-12-03
2
-1
/
+10
*
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-12-03
4
-15
/
+270
*
Revert r90371. It was causing build failures.
Bill Wendling
2009-12-03
1
-23
/
+42
*
Don't hang on to pointers or references after vector::push_back.
Jakob Stoklund Olesen
2009-12-03
1
-6
/
+3
*
add a failing testcase.
Chris Lattner
2009-12-03
1
-0
/
+44
*
Emit method definition DIE at module level (even for methods with inlined fun...
Devang Patel
2009-12-03
2
-28
/
+90
*
Further improvements: refactoring code that does the same thing into one
Bill Wendling
2009-12-03
1
-42
/
+23
*
yay for case insensitive file systems (?)
Chris Lattner
2009-12-03
1
-1
/
+1
*
fix PR5673 by being more careful about pointers to functions.
Chris Lattner
2009-12-03
2
-3
/
+21
*
remove some dead std::ostream using code.
Chris Lattner
2009-12-03
2
-11
/
+0
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
45
-106
/
+116
*
This initial code is meant to convert TargetData to use an AbstractTypesUser so
Bill Wendling
2009-12-03
2
-61
/
+39
*
Fix CMake makefiles
Douglas Gregor
2009-12-02
1
-0
/
+1
*
Skeleton for MachineInstr level SSA updater.
Evan Cheng
2009-12-02
2
-0
/
+207
*
Remove unnecessary check.
Bill Wendling
2009-12-02
1
-1
/
+0
[next]