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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added MispredictPenalty to SchedMachineModel.
Andrew Trick
2012-08-08
2
-2
/
+9
*
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-08
1
-1
/
+2
*
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
2
-7
/
+4
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
2
-4
/
+7
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
3
-0
/
+30
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
2
-6
/
+23
*
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
1
-0
/
+16
*
Revert r161371. Removing the 'const' before Type is a "good thing".
Bill Wendling
2012-08-07
1
-13
/
+13
*
Constify the Type parameter to some methods (which are const anyway).
Bill Wendling
2012-08-07
1
-13
/
+13
*
Fix typo.
Jakob Stoklund Olesen
2012-08-06
1
-1
/
+1
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-1
/
+2
*
Fix MIPS DSP Rev1 intrinsics memory properties.
Simon Atanasyan
2012-08-06
1
-78
/
+56
*
Put up warning signs around MO::getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-06
1
-2
/
+4
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
1
-0
/
+3
*
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+4
*
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
1
-0
/
+25
*
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
1
-27
/
+6
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
1
-13
/
+1
*
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+4
*
Add support for detecting libxml for Dmitri's work. He'll
Eric Christopher
2012-08-03
1
-0
/
+3
*
Remove a dead prototype.
Jakob Stoklund Olesen
2012-08-03
1
-7
/
+0
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
2
-2
/
+7
*
Add new getLibFunc method to TargetLibraryInfo.
Bob Wilson
2012-08-03
1
-67
/
+71
*
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-03
2
-5
/
+78
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-1
/
+5
*
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-08-02
1
-0
/
+8
*
Add TargetRegisterInfo::hasRegUnit().
Jakob Stoklund Olesen
2012-08-02
1
-0
/
+8
*
include/llvm/Analysis/RegionInfo.h: Appease msvc.
NAKAMURA Takumi
2012-08-02
1
-1
/
+1
*
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
1
-32
/
+40
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-0
/
+11
*
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...
Axel Naumann
2012-08-01
1
-1
/
+1
*
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
1
-1
/
+57
*
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-08-01
1
-0
/
+3
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
1
-0
/
+97
*
Fix shadowed variable warning
Nick Kledzik
2012-08-01
1
-2
/
+2
*
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
1
-9
/
+56
*
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
2012-07-31
1
-18
/
+16
*
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
2012-07-31
1
-9
/
+4
*
Added MachineRegisterInfo::hasOneDef()
Andrew Trick
2012-07-30
1
-0
/
+9
*
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
1
-1
/
+6
*
Extend the InstVisitor to visit the specialized classes wrapping
Chandler Carruth
2012-07-30
1
-7
/
+46
*
Move the SmallVector unit tests to be type-parameterized so that we can
Chandler Carruth
2012-07-30
1
-3
/
+17
*
Typo.
Eric Christopher
2012-07-30
1
-1
/
+1
*
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+24
*
Add MachineBasicBlock::isPredecessor().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+4
*
APInt: Simplify code.
Benjamin Kramer
2012-07-29
1
-7
/
+1
*
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-29
1
-11
/
+0
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
1
-0
/
+11
*
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
1
-0
/
+6
*
Typos.
Chad Rosier
2012-07-27
1
-1
/
+1
[next]