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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
1
-5
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
6
-15
/
+15
*
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
1
-16
/
+1
*
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
1
-0
/
+1
*
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
1
-2
/
+7
*
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
1
-7
/
+2
*
Fix PR13899
Michael Liao
2012-10-01
1
-0
/
+2
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
4
-5
/
+5
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
4
-5
/
+5
*
Revert r164663 due to buildbot failure.
Craig Topper
2012-09-26
1
-12
/
+12
*
Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...
Craig Topper
2012-09-26
1
-9
/
+14
*
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
1
-2
/
+2
*
Mark extended type querying methods as 'readonly' to reduce compile size.
Craig Topper
2012-09-26
1
-12
/
+12
*
Add in new data types that are used by AMDIL/ANL among others.
Micah Villmow
2012-09-19
2
-64
/
+121
*
Make MachinePostDominatorTree::DT private
Tom Stellard
2012-09-18
1
-2
/
+4
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
2
-6
/
+26
*
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-17
1
-0
/
+20
*
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
2
-26
/
+6
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
2
-6
/
+26
*
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
1
-0
/
+85
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
10
-26
/
+26
*
Fix problem when using LiveRangeQuery with block entries.
Jakob Stoklund Olesen
2012-09-16
1
-1
/
+3
*
Make LiveRangeQuery work for PHIDefs as well.
Jakob Stoklund Olesen
2012-09-15
1
-0
/
+6
*
comment typo
Andrew Trick
2012-09-14
1
-1
/
+1
*
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
1
-0
/
+63
*
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-14
1
-0
/
+22
*
Fix PR11985
Michael Liao
2012-09-12
3
-5
/
+13
*
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
1
-11
/
+0
*
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
1
-0
/
+22
*
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
1
-3
/
+37
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
1
-0
/
+218
*
TiedTo is an integer, not a bool.
Jakob Stoklund Olesen
2012-09-06
1
-2
/
+2
*
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
1
-0
/
+9
*
Handle overlapping regunit intervals in LiveIntervals::addKillFlags().
Jakob Stoklund Olesen
2012-09-06
1
-1
/
+1
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
3
-5
/
+27
*
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
1
-1
/
+3
*
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
1
-4
/
+4
*
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
1
-0
/
+2
*
Clean up includes.
Benjamin Kramer
2012-09-05
1
-1
/
+1
*
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
1
-2
/
+16
*
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
2
-12
/
+9
*
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
2
-8
/
+13
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-5
/
+5
*
Add MachineMemOperand::isUnordered().
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+9
*
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+12
*
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
1
-0
/
+19
*
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
1
-8
/
+19
*
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
1
-5
/
+0
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-1
/
+1
*
Fix a stub signature. HeuristicReduce should return a bool.
Lang Hames
2012-08-23
1
-1
/
+2
[next]