Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
91aac1015e6714d959801dd8d60f55a72827dc4d
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGEmit.cpp
91aac10
Add a bit to mark operands of asm's that conflict
by Dale Johannesen
· 17 years ago
1cd3327
When converting a CopyFromReg to a copy instruction, use the register class of its uses to determine the right destination register class of the copy. This is important for targets where a physical register may belong to multiple register classes.
by Evan Cheng
· 17 years ago
056292f
Reverting r56249. On further investigation, this functionality isn't needed.
by Bill Wendling
· 17 years ago
9468a9b
- Change "ExternalSymbolSDNode" to "SymbolSDNode".
by Bill Wendling
· 17 years ago
4fbd796
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
by Dan Gohman
· 17 years ago
913d3df
Pass "earlyclobber" bit through to machine
by Dale Johannesen
· 17 years ago
f5aeb1a
Rename ConstantSDNode::getValue to getZExtValue, for consistency
by Dan Gohman
· 17 years ago
8a11053
Move the code that inserts copies for function livein registers
by Dan Gohman
· 17 years ago
be0034e
Revert r55817. It broke PIC. FastISel will need to find a different
by Dan Gohman
· 17 years ago
c7f4a8a
In FastISel mode, the scheduler may be invoked multiple times
by Dan Gohman
· 17 years ago
94b8d7e
Separate MachineInstr-emitting routines from actual scheduling
by Dan Gohman
· 17 years ago