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
*
Reduce the number of indirections in the attributes implementation.
Benjamin Kramer
2013-07-11
2
-178
/
+131
*
[SystemZ] Use zeroing form of RISBG for shift-and-AND sequences
Richard Sandiford
2013-07-11
1
-5
/
+66
*
[SystemZ] Use zeroing form of RISBG for some AND sequences
Richard Sandiford
2013-07-11
1
-1
/
+118
*
[SystemZ] Allow 8-bit operands to RISBG
Richard Sandiford
2013-07-11
1
-2
/
+1
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-23
/
+147
*
Initialize AsmPrinter::MF in the constructor
Hal Finkel
2013-07-11
1
-1
/
+1
*
RegScavenger should not exclude undef uses
Hal Finkel
2013-07-11
1
-1
/
+1
*
Fix indentation. No functional change.
Craig Topper
2013-07-11
1
-8
/
+8
*
Fix a warning.
Nadav Rotem
2013-07-11
1
-2
/
+1
*
SLPVectorizer: refactor the code that places extracts. Place the code that de...
Nadav Rotem
2013-07-11
1
-41
/
+131
*
Teach TailRecursionElimination to handle certain cases of nocapture escaping ...
Michael Gottesman
2013-07-11
1
-64
/
+85
*
Don't assert if we can't constant fold extract/insertvalue
Hal Finkel
2013-07-10
1
-8
/
+21
*
Find the symbol table on archives created on OS X.
Rafael Espindola
2013-07-10
1
-3
/
+14
*
Put ELF COMDAT relocations into the relevant COMDAT group.
Tim Northover
2013-07-10
1
-2
/
+9
*
Remove trailing whitespac
Stephen Lin
2013-07-10
1
-2
/
+2
*
Don't crash in 'llvm -s' when an archive has no symtab.
Rafael Espindola
2013-07-10
1
-1
/
+7
*
[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also re...
Michael Gottesman
2013-07-10
7
-7
/
+7
*
MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.
Rafael Espindola
2013-07-10
1
-21
/
+2
*
Replacing an empty switch with its moral equivalent. No functional changes i...
Aaron Ballman
2013-07-10
2
-8
/
+2
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
2
-35
/
+1
*
Use the appropriate unsigned int type for the offset.
Adrian Prantl
2013-07-10
1
-2
/
+3
*
Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.
Adrian Prantl
2013-07-10
1
-1
/
+2
*
Simplify code.
Craig Topper
2013-07-10
1
-6
/
+2
*
R600/SI: Initial local memory support
Michel Danzer
2013-07-10
6
-3
/
+34
*
R600/SI: Add pattern for the AMDGPU.barrier.local intrinsic
Michel Danzer
2013-07-10
1
-1
/
+10
*
R600/SI: Add intrinsic for retrieving the current thread ID
Michel Danzer
2013-07-10
2
-2
/
+9
*
R600/SI: Initial support for LDS/GDS instructions
Michel Danzer
2013-07-10
5
-0
/
+68
*
R600/SI: Add intrinsics for texture sampling with user derivatives
Michel Danzer
2013-07-10
2
-1
/
+7
*
PPC: Add a better comment about the i64 FI fixup
Hal Finkel
2013-07-10
1
-2
/
+13
*
Reverting commit r185999 due to buildboot failure.
Vladimir Medic
2013-07-10
2
-49
/
+0
*
Add support for Mips break and syscall insructions. The corresponding test ca...
Vladimir Medic
2013-07-10
2
-0
/
+49
*
Fix typo
Stephen Lin
2013-07-10
1
-1
/
+1
*
Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali...
Stephen Lin
2013-07-10
1
-0
/
+11
*
Un-break the buildbot by tweaking the indirection flag.
Adrian Prantl
2013-07-10
1
-2
/
+8
*
Document a known limitation of the status quo.
Adrian Prantl
2013-07-10
1
-1
/
+3
*
Fix comment.
Eric Christopher
2013-07-09
1
-1
/
+1
*
ARM: Fix incorrect pack pattern for thumb2
Jim Grosbach
2013-07-09
1
-1
/
+6
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
2
-27
/
+93
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-1
/
+9
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
6
-21
/
+21
*
InstSimplify: X >> X -> 0
David Majnemer
2013-07-09
1
-0
/
+8
*
Typo.
Adrian Prantl
2013-07-09
1
-1
/
+1
*
Fix PR16571, which is a bug in the code that checks that all of the types in ...
Nadav Rotem
2013-07-09
1
-1
/
+3
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
9
-47
/
+75
*
WidenVecRes_BUILD_VECTOR must use the first operand's type
Hal Finkel
2013-07-09
1
-1
/
+4
*
[PowerPC] Better fix for PR16556.
Bill Schmidt
2013-07-09
1
-9
/
+3
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
10
-29
/
+86
*
Don't crash in SE dealing with ashr x, -1
Hal Finkel
2013-07-09
1
-1
/
+1
*
ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
David Majnemer
2013-07-09
1
-6
/
+4
*
Set the default insert point to the first instruction, and not to end()
Nadav Rotem
2013-07-09
1
-1
/
+1
[next]