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
*
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
*
remove some more dead sparcv9 support stuff
Chris Lattner
2006-08-03
1
-25
/
+0
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
1
-14
/
+0
*
Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...
Evan Cheng
2006-07-27
1
-4
/
+0
*
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-26
1
-1
/
+1
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-0
/
+19
*
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-21
2
-18
/
+19
*
Make sub- and super- register classes const.
Evan Cheng
2006-07-19
1
-3
/
+3
*
Added option -code-model to set code model (only used in 64-bit) mode. Valid
Evan Cheng
2006-07-06
1
-0
/
+18
*
Clean up
Evan Cheng
2006-06-17
1
-2
/
+1
*
Simplify the targetdata ctor by not passing in a "targetname" which is always
Chris Lattner
2006-06-16
1
-8
/
+14
*
Remove ctor with each piece specifyable (which causes overload ambiguities),
Chris Lattner
2006-06-16
1
-10
/
+11
*
Avoid undesirable behavior when assert is not enabled.
Evan Cheng
2006-06-15
1
-3
/
+3
*
Instructions with variable operands (variable_ops) can have a number required
Evan Cheng
2006-06-15
1
-1
/
+14
*
Start on my todo list
Andrew Lenharth
2006-06-12
1
-3
/
+2
*
For PR786:
Reid Spencer
2006-05-24
1
-1
/
+1
*
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
Evan Cheng
2006-05-23
1
-5
/
+6
*
Added option -enable-finite-only-fp-math. When on, the codegen can assume that
Evan Cheng
2006-05-23
1
-0
/
+7
*
Make TargetData strings less redundant.
Owen Anderson
2006-05-20
1
-1
/
+1
*
lib/Target/Target.td
Evan Cheng
2006-05-18
1
-1
/
+20
*
Another typo. Pointed out by Nate Begeman.
Evan Cheng
2006-05-17
1
-1
/
+1
*
Fix a mis-leading comment.
Evan Cheng
2006-05-17
1
-1
/
+1
*
There is now a default impl of this method
Chris Lattner
2006-05-16
1
-1
/
+1
*
Move this code to a common place
Andrew Lenharth
2006-05-16
1
-0
/
+10
[next]