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
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
1
-1
/
+6
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
1
-0
/
+6
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-2
/
+2
*
Convert comments to documentation comments (// -> ///)
Dmitri Gribenko
2013-11-05
1
-9
/
+10
*
Convert calls to __sinpi and __cospi into __sincospi_stret
Bob Wilson
2013-11-03
1
-0
/
+12
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
3
-1
/
+28
*
Update comment
Matt Arsenault
2013-10-29
1
-2
/
+2
*
Workaround MSVC 32-bit miscompile of getCondCodeAction.
Matt Arsenault
2013-10-29
1
-15
/
+13
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
2
-8
/
+5
*
SelectionDAG: Pass along the original argument/element type in ISD::InputArg
Tom Stellard
2013-10-23
1
-2
/
+6
*
Remove unused TargetLowering field.
Matt Arsenault
2013-10-21
1
-4
/
+0
*
Fix CodeGen for vectors of pointers with address spaces.
Matt Arsenault
2013-10-21
1
-3
/
+7
*
[projects/test-suite] White space and long line fixes.
Jack Carter
2013-10-17
1
-10
/
+14
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
1
-0
/
+20
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-0
/
+29
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-29
/
+0
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-0
/
+29
*
test commit
Sriram Murali
2013-10-10
1
-2
/
+4
*
Fix grammar / missing words
Matt Arsenault
2013-10-10
1
-2
/
+3
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
1
-0
/
+2
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
Added temp flag -misched-bench for staging in default changes.
Andrew Trick
2013-09-26
1
-0
/
+3
*
Mark the x86 machine model as incomplete. PR17367.
Andrew Trick
2013-09-25
1
-0
/
+9
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+11
*
Added MachineSchedPolicy.
Andrew Trick
2013-09-06
1
-0
/
+11
*
mi-sched: Load clustering is a bit to expensive to enable unconditionally.
Andrew Trick
2013-09-04
1
-0
/
+2
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
1
-0
/
+2
*
Add useAA() to TargetSubtargetInfo
Hal Finkel
2013-08-29
1
-0
/
+4
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-2
/
+4
*
PrintVRegOrUnit
Andrew Trick
2013-08-23
1
-0
/
+16
*
Add an OtherPreserved field to the CalleeSaved TableGen class.
Jakob Stoklund Olesen
2013-08-23
1
-0
/
+6
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
1
-1
/
+6
*
[SystemZ] Use SRST to optimize memchr
Richard Sandiford
2013-08-20
2
-0
/
+13
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
2
-1
/
+14
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
2
-1
/
+17
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
2
-1
/
+15
*
Update makeLibCall to return both the call and the chain associated with the ...
Michael Gottesman
2013-08-13
1
-3
/
+6
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-0
/
+14
*
Add a overload to CostTable which allows it to infer the size of the table.
Benjamin Kramer
2013-08-09
1
-9
/
+26
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
2
-0
/
+2
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
1
-0
/
+9
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
1
-0
/
+7
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-6
/
+1
*
Moving definition of MnemonicContainsDot field from class Instruction to clas...
Vladimir Medic
2013-08-01
1
-3
/
+3
*
Use proper section suffix for COFF weak symbols
Nico Rieck
2013-07-29
1
-2
/
+3
*
Fix a comment cut-&-pasto.
Richard Sandiford
2013-07-25
1
-1
/
+1
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-7
/
+1
*
DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
2013-07-23
1
-2
/
+4
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-6
/
+1
*
Treat nothrow forms of ::operator delete and ::operator delete[] as
Richard Smith
2013-07-21
1
-0
/
+4
[next]