Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d03bcc1364177850c3b4974ed68ae2bfcbd38b61
/
lib
/
Target
/
MBlaze
/
MBlazeISelLowering.cpp
7a2bdde
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
68e6bee
Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns."
by Devang Patel
· 14 years ago
e9a7ea6
Keep track of incoming argument's location while emitting LiveIns.
by Devang Patel
· 15 years ago
16c29b5
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there.
by Anton Korobeynikov
· 15 years ago
6b3bbb1
Add support for some of the LLVM atomic operations to the MBlaze backend.
by Wesley Peck
· 15 years ago
f1b4eaf
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
by Chris Lattner
· 15 years ago
dc9d87a
Lower the MBlaze target specific calling conventions for "interrupt_handler"
by Wesley Peck
· 15 years ago
a7c7b9d
The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend.
by Wesley Peck
· 15 years ago
eb13382
1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc relative branch BRLD.
by Wesley Peck
· 15 years ago
8397be0
Reworking the stack layout generated by the MBlaze backend.
by Wesley Peck
· 15 years ago
a3b2200
Adding bug fix that was suppose to be part of 121044.
by Wesley Peck
· 15 years ago
bf17cfa
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
by Wesley Peck
· 15 years ago
0a67d92
Adding working version of assembly parser for the MBlaze backend
by Wesley Peck
· 15 years ago
1e96bab
In the calling convention logic, ValVT is always a legal type,
by Duncan Sands
· 15 years ago
1440e8b
Inside the calling convention logic LocVT is always a simple
by Duncan Sands
· 15 years ago
44ab89e
Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support.
by John Thompson
· 15 years ago
4da992a
Adding initial AsmParser implementation for the MBlaze backend. It is
by Wesley Peck
· 15 years ago
4e9141f
Recommit 116986 with capitalization typo fixed.
by Wesley Peck
· 15 years ago
60e7127
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it
by Wesley Peck
· 15 years ago
13a9490
Major update of the MicroBlaze backend. The new features are:
by Wesley Peck
· 15 years ago
8026a9d
eliminate some uses of the getStore overload.
by Chris Lattner
· 15 years ago
d1c24ed
convert the targets off the non-MachinePointerInfo of getLoad.
by Chris Lattner
· 15 years ago
c940365
Split the SDValue out of OutputArg so that SelectionDAG-independent
by Dan Gohman
· 15 years ago
0d881da
Propagate debug loc.
by Devang Patel
· 15 years ago
14152b4
Reapply r107655 with fixes; insert the pseudo instruction into
by Dan Gohman
· 15 years ago
258c58c
Revert r107655.
by Dan Gohman
· 15 years ago
b81c771
Fix a bunch of custom-inserter functions to handle the case where
by Dan Gohman
· 15 years ago
ed2ae13
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots so it's always false.
by Evan Cheng
· 15 years ago
90c64f4
Remove initialized but otherwise unused variables.
by Duncan Sands
· 15 years ago
af1d8ca
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
by Dan Gohman
· 15 years ago
d858e90
Use const qualifiers with TargetLowering. This eliminates several
by Dan Gohman
· 15 years ago
1e93df6
Move per-function state out of TargetLowering subclasses and into
by Dan Gohman
· 15 years ago
46510a7
Add const qualifiers to CodeGen's use of LLVM IR constructs.
by Dan Gohman
· 15 years ago
c2bf2bb
Re-committing the failed r97807 commit with changes to eliminate warnings.
by Wesley Peck
· 15 years ago
0a7f442
revert r97807, it introduced build warnings.
by Chris Lattner
· 15 years ago
c4155d5
Reworking the stack layout that the MicroBlaze backend generates.
by Wesley Peck
· 15 years ago
173c5c4
Adding function "lookupGCCName" to MBlazeIntrinsicInfo
by Wesley Peck
· 15 years ago
a70f28c
Adding the MicroBlaze backend.
by Wesley Peck
· 15 years ago