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
...
|
*
Simplify math a little bit.
Craig Topper
2013-08-06
1
-16
/
+17
|
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
12
-12
/
+14
|
*
Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.
Craig Topper
2013-08-06
1
-1
/
+1
|
*
AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
NAKAMURA Takumi
2013-08-06
1
-0
/
+2
|
*
Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...
NAKAMURA Takumi
2013-08-06
1
-2
/
+0
|
*
Simplify code slightly. No functional change.
Craig Topper
2013-08-06
1
-4
/
+2
|
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
10
-572
/
+690
|
*
Allow 4 as a valid debug info version.
Eric Christopher
2013-08-06
1
-1
/
+1
|
*
Fix missing -*- C++ -*-s
Matt Arsenault
2013-08-06
1
-1
/
+1
|
*
Recommit previous cleanup with a fix for c++98 ambiguity.
Eric Christopher
2013-08-05
1
-5
/
+2
|
*
R600: Implement TargetLowering::getVectorIdxTy()
Tom Stellard
2013-08-05
3
-5
/
+14
|
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
8
-77
/
+98
|
*
Revert "Use existing builtin hashing functions to make this routine more"
Eric Christopher
2013-08-05
1
-2
/
+5
|
*
Use existing builtin hashing functions to make this routine more
Eric Christopher
2013-08-05
1
-5
/
+2
|
*
Change parent hashing algorithm to be non-recursive and elaborate
Eric Christopher
2013-08-05
1
-20
/
+32
|
*
Introduce an optimisation for special case lists with large numbers of litera...
Peter Collingbourne
2013-08-05
1
-13
/
+38
|
*
Introduce Regex::isLiteralERE function.
Peter Collingbourne
2013-08-05
1
-0
/
+7
|
*
Silencing an MSVC11 type conversion warning.
Aaron Ballman
2013-08-05
1
-1
/
+1
|
*
80-cols
Alexey Samsonov
2013-08-05
1
-1
/
+2
|
*
LLVM Interpreter: This patch implements vector support for cast operations (z...
Elena Demikhovsky
2013-08-05
1
-77
/
+414
|
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
5
-17
/
+182
|
*
Don't leak passes if added outside of the area determined by Started/Stopped ...
Benjamin Kramer
2013-08-05
1
-0
/
+2
|
*
[SystemZ] Add definitions for BRCT and BRCTG
Richard Sandiford
2013-08-05
2
-0
/
+22
|
*
[SystemZ] Use LOAD AND TEST to eliminate comparisons against zero
Richard Sandiford
2013-08-05
3
-1
/
+48
|
*
[SystemZ] Add LOAD AND TEST instructions
Richard Sandiford
2013-08-05
1
-0
/
+13
|
*
[SystemZ] Split out comparison elimination into a separate pass
Richard Sandiford
2013-08-05
5
-270
/
+346
|
*
AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.
Elena Demikhovsky
2013-08-05
4
-0
/
+354
|
*
Add the saving of S2. This is needed for some of the floating point
Reed Kotler
2013-08-04
2
-6
/
+10
|
*
X86: Turn fp selects into mask operations.
Benjamin Kramer
2013-08-04
5
-70
/
+91
|
*
AVX-512 set: added VEXTRACTPS instruction
Elena Demikhovsky
2013-08-04
2
-6
/
+15
|
*
X86: correct tail return address calculation
Tim Northover
2013-08-04
2
-4
/
+6
|
*
AsmParser: Store MacroLikeBodies on the side so they don't get leaked.
Benjamin Kramer
2013-08-04
1
-1
/
+5
|
*
Clean up code for Mips16 large frame handling.
Reed Kotler
2013-08-04
6
-35
/
+138
|
*
PPCAsmParser: Stop leaking names.
Benjamin Kramer
2013-08-03
1
-10
/
+31
|
*
MachObjectFile: Don't leak on error.
Benjamin Kramer
2013-08-03
1
-7
/
+9
|
*
ARMAsmParser: Plug a leak.
Benjamin Kramer
2013-08-03
1
-3
/
+11
|
*
Stop leaking register infos in the disassemblers.
Benjamin Kramer
2013-08-03
2
-4
/
+4
|
*
Fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-03
1
-1
/
+18
|
*
Minor address space code simplification.
Matt Arsenault
2013-08-03
1
-9
/
+3
|
*
Add a AttributeSetImpl::dump function.
Peter Collingbourne
2013-08-02
2
-0
/
+6
|
*
Make one of the AttributeSet ctors maintain the invariant that the
Peter Collingbourne
2013-08-02
2
-2
/
+29
|
*
Option parsing: recognize the special -- token
Hans Wennborg
2013-08-02
1
-1
/
+16
|
*
Add a missing 'return' statement.
Joey Gouly
2013-08-02
1
-0
/
+1
|
*
[mips] Expand vector truncating stores and extending loads.
Akira Hatanaka
2013-08-02
1
-0
/
+14
|
*
[ARMv8] Add an assembler warning for the deprecated 'setend' instruction.
Joey Gouly
2013-08-02
1
-0
/
+12
|
*
SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...
Nadav Rotem
2013-08-02
1
-10
/
+13
|
*
Fixes ARM LNT bot from SLP change in O3
Renato Golin
2013-08-02
1
-6
/
+8
|
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-02
1
-0
/
+4
|
*
Pacify GCC, which worries about falling off the end of the switch.
Duncan Sands
2013-08-02
1
-0
/
+2
|
*
Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.
Alexey Samsonov
2013-08-02
1
-5
/
+8
[prev]
[next]