Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
65e0e461186c98b4af1109bc680b2f3a749d70d5
65e0e46
Move the subtarget dependent features from XCoreTargetMachine
by Eric Christopher
· 11 years ago
9223ec2
Make XCoreSelectionDAGInfo take a DataLayout since it only needs
by Eric Christopher
· 11 years ago
6239974
Also run clang-format on llvm-nm.cpp to tidy things up. No functional changes.
by Kevin Enderby
· 11 years ago
9c23bd0
Run clang-format on llvm-size.cpp to tidy things up. No functional changes.
by Kevin Enderby
· 11 years ago
f260397
[FastISel] Factor out stackmap intrinsic selection code into a dedicated helper method. NFCI.
by Juergen Ributzka
· 11 years ago
115f366
X86: remove atomic instructions *after* we've iterated through them.
by Tim Northover
· 11 years ago
7590926
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
by Juergen Ributzka
· 11 years ago
99ec36c
X86: delegate expanding atomic libcalls to generic code.
by Tim Northover
· 11 years ago
3ca3826
Optimize InstCombine stack memory consumption
by Reid Kleckner
· 11 years ago
a96332b
Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
by Alp Toker
· 11 years ago
49ec6e9
DebugInfo: Keep track of subprograms who's arguments have been promoted.
by David Blaikie
· 11 years ago
d7ffdcd
Move the subtarget dependent features from SystemZTargetMachine
by Eric Christopher
· 11 years ago
389c2dd
Remove the use and initialization of the target machine and subtarget
by Eric Christopher
· 11 years ago
f652ec5
DebugInfo: Provide a utility for building a mapping from llvm::Function*s to llvm::DISubprograms
by David Blaikie
· 11 years ago
4f5fa35
AArch64: fix comment typo
by Tim Northover
· 11 years ago
5c8b83e
X86: expand atomics in IR instead of as MachineInstrs.
by Tim Northover
· 11 years ago
a454a5d
[docs] Fix a mangled sentence.
by Sean Silva
· 11 years ago
6cb0af5
[docs] Remove stray HTML tag.
by Sean Silva
· 11 years ago
1cbd129
[X86] AVX512: Allow writemasks with vpcmp
by Adam Nemet
· 11 years ago
4fd1c54
[X86] AVX512: Factor generating the AsmString into avx512_icmp_cc
by Adam Nemet
· 11 years ago
582dd1e
Revert "MachineScheduler: better book-keeping for asserts."
by Chad Rosier
· 11 years ago
adaa88e
Add the -arch flag support to llvm-size like what was done to llvm-nm
by Kevin Enderby
· 11 years ago
4797c30
[PeepholeOptimzer] Fix a typo in a comment. Spotted by Amara Emerson.
by Quentin Colombet
· 11 years ago
58d452b
Remove unused typedef. GCC warns about this.
by Benjamin Kramer
· 11 years ago
f44809c
GlobalOpt: Don't swap private for internal linkage
by David Majnemer
· 11 years ago
553b2c9
GlobalOpt: FileCheck-ize test
by David Majnemer
· 11 years ago
4232f4e
Rephrase loop so it doesn't leave unused bools around in Release mode.
by Benjamin Kramer
· 11 years ago
4551671
Avoid revocations when possible.
by Rafael Espindola
· 11 years ago
e9a4e06
[PeepholeOptimizer] Advanced rewriting of copies to avoid cross register banks
by Quentin Colombet
· 11 years ago
230bb1b
[RegAllocGreedy] Provide a flag to disable the local reassignment heuristic.
by Quentin Colombet
· 11 years ago
25b7acf
Remove obsolete function TargetRegistry::getClosestTargetForJIT()
by Alp Toker
· 11 years ago
74ed21f
Revert "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself."
by David Blaikie
· 11 years ago
5c7ec29
MachineScheduler: better book-keeping for asserts.
by Andrew Trick
· 11 years ago
faa4e49
ExecutionEngine::create(): fix interpreter fallback when JIT is unavailable
by Alp Toker
· 11 years ago
7186dd4
DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself.
by David Blaikie
· 11 years ago
cc2a78f9
Fix .seh_stackalloc 0
by Reid Kleckner
· 11 years ago
fd6fc71
GlobalOpt: Handle non-zero offsets for aliases
by David Majnemer
· 11 years ago
b6a4058
IR: Add a helper to check for LinkOnceODRLinkage
by David Majnemer
· 11 years ago
049a087
Suppress inlining when the block address is taken
by Gerolf Hoflehner
· 11 years ago
c3c8e7b
AArch64: Follow-up to r212073
by Duncan P. N. Exon Smith
· 11 years ago
91fa948
AArch64: Actually do address type promotion
by Duncan P. N. Exon Smith
· 11 years ago
53da3fa
Convert some byval argpromotion grep tests to FileCheck
by Reid Kleckner
· 11 years ago
6408a8b
DebugInfo: Preserve debug location information when transforming a call into an invoke during inlining.
by David Blaikie
· 11 years ago
0e2313c
Remove unnecessary datalayout string from a test case.
by David Blaikie
· 11 years ago
b23ae55
Speculatively fix some code handling Power64 MachO files
by Reid Kleckner
· 11 years ago
3b15c97
msan: Stop stripping the 'tail' modifier off of calls
by Reid Kleckner
· 11 years ago
816d9c7
objdump: Add test for ELF file with no section table
by Ed Maste
· 11 years ago
eb73cf67
Refactor the code in clang to find a file in a PATH like environment variable into a helper function
by Ehsan Akhgari
· 11 years ago
a0d04ac
Fix 'platform-specific' hyphenations
by Alp Toker
· 11 years ago
46e17ca
Build fix for systems without futimes/futimens
by Alp Toker
· 11 years ago
c28eff1
Add the -arch flag support to llvm-nm to select the slice out of a Mach-O
by Kevin Enderby
· 11 years ago
97fb702
R600: Move mul combine to separate function
by Matt Arsenault
· 11 years ago
d36aada
R600: Remove unused declarations leftover from AMDIL
by Matt Arsenault
· 11 years ago
93b97c9
Debug info: split out complex DIVariable address expressions into a
by Adrian Prantl
· 11 years ago
e6cfdc8
[X86] Add support for builtin to read performance monitoring counters.
by Andrea Di Biagio
· 11 years ago
adb277d
[OCaml] Documentation improvements.
by Peter Zotov
· 11 years ago
99f2d6f
[AArch64] Unsized types don't specify an alignment. PR20109
by Chad Rosier
· 11 years ago
e7dfa85
[AArch64] Convert mul x, -(pow2 +/- 1) to shift + add/sub.
by Chad Rosier
· 11 years ago
12a261e
macho-dump: add code to print LC_ID_DYLIB load commands.
by Tim Northover
· 11 years ago
a1ff0ae
ARM: take care not to set the ThumbFunc bit on TLS data symbols
by Scott Douglass
· 11 years ago
780e5e8
undo test commit (whitespace only)
by Scott Douglass
· 11 years ago
27391ad
test commit (whitespace only)
by Scott Douglass
· 11 years ago
85f56ba
test commit: add a comment line in GVN test file
by Erik Eckstein
· 11 years ago
2c25d41
X86: fix comment
by Saleem Abdulrasool
· 11 years ago
e8bd687
ARM: use symbolic name for constant
by Saleem Abdulrasool
· 11 years ago
36c789f
CodeGen: rename Win64 ExceptionHandling to WinEH
by Saleem Abdulrasool
· 11 years ago
622520e
MC: rename EmitWin64EH routines
by Saleem Abdulrasool
· 11 years ago
521a69f
Add ops() method to SDNode that returns an ArrayRef<SDUse>. Use it to simplify some code.
by Craig Topper
· 11 years ago
37f6870
Use a range loop. No functionality change.
by Rafael Espindola
· 11 years ago
8d5114e
Simplify code a bit, no functionality change.
by Rafael Espindola
· 11 years ago
56f5e7fa
Fix build following r211956
by Alp Toker
· 11 years ago
320cba3
Verifier: Update assert message to reflect LangRef
by David Majnemer
· 11 years ago
3e5215b
[x86] Fix a bug in the v8i16 shuffling exposed by the new splat-like
by Chandler Carruth
· 11 years ago
dc3a2fc
Fix this test to not write to the source tree, and instead to write to
by Chandler Carruth
· 11 years ago
fe05f61
[x86] Add handling for splat-like widenings of v16i8 shuffles.
by Chandler Carruth
· 11 years ago
be56f16
This file wasn't supposed to be checked in
by David Majnemer
· 11 years ago
7da28c5
[RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targets
by Lang Hames
· 11 years ago
cc0a279
Revert "Temporary hack to try cleaning extra .s file from bots."
by Matt Arsenault
· 11 years ago
051cc06
Temporary hack to try cleaning extra .s file from bots.
by Matt Arsenault
· 11 years ago
a677ffe
[RuntimeDyld] Use a raw_ostream and llvm::format for int-to-string conversions.
by Lang Hames
· 11 years ago
d7be296
[AArch64] Fix memset ICE when memset value is f128.
by Chad Rosier
· 11 years ago
1cfa342
llvm-cov: Support specifying multiple source files
by Justin Bogner
· 11 years ago
5bbd607
[RuntimeDyld] #include <cctype> header in RuntimeDyldChecker.cpp.
by Lang Hames
· 11 years ago
c3747f2
[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.
by Lang Hames
· 11 years ago
63195d7
[x86] Fix another bug hit when bootstrapping with the new shuffle lowering.
by Chandler Carruth
· 11 years ago
fbab8b6
Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC.
by Aaron Ballman
· 11 years ago
8474c35
[NVPTX] Use GreatestCommonDivisor64 from MathExtras instead of using our own. Thanks Hal!
by Justin Holewinski
· 11 years ago
704fa86
Adding some trailing whitespace after a comment previously ending with \ to ensure that it isn't lexed as a multiline comment. This silences some -Wcomment warnings.
by Aaron Ballman
· 11 years ago
f2925a1
Include <tuple> to make buildbots happy
by David Majnemer
· 11 years ago
7a28de0
[NVPTX] Add reflect intrinsic (better than matching by function name)
by Justin Holewinski
· 11 years ago
9832f7d
[NVPTX] Handle all possible vector types in getSetCCResultType, not just the ones representable as MVTs
by Justin Holewinski
· 11 years ago
c95d327
[NVPTX] Add 'b' asm constraint
by Justin Holewinski
· 11 years ago
9272c2b
[NVPTX] Simplify some argument lowering logic
by Justin Holewinski
· 11 years ago
127f0e8
[NVPTX] Do not process samplers in GenericToNVVM
by Justin Holewinski
· 11 years ago
3c81367
[NVPTX] Error out if initializer is given for variable in an address space that does not support initialization
by Justin Holewinski
· 11 years ago
0ded57c
[NVPTX] Add support for .managed variables for UVM
by Justin Holewinski
· 11 years ago
2a8dc35
[NVPTX] Emit .weak linkage for link_once, weak, available_externally, and common linkage
by Justin Holewinski
· 11 years ago
ab7c0aa
[NVPTX] Variables that start with llvm. or nvvm. are reserved and should not be emitted
by Justin Holewinski
· 11 years ago
cb8f983
[NVPTX] Fix handling of ldg/ldu intrinsics.
by Justin Holewinski
· 11 years ago
8992274
[NVPTX] Clean up argument lowering code and properly handle alignment for structs and vectors
by Justin Holewinski
· 11 years ago
Next »