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
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
Dan Gohman
2009-04-13
2
-16
/
+16
*
Reapply 68847.
Devang Patel
2009-04-13
2
-0
/
+4
*
Implement x86 h-register extract support.
Dan Gohman
2009-04-13
7
-98
/
+359
*
Remove x86's special-case handling for ISD::TRUNCATE and
Dan Gohman
2009-04-13
1
-85
/
+0
*
Fix copy+pastos in comments.
Dan Gohman
2009-04-13
1
-2
/
+2
*
List the l registers before h registers, for consistency.
Dan Gohman
2009-04-13
1
-4
/
+4
*
Use X86::SUBREG_8BIT instead of hard-coding the equivalent constant.
Dan Gohman
2009-04-13
1
-3
/
+3
*
Add a comment about MOVSX64rr8.
Dan Gohman
2009-04-13
1
-0
/
+4
*
Fix another hard-coded constant to use X86AddrNumOperands.
Dan Gohman
2009-04-13
1
-1
/
+1
*
X86-64 TLS support for local exec and initial exec.
Rafael Espindola
2009-04-13
3
-10
/
+23
*
While passing arg of types larger than char only one byte at lower end was ge...
Sanjiv Gupta
2009-04-13
1
-1
/
+1
*
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2009-04-13
1
-0
/
+2
*
In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matching
Rafael Espindola
2009-04-12
1
-3
/
+8
*
refactor some code into X86DAGToDAGISel::MatchWrapper
Rafael Espindola
2009-04-12
1
-44
/
+51
*
fix a cross-block fastisel crash handling overflow intrinsics.
Chris Lattner
2009-04-12
1
-5
/
+16
*
simplify code by using IntrinsicInst.
Chris Lattner
2009-04-12
1
-69
/
+54
*
Add new TargetInstrDesc::hasImplicitUseOfPhysReg and
Chris Lattner
2009-04-12
1
-15
/
+3
*
Revert r68847. It breaks the build on non-Darwin targets, with this message
Dan Gohman
2009-04-11
2
-2
/
+0
*
Keep track of inlined functions and their locations. This information is coll...
Devang Patel
2009-04-11
2
-0
/
+2
*
Added code to handle spilling and reloading of FSRs.
Sanjiv Gupta
2009-04-10
4
-14
/
+61
*
Don't fold a load if the other operand is a TLS address.
Rafael Espindola
2009-04-10
1
-6
/
+27
*
a few fixes to "addrspace(256) is reference offset of GS segment register".
Chris Lattner
2009-04-10
1
-17
/
+60
*
Pass in the std::string parameter instead of returning it by value.
Bill Wendling
2009-04-10
1
-1
/
+2
*
Remove the obsolete SelectionDAG::getNodeValueTypes and simplify
Dan Gohman
2009-04-09
2
-10
/
+9
*
Give register alias checking the hash table treatment too.
Owen Anderson
2009-04-09
1
-1
/
+3
*
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-09
1
-13
/
+0
*
The way we are trying to figure out banksel immediate operand may yield diffe...
Sanjiv Gupta
2009-04-09
1
-2
/
+3
*
Arguments to indirect calls were being passed incorrectly. They are not fixed...
Sanjiv Gupta
2009-04-09
1
-2
/
+6
*
Fix code size computation on x86-64, patch by Zoltan Varga!
Chris Lattner
2009-04-09
1
-1
/
+1
*
r68576 unconverd a bug in PIC16 port (Thanks to Dan Gohman) where we were cus...
Sanjiv Gupta
2009-04-09
1
-5
/
+10
*
Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...
Owen Anderson
2009-04-09
1
-3
/
+5
*
Fix grammaros in comments.
Dan Gohman
2009-04-09
1
-2
/
+2
*
Re-apply 68552.
Rafael Espindola
2009-04-08
17
-194
/
+234
*
Fix PR3795: Apply Dan's suggested fix for
Bob Wilson
2009-04-08
1
-2
/
+6
*
Avoid a hard coded constant.
Rafael Espindola
2009-04-08
1
-1
/
+1
*
Emit .line debug directives for stoppoints. The debug location is retrieved b...
Sanjiv Gupta
2009-04-08
5
-24
/
+19
*
Handle indirect function calls.
Sanjiv Gupta
2009-04-08
5
-89
/
+346
*
Implement support for using modeling implicit-zero-extension on x86-64
Dan Gohman
2009-04-08
3
-9
/
+43
*
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
17
-231
/
+193
*
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
17
-193
/
+231
*
PR2985 / <rdar://problem/6584986>
Jim Grosbach
2009-04-07
7
-194
/
+318
*
Handle 'a' modifier in ARM inline assembly.
Bob Wilson
2009-04-06
1
-0
/
+3
*
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-06
5
-33
/
+62
*
Wrap some lines to fix indentation problems.
Bob Wilson
2009-04-03
1
-30
/
+36
*
Fix some comments.
Bob Wilson
2009-04-03
1
-5
/
+5
*
CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txt
Oscar Fuentes
2009-04-03
1
-1
/
+0
*
Separate MIPS asmprinter
Anton Korobeynikov
2009-04-03
5
-3
/
+33
*
Fix target library name
Anton Korobeynikov
2009-04-03
1
-1
/
+1
*
Fix comment
Anton Korobeynikov
2009-04-03
1
-1
/
+1
*
Move IA64 asmprinter to separate library
Anton Korobeynikov
2009-04-03
4
-1
/
+32
[next]