index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Age
Commit message (
Expand
)
Author
2008-02-20
Remove bunch of gcc 4.3-related warnings from Target
Anton Korobeynikov
2008-02-16
I cannot find a libgcc function for this builtin. Therefor expanding it to a...
Andrew Lenharth
2008-02-15
Handle \n's in value names for more targets. The asm printers
Chris Lattner
2008-02-14
In TargetLowering::LowerCallTo, don't assert that
Duncan Sands
2008-02-14
Change how FP immediates are handled.
Nate Begeman
2008-02-13
Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits
Dan Gohman
2008-02-13
don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS.
Chris Lattner
2008-02-13
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Dan Gohman
2008-02-12
__DATA not __DATA__ is the right segment name on darwin.
Dale Johannesen
2008-02-12
Remove some dead code
Nate Begeman
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-08
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-02-06
Re-apply the memory operand changes, with a fix for the static
Dan Gohman
2008-02-04
Dwarf requires variable entries to be in the source order. Right now, since w...
Evan Cheng
2008-02-04
This method should be virtual
Nate Begeman
2008-02-04
Eliminate some redundant code.
Nate Begeman
2008-02-03
explicitly include Compiler.h instead of getting it from tblgen in the middle...
Chris Lattner
2008-02-03
don't do ReplaceUses on a result that doesn't exist.
Chris Lattner
2008-02-02
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-01-31
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...
Evan Cheng
2008-01-31
Create a new class, MemOperand, for describing memory references
Dan Gohman
2008-01-30
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...
Evan Cheng
2008-01-30
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-28
If the function has no machine instructions, then emit a "nop" so that
Bill Wendling
2008-01-23
The last pieces needed for loading arbitrary
Duncan Sands
2008-01-23
Honor explicit section information on Darwin.
Dale Johannesen
2008-01-17
Revert the part of 45849 that treated weak globals
Dale Johannesen
2008-01-17
This commit changes:
Chris Lattner
2008-01-15
rename SDTRet -> SDTNone.
Chris Lattner
2008-01-15
Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg...
Owen Anderson
2008-01-11
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
Weak zeroes don't go in bss on Darwin.
Dale Johannesen
2008-01-10
get def use info more correct.
Chris Lattner
2008-01-07
Only mark instructions that load a single value without extension as isSimple...
Evan Cheng
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Rename all the M_* flags to be namespace qualified enums, and switch
Chris Lattner
2008-01-07
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
remove MachineOpCode typedef.
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-06
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
remove explicit isStore flags that are now inferrable.
Chris Lattner
2008-01-04
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
[next]