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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add opcode to TargetInstrDescriptor.
Evan Cheng
2006-11-17
1
-1
/
+2
*
Add a mechanism to specify whether a target supports a particular indexed loa...
Evan Cheng
2006-11-09
1
-0
/
+63
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
1
-3
/
+3
*
getPostIndexedAddressParts change: passes in load/store instead of its loaded...
Evan Cheng
2006-11-09
1
-1
/
+1
*
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-09
1
-13
/
+7
*
Added target hook for post-indexed memory ops transformation.
Evan Cheng
2006-11-07
1
-0
/
+10
*
Add a new operand flag to mark which operand is the first predicate operand
Chris Lattner
2006-11-06
1
-0
/
+5
*
add a flag so that predicated instructions can be recognized by branch
Chris Lattner
2006-11-06
1
-0
/
+8
*
Rename
Evan Cheng
2006-11-03
1
-5
/
+5
*
Added a target specific hook to check whether / how a node can be transformed
Evan Cheng
2006-11-03
1
-0
/
+10
*
generalize this api
Chris Lattner
2006-11-02
1
-2
/
+8
*
Rename
Evan Cheng
2006-11-01
1
-2
/
+2
*
Added getTiedToSrcOperand() to check for two-address'ness.
Evan Cheng
2006-11-01
1
-1
/
+5
*
Add operand constraints to TargetInstrInfo.
Evan Cheng
2006-11-01
1
-0
/
+21
*
Change the prototype for TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
1
-3
/
+6
*
Don't mislead readers by claiming a variable is defaulted to false when
Reid Spencer
2006-10-30
1
-1
/
+1
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-0
/
+7
*
add another target hook for branch folding.
Chris Lattner
2006-10-28
1
-0
/
+8
*
Added CStringSection.
Evan Cheng
2006-10-26
1
-0
/
+9
*
TargetData is not subclassed. So no need to have virtual method.
Devang Patel
2006-10-24
1
-1
/
+1
*
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
1
-0
/
+6
*
update comment
Chris Lattner
2006-10-24
1
-2
/
+3
*
fix assert comment
Rafael Espindola
2006-10-24
1
-1
/
+1
*
expose DWARF_LABEL opcode# so the branch folder can update debug info properly.
Chris Lattner
2006-10-17
1
-0
/
+7
*
update comment
Chris Lattner
2006-10-17
1
-2
/
+4
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-1
/
+28
*
it is easier to implement these when they are virtual
Chris Lattner
2006-10-13
1
-4
/
+4
*
allow branch reversal to fail
Chris Lattner
2006-10-13
1
-4
/
+5
*
replace the existing branch inspection/modification APIs with something more
Chris Lattner
2006-10-13
1
-17
/
+44
*
Expose method and ivars for measuring inline asm length properly.
Chris Lattner
2006-10-13
1
-2
/
+13
*
Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes.
Evan Cheng
2006-10-09
1
-7
/
+5
*
Add support for targets to declare that they use a GOT
Chris Lattner
2006-10-06
1
-0
/
+11
*
remove JumpTableTextSection
Chris Lattner
2006-10-05
1
-8
/
+0
*
move getSectionForFunction to AsmPrinter.
Chris Lattner
2006-10-05
1
-8
/
+0
*
Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.
Chris Lattner
2006-10-05
1
-2
/
+10
*
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-10-04
1
-0
/
+32
*
- Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just
Evan Cheng
2006-09-28
1
-4
/
+10
*
Add support for targets that want to do something with the llvm.used list,
Chris Lattner
2006-09-26
1
-0
/
+8
*
order this properly to avoid warnings in TargetAsmInfo.cpp. Add a comment
Chris Lattner
2006-09-25
1
-1
/
+4
*
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-24
1
-0
/
+4
*
1. Remove condition on delete.
Jim Laskey
2006-09-07
1
-4
/
+4
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
2
-2
/
+23
*
Separate target specifc asm properties from asm printers.
Jim Laskey
2006-09-06
1
-0
/
+427
*
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
1
-0
/
+31
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
2
-11
/
+96
*
Eliminate target name.
Chris Lattner
2006-09-03
1
-14
/
+3
*
update some comments
Chris Lattner
2006-08-24
1
-2
/
+1
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
1
-2
/
+2
*
Doxygenify some methods.
Chris Lattner
2006-08-10
1
-4
/
+8
*
update comment
Chris Lattner
2006-08-03
1
-8
/
+2
[next]