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
*
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
*
This patch allows targets to define weather the instruction mnemonics in asm ...
Vladimir Medic
2013-07-16
1
-0
/
+3
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-1
/
+6
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-6
/
+1
*
Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.
Michael Gottesman
2013-07-11
1
-682
/
+613
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-5
/
+10
*
[SystemZ] Remove no-op MVCs
Richard Sandiford
2013-07-05
1
-0
/
+8
*
[SystemZ] Clean up register scavenging code
Richard Sandiford
2013-07-05
1
-0
/
+5
*
Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...
Michael Gottesman
2013-07-03
1
-0
/
+2
*
[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
Ulrich Weigand
2013-07-02
1
-1
/
+1
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
1
-0
/
+4
*
TableGen: Generate a function for getting operand indices based on their defi...
Tom Stellard
2013-06-25
1
-0
/
+5
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
Remove static, because it was messing everything up.
Bill Wendling
2013-06-20
1
-4
/
+4
*
Make the '==' operator inline.
Bill Wendling
2013-06-19
1
-2
/
+29
*
Make this static inline to avoid duplicates.
Bill Wendling
2013-06-19
1
-1
/
+1
*
Make the comparison operators non-member functions.
Bill Wendling
2013-06-19
1
-5
/
+9
*
Add operator!= as the compliment to operator==. This is for a future change.
Bill Wendling
2013-06-19
1
-1
/
+4
*
Directly access objects which may change during compilation.
Bill Wendling
2013-06-17
1
-0
/
+3
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-16
/
+0
*
Support BufferSize on ProcResGroup for unified MOp schedulers.
Andrew Trick
2013-06-15
1
-0
/
+1
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
2
-8
/
+8
*
Avoid warnings about unused parameters that tend to come up a lot when
Duncan Sands
2013-06-10
2
-13
/
+13
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-2
/
+7
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+12
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
1
-2
/
+17
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-6
/
+7
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+8
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
2
-14
/
+13
*
Create an FPOW SDNode opcode def in the target independent .td file rather th...
Owen Anderson
2013-05-22
1
-0
/
+1
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
1
-1
/
+28
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-0
/
+1
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-5
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...
Stephen Lin
2013-04-21
1
-5
/
+2
*
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
1
-18
/
+0
[next]