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
*
If the type legalizer actually legalized anything
Duncan Sands
2008-11-24
1
-4
/
+2
*
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-24
4
-0
/
+1572
*
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-23
1
-14
/
+16
*
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-21
1
-0
/
+18
*
Delete redundant inline keywords.
Dan Gohman
2008-11-20
1
-3
/
+3
*
Doxygenate comments.
Dan Gohman
2008-11-20
1
-30
/
+26
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
1
-3
/
+5
*
Extend InlineAsm::C_Register to allow multiple specific registers
Dale Johannesen
2008-11-13
1
-2
/
+2
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
1
-6
/
+6
*
Jump tables may be emitted by target.
Evan Cheng
2008-11-07
1
-0
/
+4
*
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-11-05
1
-5
/
+6
*
For some targets, it's not possible to place GVs in the same memory buffer as...
Evan Cheng
2008-11-04
1
-0
/
+5
*
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
3
-6
/
+4
*
Added interface to allow clients to create a MemIntrinsicNode for
Mon P Wang
2008-11-01
1
-1
/
+22
*
Revert errant deletion. The target needs to be able to specify that it doesn'...
Jim Grosbach
2008-10-30
1
-0
/
+3
*
Add initial support for vector widening. Logic is set to widen for X86.
Mon P Wang
2008-10-30
1
-2
/
+12
*
This is not needed anymore.
Evan Cheng
2008-10-29
1
-9
/
+0
*
Support for constant islands in the ARM JIT.
Jim Grosbach
2008-10-28
1
-0
/
+9
*
For now, don't split live intervals around x87 stack register barriers. FpGET...
Evan Cheng
2008-10-27
1
-1
/
+7
*
Return something (i.e. NULL) from an unimplemented virtual function.
Oscar Fuentes
2008-10-26
1
-0
/
+1
*
Add storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlot|Addr} descriptions.
Evan Cheng
2008-10-25
1
-0
/
+17
*
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-10-25
1
-0
/
+8
*
This forward declaration is unnecessary.
Evan Cheng
2008-10-20
1
-1
/
+0
*
Teach getTypeToTransformTo to return something
Duncan Sands
2008-10-20
1
-4
/
+5
*
Fix a typo in a comment.
Dan Gohman
2008-10-20
1
-1
/
+1
*
Fix typo in a comment.
Matthijs Kooijman
2008-10-20
1
-1
/
+1
*
Remove another stale comment.
Matthijs Kooijman
2008-10-20
1
-3
/
+1
*
Remove an inappropriate (probably outdated) comment.
Matthijs Kooijman
2008-10-20
1
-3
/
+1
*
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-18
1
-0
/
+5
*
Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...
Evan Cheng
2008-10-17
1
-5
/
+19
*
Keep track of *which* input constraint matches an output
Chris Lattner
2008-10-17
1
-3
/
+3
*
add an assert so that PR2356 explodes instead of running off an
Chris Lattner
2008-10-17
1
-0
/
+10
*
Trim #includes.
Dan Gohman
2008-10-16
1
-1
/
+0
*
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-16
1
-5
/
+5
*
- Add target lowering hooks that specify which setcc conditions are illegal,
Evan Cheng
2008-10-15
1
-0
/
+37
*
FastISel support for exception-handling constructs.
Dan Gohman
2008-10-14
1
-1
/
+6
*
Rename LoadX to LoadExt.
Evan Cheng
2008-10-14
1
-18
/
+18
*
Clarify meaning of copyRegToReg's return value.
Evan Cheng
2008-10-13
1
-1
/
+3
*
(re)Put const weak strings in appropriate section on Darwin.
Dale Johannesen
2008-10-08
1
-0
/
+1
*
Add an option to enable StrongPHIElimination, for ease of testing.
Owen Anderson
2008-10-07
1
-0
/
+4
*
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
1
-4
/
+0
*
Implement the -fno-builtin option in the front-end, not in the back-end.
Bill Wendling
2008-10-01
1
-2
/
+1
*
Add the new `-no-builtin' flag. This flag is meant to mimic the GCC
Bill Wendling
2008-09-30
1
-1
/
+2
*
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
1
-3
/
+3
*
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
3
-2
/
+4
*
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
3
-4
/
+2
*
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
1
-0
/
+6
*
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-25
1
-1
/
+7
*
Finally get rid of virtual inheritance in TAI
Anton Korobeynikov
2008-09-24
2
-2
/
+2
*
Use crazy template-based inheritance instead of virtual one.
Anton Korobeynikov
2008-09-24
1
-0
/
+2
[next]