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
...
*
Initialize SUnits before DAG building.
Andrew Trick
2012-02-22
1
-0
/
+1
*
Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...
Lang Hames
2012-02-21
1
-1
/
+9
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
1
-0
/
+3
*
whitespace
Andrew Trick
2012-02-21
1
-26
/
+26
*
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
1
-8
/
+22
*
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
Lang Hames
2012-02-17
1
-0
/
+2
*
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
1
-3
/
+3
*
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
1
-0
/
+5
*
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
1
-2
/
+3
*
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
1
-2
/
+2
*
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2012-02-15
1
-0
/
+69
*
Add a check to make sure we don't assign slot indexes for instructions inside...
Lang Hames
2012-02-15
1
-0
/
+2
*
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
1
-0
/
+14
*
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
1
-3
/
+20
*
comment
Andrew Trick
2012-02-15
1
-0
/
+1
*
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-15
1
-4
/
+5
*
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-14
1
-0
/
+1
*
Silence the new -Wempty-body warning. It appeared because the next statement
Dmitri Gribenko
2012-02-14
1
-1
/
+2
*
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
1
-0
/
+5
*
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
1
-0
/
+9
*
v2f16 is a floating point type. Add symbolic floating point type ranges to p...
Owen Anderson
2012-02-13
1
-2
/
+9
*
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
1
-4
/
+22
*
comment
Andrew Trick
2012-02-11
1
-2
/
+2
*
Clean up comment.
Jakob Stoklund Olesen
2012-02-10
1
-2
/
+1
*
Add a static MachineOperand::clobbersPhysReg().
Jakob Stoklund Olesen
2012-02-10
1
-4
/
+12
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-9
/
+26
*
Remove unused 'isAlias' parameter.
Lang Hames
2012-02-10
1
-1
/
+1
*
Cache basic block boundaries for faster RegMaskSlots access.
Jakob Stoklund Olesen
2012-02-10
1
-1
/
+27
*
Optimize LiveIntervals::intervalIsInOneMBB().
Jakob Stoklund Olesen
2012-02-10
1
-3
/
+4
*
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-09
1
-0
/
+13
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
2
-79
/
+63
*
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
1
-1
/
+2
*
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
1
-6
/
+9
*
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
1
-0
/
+6
*
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
1
-1
/
+1
*
Keep track of register masks in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-02-08
1
-0
/
+43
*
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
1
-0
/
+4
*
whitespace
Andrew Trick
2012-02-08
1
-4
/
+4
*
Remove some unused functions.
Jakob Stoklund Olesen
2012-02-06
1
-18
/
+0
*
Move some llvm_unreachable's from r149849 out of switch statements to satisfy...
Craig Topper
2012-02-06
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
6
-28
/
+22
*
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
1
-14
/
+2
*
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
2
-23
/
+6
*
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
1
-16
/
+29
*
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
1
-2
/
+10
*
Drop ZeroIndex and InvalidIndex.
Jakob Stoklund Olesen
2012-02-04
2
-13
/
+0
*
Delete some dead code.
Jakob Stoklund Olesen
2012-02-03
1
-3
/
+0
[prev]
[next]