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
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-23
/
+4
*
Add support for Mips break and syscall insructions. The corresponding test ca...
Vladimir Medic
2013-07-12
2
-0
/
+49
*
[SystemZ] Optimize sign-extends of vector setccs
Richard Sandiford
2013-07-12
1
-0
/
+9
*
[SystemZ] Fix parsing of inline asm registers
Richard Sandiford
2013-07-12
4
-8
/
+49
*
[SystemZ] Improve spilling of LGDR and LDGR
Richard Sandiford
2013-07-12
1
-1
/
+23
*
Stylistic change.
Shuxin Yang
2013-07-12
1
-2
/
+2
*
SLPVectorizer: Sink and enable CSE for ExtractElements.
Nadav Rotem
2013-07-12
1
-11
/
+25
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
8
-26
/
+55
*
Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.
NAKAMURA Takumi
2013-07-12
1
-0
/
+5
*
PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).
Manman Ren
2013-07-12
2
-81
/
+87
*
SLPVectorize: Replace the code that checks for vectorization candidates in su...
Nadav Rotem
2013-07-12
1
-25
/
+22
*
Remove an argument that we dont use anymore.
Nadav Rotem
2013-07-11
1
-15
/
+12
*
PPC: Add some missing V_SET0 patterns
Hal Finkel
2013-07-11
1
-2
/
+15
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-4
/
+23
*
PPCDAGToDAGISel::isRunOfOnes should return false on zero
Hal Finkel
2013-07-11
1
-1
/
+4
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
9
-23
/
+23
*
Add back code for supporting old mingw versions. Should bring the bots back.
Rafael Espindola
2013-07-11
1
-3
/
+13
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
4
-6
/
+6
*
Looks like some versions of mingw don't have errno_t. Use int.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
Use move semantics if possible to construct ConstantRanges.
Benjamin Kramer
2013-07-11
1
-5
/
+6
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
2
-26
/
+16
*
LoopVectorize: Vectorize all accesses in address space zero with unit stride
Arnold Schwaighofer
2013-07-11
1
-8
/
+16
*
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
[next]