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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
1
-8
/
+0
*
Allow legalization of target-specific SDNodes, provided that the target itsel...
Owen Anderson
2012-08-08
1
-1
/
+3
*
Added MispredictPenalty to SchedMachineModel.
Andrew Trick
2012-08-08
1
-0
/
+1
*
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-08
1
-1
/
+2
*
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
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
1
-0
/
+3
*
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
1
-0
/
+25
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
1
-1
/
+3
*
Add new getLibFunc method to TargetLibraryInfo.
Bob Wilson
2012-08-03
1
-67
/
+71
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-1
/
+5
*
Add TargetRegisterInfo::hasRegUnit().
Jakob Stoklund Olesen
2012-08-02
1
-0
/
+8
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-0
/
+11
*
Typo.
Eric Christopher
2012-07-30
1
-1
/
+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
*
Remove support for 'CompositeIndices' and sub-register cycles.
Jakob Stoklund Olesen
2012-07-26
1
-15
/
+0
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-0
/
+2
*
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2012-07-24
1
-0
/
+14
*
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2012-07-24
1
-0
/
+12
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...
Owen Anderson
2012-07-20
1
-1
/
+2
*
Remove tabs.
Bill Wendling
2012-07-19
1
-1
/
+1
*
TableGen: Allow conditional instruction pattern in multiclass.
Jim Grosbach
2012-07-17
1
-0
/
+7
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
3
-127
/
+163
*
whitespace
Andrew Trick
2012-07-07
1
-2
/
+2
*
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-04
1
-0
/
+50
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
2
-6
/
+17
*
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
1
-2
/
+7
*
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
2
-10
/
+13
*
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
1
-8
/
+11
*
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
2
-13
/
+10
*
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-29
2
-10
/
+13
*
Define DAGOperand, an empty base class for RegisterClass and Operand. This a...
Owen Anderson
2012-06-25
1
-2
/
+9
*
TableGen: AsmMatcher support for better operand diagnostics.
Jim Grosbach
2012-06-22
1
-0
/
+5
*
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-22
1
-1
/
+2
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
1
-10
/
+30
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-8
/
+8
*
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-19
1
-1
/
+5
*
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
1
-2
/
+2
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
2
-7
/
+7
*
Removing strange "using" declarations form TargetInstrInfo.
Andrew Trick
2012-06-08
1
-4
/
+0
*
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
1
-6
/
+26
*
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
1
-0
/
+9
*
Revert r157755.
Manman Ren
2012-06-06
1
-8
/
+0
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
1
-9
/
+31
*
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
1
-0
/
+8
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
1
-1
/
+20
*
whitespace
Andrew Trick
2012-06-05
1
-4
/
+5
*
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
1
-10
/
+2
[next]