Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e17388fd34a12dd0ecb8e347645b945db91d90a7
e17388f
Use just a ArrayRef<uint8_t> to store both hex string and binary data.
by Rafael Espindola
· 11 years ago
0612081
Rename COFFYaml.h to COFFYAML.h for consistency.
by Rafael Espindola
· 11 years ago
0e07d1a
Remove union to fix build in c++03.
by Rafael Espindola
· 11 years ago
05bc4a6
Don't allocate temporary string for section data.
by Rafael Espindola
· 11 years ago
47afc19
LoopVectorize: PHIs with only outside users should prevent vectorization
by Arnold Schwaighofer
· 11 years ago
488401e
NVPTX: Don't even create a regalloc if we're not going to use it.
by Benjamin Kramer
· 11 years ago
504e2da
[APFloat] Added a unittest for APFloat::getZero.
by Michael Gottesman
· 11 years ago
5b00f4e
Modify how the formulae are rated in Loop Strength Reduce.
by Quentin Colombet
· 11 years ago
bed2308
Add a way to define the bit range covered by a SubRegIndex.
by Ahmed Bougacha
· 11 years ago
9c8e1f9
Unit test for SCEV fix r182989, PR16130.
by Andrew Trick
· 11 years ago
52aaf6a
Remove useless code from transitioning to new EH scheme
by Kai Nacke
· 11 years ago
ee5e24c
ARM: permit upper-case BE/LE on setend instruction
by Tim Northover
· 11 years ago
242c9f4
ARM: add fstmx and fldmx instructions for assembly
by Tim Northover
· 11 years ago
4f3d7ee
Simplify multiplications by vectors whose elements are powers of 2.
by Rafael Espindola
· 11 years ago
e93c701
ARM: fix VEXT encoding corner case
by Tim Northover
· 11 years ago
b6606e4
[SystemZ] Don't use LOAD and STORE REVERSED for volatile accesses
by Richard Sandiford
· 11 years ago
5443e7d
[NVPTX] Re-enable support for virtual registers in the final output
by Justin Holewinski
· 11 years ago
7ae921d
[msan] Handle mixed track-origins and keep-going settings (llvm part).
by Evgeniy Stepanov
· 11 years ago
43887bf
X86: change MOV64ri64i32 into MOV32ri64
by Tim Northover
· 11 years ago
5434f12
Add links to the System z architecture manual and ABI
by Richard Sandiford
· 11 years ago
6160114
Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.
by Andrew Trick
· 11 years ago
affed7e
[mips] Big-endian code generation for atomic instructions.
by Akira Hatanaka
· 11 years ago
04b0bcf
Fix wrong comment. Null is not acceptable.
by Matt Arsenault
· 11 years ago
903f26d
Reapply with r182909 with a fix to the calculation of the new indices for
by Nick Lewycky
· 11 years ago
6f6ec56
Remove debug print added in r182949.
by Ahmed Bougacha
· 11 years ago
9e3e730
Revert r182937 and r182877.
by Rafael Espindola
· 11 years ago
198f972
Remove unused member.
by Rafael Espindola
· 11 years ago
dab867e
Fix a couple of typos and 80-col.
by Eric Christopher
· 11 years ago
79b40f1
Use the const_cast only where necessary.
by Bill Wendling
· 11 years ago
b54d297
MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
by Ahmed Bougacha
· 11 years ago
964722c
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFloat::next(bool nextDown).
by Michael Gottesman
· 11 years ago
26266a1
Fix warning and resulting formatting issue.
by Paul Redmond
· 11 years ago
f95ac8a
Revise llvm.vectorizer.width documentation
by Paul Redmond
· 11 years ago
977de2d
Don't use fast isel on this test.
by Rafael Espindola
· 11 years ago
3a36cb0
Force a triple so we don't get bitten by windows' different regalloc.
by Benjamin Kramer
· 11 years ago
051ed0a
Force fragile test to the atom scheduler model.
by Benjamin Kramer
· 11 years ago
71f2df0
Added a sub-project status update section to the release notes with details
by Ashok Thirumurthi
· 11 years ago
5b15525
X86: allow registers 8-15 in test
by Tim Northover
· 11 years ago
15983b8
X86: use sub-register sequences for MOV*r0 operations
by Tim Northover
· 11 years ago
52d65ab
Fix incorrect parameter name in LIT docs.
by Sergey Matveev
· 11 years ago
d01fb9e
Fix rematerialization into physical registers.
by Tim Northover
· 11 years ago
d5c52f1
[NVPTX] Fix case where a sext load of an i1 type may produce an
by Justin Holewinski
· 11 years ago
da0416b
X86: change zext moves to use sub-register infrastructure.
by Tim Northover
· 11 years ago
14a926f
[SystemZ] Enable unaligned accesses
by Richard Sandiford
· 11 years ago
ccb7bd9
Revert r182909.
by Evgeniy Stepanov
· 11 years ago
aebc1b3
Fix warning on varialbe unused in opt builds.
by Daniel Jasper
· 11 years ago
d5ae2c3
Fixed bug when tests in executable partially used absolute paths.
by Galina Kistanova
· 11 years ago
e97b102
Swizzle vector inputs if it helps us eliminate shuffles.
by Nick Lewycky
· 11 years ago
7486d92
Change how we iterate over relocations on ELF.
by Rafael Espindola
· 11 years ago
d2df98f
Rename variable to be more descriptive.
by Eric Christopher
· 11 years ago
5592ba4
Formatting.
by Eric Christopher
· 11 years ago
86a0f19
Reformat comments here.
by Eric Christopher
· 11 years ago
12378d4
Add a comment and some tests including the NULL byte.
by Eric Christopher
· 11 years ago
8a65e11
This testcase tests command line attributes which we don't yet support.
by Bill Wendling
· 11 years ago
3b7f3b1
Remove dead return.
by Rafael Espindola
· 11 years ago
999c693
Added a unittest for APFloat::getSmallestNormalized.
by Michael Gottesman
· 11 years ago
7d13d52
Added code to the unittest for APFloat::getSmallest to double check that we consider the result to be denormal.
by Michael Gottesman
· 11 years ago
3e8d356
Add a unittest for APFloat::getSmallest.
by Michael Gottesman
· 11 years ago
6e0b2a0
Order CALLSEQ_START and CALLSEQ_END nodes.
by Andrew Trick
· 11 years ago
8df6f4b
X86: Fix Defs/Uses for insts that imp-def/imp-use both an A-register and EFLAGS.
by Ahmed Bougacha
· 11 years ago
8ed5506
Don't assume the registers will be enumerated sequentially.
by Chad Rosier
· 11 years ago
745825f5
Add colored diagnostics when building LLVM with cmake + ninja + clang
by Arnaud A. de Grandmaison
· 11 years ago
f567a6d
Enable FastISel on ARM for Linux and NaCl
by JF Bastien
· 11 years ago
cc5a882
Don't reach into the middle of TargetMachine and cache one of its ivars.
by Bill Wendling
· 11 years ago
aae0fa9
Teach ReMaterialization to be more cunning about subregisters
by Tim Northover
· 11 years ago
88c7440
Simplify logic by using the appropriate functions.
by Adrian Prantl
· 11 years ago
742671b
LTO+Debug Info: revert r182791.
by Manman Ren
· 11 years ago
a9a8a12
Tidy some register classes for ARM and Thumb
by JF Bastien
· 11 years ago
d1c180e
SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function]
by NAKAMURA Takumi
· 11 years ago
5983770
[SystemZ] Two tests missing from previous commit
by Richard Sandiford
· 11 years ago
2d664ab
[SystemZ] Immediate compare-and-branch support
by Richard Sandiford
· 11 years ago
b8303eb
Move test that depends on the X86 backend into the right subdirectory.
by Benjamin Kramer
· 11 years ago
92b4f20
Temporary fix to get rid of gcc warning.
by Patrik Hagglund
· 11 years ago
d86a66d
Allow overriding the location of C/C++ compilers in Android CMake build.
by Evgeniy Stepanov
· 11 years ago
5300869
[Sparc] Add support for leaf functions in sparc backend.
by Venkatraman Govindaraju
· 11 years ago
0cf4adb
LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointer of StringRef.
by NAKAMURA Takumi
· 11 years ago
51c292a
Whitespace.
by NAKAMURA Takumi
· 11 years ago
61212bc
Debug Info: Update documentation to match recent (& not so recent) schema changes
by David Blaikie
· 11 years ago
4af9230
Debug Info: Reorder accessor to match field order.
by David Blaikie
· 11 years ago
c57905e
Mips assembler: Improve set register alias handling
by Jack Carter
· 11 years ago
86b2473
AArch64: clarify -help message
by Tim Northover
· 11 years ago
e4ee452
[Mips] Add Mips specific dynamic table entry tags.
by Simon Atanasyan
· 11 years ago
ee21b6f
Add support for llvm.vectorizer metadata
by Paul Redmond
· 11 years ago
a32edcf
[APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for use in APFloat IEEE-754R 2008 nextUp/nextDown function.
by Michael Gottesman
· 11 years ago
e274b47
ARM: use pristine object file while processing relocations
by Tim Northover
· 11 years ago
9174fd7
LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
by Manman Ren
· 11 years ago
ee6e242
Hexagon: Typo fix.
by Jyotsna Verma
· 11 years ago
2275cfd
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
by Chad Rosier
· 11 years ago
520b6e3
Simplify code. No functionality change.
by Benjamin Kramer
· 11 years ago
e4fae84
Remove double semicolons.
by Benjamin Kramer
· 11 years ago
a84a83b
Extend RemapInstruction and friends to take an optional new parameter, a ValueMaterializer.
by James Molloy
· 11 years ago
9903f75
[msan] Fix argument shadow alignment.
by Evgeniy Stepanov
· 11 years ago
988005a
Typo
by Renato Golin
· 11 years ago
d50bcb2
[SystemZ] Register compare-and-branch support
by Richard Sandiford
· 11 years ago
fe4716f
Linking ReleaseProcess doc with the world
by Renato Golin
· 11 years ago
06c3c9a
[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
by Richard Sandiford
· 11 years ago
c1a0806
Revert r182715 and r182758
by Alexey Samsonov
· 11 years ago
e5ee3cf
Adding ReleaseProcess doc
by Renato Golin
· 11 years ago
1f41986
Fixup for r182715: provide correct arg to --gtest-filter
by Alexey Samsonov
· 11 years ago
9f5de6d
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias another argument, even if the other argument is not itself marked noalias.
by Michael Kuperstein
· 11 years ago
Next »