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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
2
-0
/
+42
*
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
2
-1
/
+16
*
Encapsulate the "construct*AlignmentFromInt" functions.
Bill Wendling
2012-09-21
3
-29
/
+29
*
Fix a typo in r164357
Michael Liao
2012-09-21
1
-8
/
+8
*
Clarify comment.
Dmitri Gribenko
2012-09-21
1
-1
/
+1
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-21
5
-29
/
+31
*
BitcodeReader: Correctly insert blockaddress constant referring to a already ...
Benjamin Kramer
2012-09-21
2
-6
/
+37
*
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-21
4
-10
/
+39
*
llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.
NAKAMURA Takumi
2012-09-21
1
-8
/
+8
*
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
3
-10
/
+79
*
Revise td of X86 atomic instructions
Michael Liao
2012-09-21
3
-218
/
+209
*
docs: Fix Sphinx warning over Atomics.rst.
Sean Silva
2012-09-21
1
-0
/
+5
*
docs: Fix Sphinx warning over yaml2obj.rst.
Sean Silva
2012-09-21
1
-0
/
+1
*
Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...
NAKAMURA Takumi
2012-09-21
1
-1
/
+0
*
llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...
NAKAMURA Takumi
2012-09-21
1
-2
/
+2
*
Properly save and restore RA and Mips16 callee save registers S0,S1
Akira Hatanaka
2012-09-21
3
-6
/
+52
*
Testcase does not need to be this strict.
Chad Rosier
2012-09-21
1
-1
/
+1
*
Add newline.
Chad Rosier
2012-09-21
1
-1
/
+1
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
2
-0
/
+36
*
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
3
-2
/
+83
*
Ignore PHI-defs for -new-coalescer interference checks.
Jakob Stoklund Olesen
2012-09-20
2
-4
/
+56
*
Extend -new-coalescer SSA update to handle mapped values as well.
Jakob Stoklund Olesen
2012-09-20
2
-9
/
+62
*
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-20
2
-5
/
+2
*
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
Manman Ren
2012-09-20
2
-0
/
+226
*
Try to make these tests more portable.
Evan Cheng
2012-09-20
3
-7
/
+7
*
Fix broken check lines.
Benjamin Kramer
2012-09-20
1
-3
/
+3
*
Fix function names in coding style examples
Andrew Trick
2012-09-20
1
-4
/
+4
*
Revert r164308 to fix buildbots.
Bill Wendling
2012-09-20
5
-33
/
+30
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-20
5
-30
/
+33
*
Remove more bare uses of the different Attribute enums.
Bill Wendling
2012-09-20
2
-16
/
+32
*
Specify cpu to get the correct instruction ordering. Remove XFAIL.
Roman Divacky
2012-09-20
1
-6
/
+1
*
Make the 'getAsString' function a method of the Attributes class.
Bill Wendling
2012-09-20
4
-54
/
+54
*
Fix 80-col violations.
Nadav Rotem
2012-09-20
1
-13
/
+19
*
Make sure lli compiles all code before invalidating instruction caches.
Tim Northover
2012-09-20
1
-0
/
+3
*
Change enum type in a static table to uint8_t instead. Saves about 700 hundre...
Craig Topper
2012-09-20
1
-6
/
+6
*
Specify CPu to prevent failure on ATOM due to different code scheduling
Michael Liao
2012-09-20
1
-1
/
+1
*
Fix Sphinx warnings.
Sean Silva
2012-09-20
2
-3
/
+4
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
13
-553
/
+1709
*
Sphinxify DebuggingJITedCode
Sean Silva
2012-09-20
2
-184
/
+147
*
Fix static function names in CodingStandards examples.
Andrew Trick
2012-09-20
1
-6
/
+6
*
Convert some attribute existence queries over to use the predicate methods.
Bill Wendling
2012-09-19
4
-38
/
+38
*
ARM: Tidy up IntrinsicsARM.td a bit.
Jim Grosbach
2012-09-19
1
-225
/
+207
*
Add predicates for queries on whether an attribute exists.
Bill Wendling
2012-09-19
2
-7
/
+87
*
Add in new data types that are used by AMDIL/ANL among others.
Micah Villmow
2012-09-19
5
-64
/
+155
*
Soften the pattern-can-never-match error in TableGen into a warning. This pat...
Owen Anderson
2012-09-19
1
-2
/
+5
*
Implement a correct copy constructor for Record. Now that we're using the ID...
Owen Anderson
2012-09-19
1
-0
/
+8
*
Resolve conflicts involving dead vector lanes for -new-coalescer.
Jakob Stoklund Olesen
2012-09-19
2
-9
/
+182
[next]