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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
Jim Grosbach
2012-09-25
1
-0
/
+14
*
Remove unused name of variable to quiet a warning. Also canonicalize a
Nick Lewycky
2012-09-24
1
-3
/
+3
*
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
2
-0
/
+12
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
4
-37
/
+0
*
Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be
Nick Lewycky
2012-09-24
1
-32
/
+71
*
Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.
Nick Lewycky
2012-09-24
1
-12
/
+11
*
Specify MachinePointerInfo as refering to the argument value and offset of the
Roman Divacky
2012-09-24
1
-3
/
+5
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
4
-16
/
+0
*
Add missing check for presence of target data.
Richard Osborne
2012-09-24
1
-20
/
+22
*
Enable the new SROA pass by default.
Chandler Carruth
2012-09-24
1
-1
/
+1
*
Address one of the original FIXMEs for the new SROA pass by implementing
Chandler Carruth
2012-09-24
1
-1
/
+118
*
Emit dtors into proper section while compiling in vcpp-compatible mode.
Anton Korobeynikov
2012-09-23
1
-6
/
+14
*
Switch to a signed representation for the dynamic offsets while walking
Chandler Carruth
2012-09-23
1
-26
/
+75
*
Don't do actual work inside an assert statement. Fixes PR11760!
Nick Lewycky
2012-09-23
1
-4
/
+6
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
6
-21
/
+26
*
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2012-09-22
1
-0
/
+2
*
Whitespace.
NAKAMURA Takumi
2012-09-22
1
-2
/
+2
*
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
1
-38
/
+6
*
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-22
4
-8
/
+35
*
Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'
Michael Liao
2012-09-22
1
-14
/
+14
*
Fix typo in r164357
Michael Liao
2012-09-22
1
-1
/
+1
*
MIPS DSP: Add immediate leaves.
Akira Hatanaka
2012-09-22
1
-0
/
+20
*
MIPS DSP: Add predicates and instruction template.
Akira Hatanaka
2012-09-22
1
-0
/
+25
*
Add MIPS DSP register classes. Set actions of DSP vector operations and override
Akira Hatanaka
2012-09-21
2
-0
/
+49
*
SelectionDAG node enums for MIPS DSP nodes.
Akira Hatanaka
2012-09-21
2
-0
/
+55
*
Add MIPS accumulator and DSP control registers.
Akira Hatanaka
2012-09-21
2
-1
/
+45
*
Add flags and feature bits for mips dsp.
Akira Hatanaka
2012-09-21
2
-0
/
+9
*
Fix a case where the new SROA pass failed to zap dead operands to
Chandler Carruth
2012-09-21
1
-0
/
+4
*
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-21
1
-1
/
+1
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
4
-0
/
+16
*
Have the DbgVariable "isArtificial" and "isObjectPointer" not
Eric Christopher
2012-09-21
2
-5
/
+5
*
Add comment.
Chad Rosier
2012-09-21
1
-1
/
+2
*
Add comment.
Chad Rosier
2012-09-21
1
-1
/
+2
*
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
4
-3
/
+10
*
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
1
-0
/
+5
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
1
-0
/
+6
*
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
1
-1
/
+2
*
Encapsulate the "construct*AlignmentFromInt" functions.
Bill Wendling
2012-09-21
2
-4
/
+4
*
Fix a typo in r164357
Michael Liao
2012-09-21
1
-8
/
+8
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-21
4
-11
/
+12
*
BitcodeReader: Correctly insert blockaddress constant referring to a already ...
Benjamin Kramer
2012-09-21
1
-6
/
+22
*
Cortex-A9 latency fixes (w/ -schedmodel only).
Andrew Trick
2012-09-21
1
-5
/
+5
*
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-21
1
-9
/
+44
*
Revise td of X86 atomic instructions
Michael Liao
2012-09-21
3
-218
/
+209
*
Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...
NAKAMURA Takumi
2012-09-21
1
-1
/
+0
*
Properly save and restore RA and Mips16 callee save registers S0,S1
Akira Hatanaka
2012-09-21
3
-6
/
+52
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
1
-0
/
+6
*
Tidy up. Whitespace.
Jim Grosbach
2012-09-21
1
-2
/
+2
*
Tidy up. Formatting.
Jim Grosbach
2012-09-21
1
-1
/
+1
*
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-21
1
-2
/
+29
[next]