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
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
1
-0
/
+1
|
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+3
|
*
Added a TargetRegisterInfo interface for accessing register pressure sets.
Andrew Trick
2012-04-10
1
-0
/
+18
|
*
Add a constructor for DataRefImpl and remove excess initialization.
Danil Malyshev
2012-04-10
2
-25
/
+8
|
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
2
-3
/
+6
|
*
Typo.
Eric Christopher
2012-04-09
1
-1
/
+1
|
*
Fix accidentally constant conditions found by uncommitted improvements to -Wc...
David Blaikie
2012-04-09
1
-1
/
+2
|
*
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
1
-2
/
+8
|
*
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
3
-11
/
+15
|
*
Allow subclasses of the ValueHandleBase to store information as part of the
Bill Wendling
2012-04-08
1
-17
/
+26
|
*
Perform partial SROA on the helper hashing structure. I really wish the
Chandler Carruth
2012-04-07
1
-42
/
+48
|
*
Refactor: Use positive field names in VectorizeConfig.
Hongbin Zheng
2012-04-07
1
-12
/
+12
|
*
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-07
1
-0
/
+7
|
*
Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit callee
David Chisnall
2012-04-06
1
-0
/
+9
|
*
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-04-06
4
-30
/
+26
|
*
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
1
-19
/
+3
|
*
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-05
1
-7
/
+7
|
*
Introduce the VectorizeConfig class, with which we can control the behavior
Hongbin Zheng
2012-04-05
1
-2
/
+66
|
*
Add the function "vectorizeBasicBlock" which allow users vectorize a
Hongbin Zheng
2012-04-05
1
-1
/
+13
|
*
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
1
-0
/
+20
|
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
3
-8
/
+5
|
*
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
1
-0
/
+1
|
*
Implement DwarfLLVMRegPair::operator< without violating asymmetry.
Benjamin Kramer
2012-04-04
1
-4
/
+5
|
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
1
-20
/
+0
|
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+564
|
*
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
2012-04-03
1
-0
/
+6
|
*
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
2
-0
/
+8
|
*
Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...
Pete Cooper
2012-04-03
1
-0
/
+5
|
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-0
/
+202
|
*
Make dominatedBySlowTreeWalk private and assert cases handled by the caller.
Rafael Espindola
2012-04-02
1
-21
/
+12
|
*
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
1
-1
/
+3
|
*
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
1
-0
/
+12
|
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
1
-1
/
+3
|
*
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
1
-2
/
+5
|
*
Add missing 'd'.
Rafael Espindola
2012-04-02
1
-1
/
+1
|
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
1
-1
/
+1
|
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
2
-3
/
+8
|
*
Start cleaning up the InlineCost class. This switches to sentinel values
Chandler Carruth
2012-04-01
1
-25
/
+20
|
*
Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...
Benjamin Kramer
2012-04-01
1
-26
/
+52
|
*
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-04-01
1
-0
/
+4
|
*
Add a workaround for building with old versions of clang.
Rafael Espindola
2012-03-31
1
-20
/
+28
|
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
5
-6
/
+19
|
*
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
2
-21
/
+0
|
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
3
-122
/
+65
|
*
Add support to the InstVisitor for visiting a generic callsite. The
Chandler Carruth
2012-03-31
1
-2
/
+23
|
*
Reapply 153764 and 153761 with a fix.
Jakob Stoklund Olesen
2012-03-30
1
-12
/
+7
|
*
Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions
Rafael Espindola
2012-03-30
1
-7
/
+12
|
*
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
1
-12
/
+7
|
*
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
2
-6
/
+28
|
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-11
/
+0
[prev]
[next]