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
*
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-11
1
-4
/
+4
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
2
-4
/
+5
*
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
1
-0
/
+45
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
5
-34
/
+56
*
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
2013-04-11
1
-6
/
+35
*
R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-04-11
1
-0
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-04-11
1
-2
/
+1
*
Fix MachO's getRelocationAdditionalInfo.
Rafael Espindola
2013-04-11
1
-0
/
+6
*
Make PPCInstrInfo::isPredicated always return false
Hal Finkel
2013-04-11
1
-16
/
+8
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
3
-9
/
+21
*
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
1
-0
/
+8
*
No need to have this return a bool.
Bill Wendling
2013-04-10
1
-4
/
+4
*
fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test cases
Kay Tiong Khoo
2013-04-10
1
-3
/
+3
*
Track the compact unwind encoding for when we are unable to generate compact ...
Bill Wendling
2013-04-10
2
-6
/
+11
*
fixed to disassemble with tab after mnemonic rather than space
Kay Tiong Khoo
2013-04-10
1
-2
/
+2
*
In the X86 back end, getMemoryOperandNo() returns the offset
Preston Gurd
2013-04-10
2
-12
/
+22
*
Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLoc
Chad Rosier
2013-04-10
1
-11
/
+13
*
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
1
-4
/
+0
*
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
2
-1
/
+6
*
Remove unused variable.
Chad Rosier
2013-04-10
1
-1
/
+0
*
PPC: Don't predicate a diamond with two counter decrements
Hal Finkel
2013-04-10
2
-3
/
+24
*
Reapply r179115, but use parsePrimaryExpression a little more judiciously.
Chad Rosier
2013-04-10
2
-3
/
+8
*
R600/SI: Add pattern for AMDGPUurecip
Michel Danzer
2013-04-10
3
-3
/
+13
*
This is for an experimental option -mips-os16. The idea is to compile all
Reed Kotler
2013-04-10
6
-1
/
+185
*
Use a scheme closer to that of GNU as when deciding the type of a
Peter Collingbourne
2013-04-10
1
-6
/
+34
*
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
1
-9
/
+9
*
R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addr
Vincent Lejeune
2013-04-10
1
-1
/
+10
*
ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.
Tim Northover
2013-04-10
5
-7
/
+22
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-22
/
+19
*
R600/SI: dynamical figure out the reg class of MIMG
Christian Konig
2013-04-10
6
-2
/
+63
*
R600/SI: adjust writemask to only the used components
Christian Konig
2013-04-10
4
-2
/
+91
*
R600/SI: remove image sample writemask
Christian Konig
2013-04-10
2
-14
/
+13
*
Cleanup PPCInstrInfo::DefinesPredicate
Hal Finkel
2013-04-10
1
-5
/
+10
*
RegionInfo: Add helpers to replace entry/exit recursively
Tobias Grosser
2013-04-10
1
-0
/
+32
*
PPC: Prep for if conversion of bctr[l]
Hal Finkel
2013-04-10
3
-2
/
+37
*
Template the MachO types over endianness.
Rafael Espindola
2013-04-10
1
-6
/
+6
*
__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not in
Evan Cheng
2013-04-10
1
-5
/
+19
*
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-10
1
-36
/
+50
*
Mips specific inline asm operand modifier 'D'
Jack Carter
2013-04-09
1
-3
/
+9
*
Allow PPC B and BLR to be if-converted into some predicated forms
Hal Finkel
2013-04-09
5
-0
/
+208
*
Fix some comment typos.
Bob Wilson
2013-04-09
1
-2
/
+2
*
Cleanup. No functional change intended.
Chad Rosier
2013-04-09
1
-5
/
+5
*
Cleanup. No functional change intended.
Chad Rosier
2013-04-09
1
-16
/
+16
*
Remove unused method and default values.
Rafael Espindola
2013-04-09
1
-2
/
+1
*
Revert r179115 as it looks to have killed the ASan tests.
Chad Rosier
2013-04-09
2
-10
/
+5
*
Rationalize the formatting of these case labels. Having two sorted
Chandler Carruth
2013-04-09
1
-15
/
+29
*
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-09
15
-11
/
+333
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
5
-0
/
+707
*
[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to
Chad Rosier
2013-04-09
2
-5
/
+10
*
The .dwo section shouldn't contain the unrelocated values (and
Eric Christopher
2013-04-09
1
-13
/
+21
[next]