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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Watch out for variable_ops instructions.
Evan Cheng
2006-09-06
1
-1
/
+1
*
Variable ops instructions may ignore the last few operands for code emission.
Evan Cheng
2006-09-06
1
-1
/
+3
*
Document getTargetTriple().
Devang Patel
2006-09-06
1
-0
/
+11
*
Add getTargetTriple() that linker can use to query target architecture.
Devang Patel
2006-09-06
2
-0
/
+12
*
Oops - forgot to update banner.
Jim Laskey
2006-09-06
1
-1
/
+1
*
Keep track of all modules crated using a name to module map.
Devang Patel
2006-09-06
2
-1
/
+24
*
Cleaned up some of the grammar in the Live Intervals section. Removed the
Bill Wendling
2006-09-06
1
-147
/
+37
*
Update project with new files.
Jim Laskey
2006-09-06
1
-3
/
+5
*
Separate target specifc asm properties from asm printers.
Jim Laskey
2006-09-06
2
-0
/
+501
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
17
-613
/
+382
*
add the orr instruction
Rafael Espindola
2006-09-06
1
-0
/
+4
*
Instead of demangling symbol name by hand, use original name, which was
Devang Patel
2006-09-06
1
-2
/
+4
*
Extract target triplet from optimized module.
Devang Patel
2006-09-06
2
-7
/
+11
*
Only call isUse/isDef on register operands
Evan Cheng
2006-09-05
1
-3
/
+3
*
Bugfix to work with the two-addr changes that have been made in the tree rece...
Chris Lattner
2006-09-05
1
-1
/
+2
*
make this harder
Chris Lattner
2006-09-05
1
-1
/
+2
*
IsDef can only be accessed / set if operand is a register.
Evan Cheng
2006-09-05
1
-11
/
+16
*
Only call isUse/isDef on register operands
Chris Lattner
2006-09-05
2
-13
/
+7
*
Don't call isDef on non-registers
Chris Lattner
2006-09-05
1
-1
/
+2
*
Initialize IsDef of all non-register MachineOperand to false.
Evan Cheng
2006-09-05
1
-0
/
+7
*
Fix Duraid's changes to work when TLI is null. This fixes the failing
Chris Lattner
2006-09-05
1
-3
/
+7
*
Change the default to 0, which means 'default'.
Chris Lattner
2006-09-05
1
-1
/
+1
*
Fix a few dejagnu failures. e.g. fast-cc-merge-stack-adj.ll
Evan Cheng
2006-09-05
1
-2
/
+2
*
JIT encoding bug.
Evan Cheng
2006-09-05
1
-1
/
+1
*
Fix JIT encoding of two-addr instructions.
Chris Lattner
2006-09-05
1
-0
/
+5
*
Update the X86 JIT to make it work with the new two-addr changes. This also
Chris Lattner
2006-09-05
1
-41
/
+52
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
10
-106
/
+78
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
9
-604
/
+577
*
jmp_bufs are this big on alpha.
Andrew Lenharth
2006-09-05
1
-0
/
+3
*
First draft of the "Live Interval Analysis" section. This is the "Live
Bill Wendling
2006-09-04
1
-0
/
+188
*
ADd getImm/setImm methods
Chris Lattner
2006-09-04
1
-6
/
+15
*
Add some short-hand accessors
Chris Lattner
2006-09-04
1
-0
/
+4
*
add support for returning 64bit values
Rafael Espindola
2006-09-04
2
-0
/
+41
*
Fix some X86 JIT failures. This should really come from TargetJITInfo.
Chris Lattner
2006-09-04
1
-0
/
+3
*
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Chris Lattner
2006-09-04
1
-1
/
+2
*
Correct fix for a crasher on functions with live in values
Chris Lattner
2006-09-04
1
-4
/
+6
*
Hack around a regression I introduced yesterday
Chris Lattner
2006-09-04
1
-0
/
+3
*
forgot this
Duraid Madina
2006-09-04
1
-0
/
+2
*
Fix a build problem
Chris Lattner
2006-09-04
1
-2
/
+3
*
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
5
-14
/
+47
*
Update this to reflect llvm-config usage
Chris Lattner
2006-09-04
1
-24
/
+10
*
Remove some dead makefilery
Chris Lattner
2006-09-04
1
-62
/
+0
*
Use llvm-config to determine what to link in
Chris Lattner
2006-09-04
4
-7
/
+5
*
Use llvm-config instead of magic JIT thing to link in libs
Chris Lattner
2006-09-04
1
-1
/
+1
*
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-09-04
18
-64
/
+21
*
Allow things like --libs CBackend
Chris Lattner
2006-09-04
1
-0
/
+3
*
Switch to using llvm-config to build
Chris Lattner
2006-09-04
1
-1
/
+1
*
Bugfix for llvm-config support
Chris Lattner
2006-09-04
1
-13
/
+16
*
Make LINK_COMPONENTS interact well with make clean
Chris Lattner
2006-09-04
1
-1
/
+3
*
Switch to using llvm-config to select components to link in.
Chris Lattner
2006-09-04
1
-2
/
+2
[next]