Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
927ede5a874e9a329f96ed85cb37ab07d2a55528
927ede5
Updated instruction table due to addded intrinsics.
by Brendon Cahoon
· 13 years ago
12a5252
Remove warnings from HexagonVLIWPacketizer.
by Sirish Pande
· 13 years ago
5abd10a
Some release notes for dragonegg.
by Duncan Sands
· 13 years ago
6d532d8
Hexagon constant extender support.
by Brendon Cahoon
· 13 years ago
e1093e5
Typo.
by Chad Rosier
· 13 years ago
2b3b335
[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Minor cleanup.
by Chad Rosier
· 13 years ago
81e900d
Hexagon V5 intrinsics support.
by Sirish Pande
· 13 years ago
79e2045
Defer computation of SuperRegs.
by Jakob Stoklund Olesen
· 13 years ago
2a2e9d5
[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg
by Chad Rosier
· 13 years ago
12c8078
objectsize: add a few more tests and fix a bug
by Nuno Lopes
· 13 years ago
2f6ae41
[fast-isel] Rather then assert (or segfault in a non-asserts build), fall back
by Chad Rosier
· 13 years ago
f4bd21c
The return type is an unsigned, not a bool.
by Chad Rosier
· 13 years ago
4949e98
Add space before an open parenthesis in control flow statements.
by Manman Ren
· 13 years ago
3c579c8
Added X86 Atom latencies to X86InstrMMX.td.
by Preston Gurd
· 13 years ago
cb7a5f5
PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to include/llvm/Support.
by Stepan Dyatkovskiy
· 13 years ago
1244757
Fix test/CodeGen/X86/tls-pie.ll.
by Hans Wennborg
· 13 years ago
228756c
Implement initial-exec TLS model for 32-bit PIC x86
by Hans Wennborg
· 13 years ago
169e9ba
Added the missing bit definition for the 4th bit of the STR (post reg) instruction. It is now set to 0. The patch also sets the unpredictable mask for SEL and SXTB-type instructions.
by Silviu Baranga
· 13 years ago
ca3cd41
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate offset addressing. The assembler and instruction printer were not properly handeling the #-0 immediate.
by Silviu Baranga
· 13 years ago
383fd7a
Fix a use after free when the streamer is destroyed. Fixes pr12622.
by Rafael Espindola
· 13 years ago
2b7ab5e
Fix a misleading comment.
by Akira Hatanaka
· 13 years ago
2684d9e
Tidy up. Trailing whitespace.
by Jim Grosbach
· 13 years ago
639aa87
Tidy up. Trailing whitespace.
by Jim Grosbach
· 13 years ago
5b6dfee
Fix a minor logic mistake transforming compares in instcombine. PR12514.
by Eli Friedman
· 13 years ago
247c5ab
ARM: peephole optimization to remove cmp instruction
by Manman Ren
· 13 years ago
d4347e1
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
by Dan Gohman
· 13 years ago
61aef8b
Allow unique_file to take a mode for file permissions, but default
by Eric Christopher
· 13 years ago
620ee81
Fix intendation.
by Chad Rosier
· 13 years ago
fcad796
Compute secondary sub-registers.
by Jakob Stoklund Olesen
· 13 years ago
9d236f9
objectsize: add support for GEPs with non-constant indexes
by Nuno Lopes
· 13 years ago
deaa3f3
Added X86 Atom latencies for instructions in X86InstrInfo.td.
by Preston Gurd
· 13 years ago
05b7a50
Add support for the 'X' inline asm operand modifier.
by Eric Christopher
· 13 years ago
89c324b
misched: Print machineinstrs with -debug-only=misched
by Andrew Trick
· 13 years ago
28ebc89
misched: tracing register pressure heuristics.
by Andrew Trick
· 13 years ago
7196a8f
misched: Add register pressure backoff to ConvergingScheduler.
by Andrew Trick
· 13 years ago
16716c7
misched: Release only unscheduled nodes into ReadyQ.
by Andrew Trick
· 13 years ago
d38f87e
misched: Added ReadyQ container wrapper for Top and Bottom Queues.
by Andrew Trick
· 13 years ago
7f8ab78
misched: Introducing Top and Bottom register pressure trackers during scheduling.
by Andrew Trick
· 13 years ago
0cfb5cf
Hexagon V5 Support - V5 td file.
by Sirish Pande
· 13 years ago
7517bbc
Hexagon V5 FP Support.
by Sirish Pande
· 13 years ago
55ba5df
RegPressure: API for speculatively checking instruction pressure.
by Andrew Trick
· 13 years ago
d253035
RegPressure: fix array index iteration style.
by Andrew Trick
· 13 years ago
b401e3b
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
by Dan Gohman
· 13 years ago
fe65d98
Revert: 156550 "ARM: peephole optimization to remove cmp instruction"
by Manman Ren
· 13 years ago
148f392
Precompute lists of explicit sub-registers and indices.
by Jakob Stoklund Olesen
· 13 years ago
ac84461
Rewrite ScalarEvolution::hasOperand to use an explicit worklist instead
by Dan Gohman
· 13 years ago
e548744
teach DSE and isInstructionTriviallyDead() about calloc
by Nuno Lopes
· 13 years ago
9777f61
formatting change: strip debug info from test
by Joel Jones
· 13 years ago
8ae4f06
ARM: peephole optimization to remove cmp instruction
by Manman Ren
· 13 years ago
9df72a9
Fix a problem with incomplete equality testing of PHINodes in
by Joel Jones
· 13 years ago
b88e8dd
Fix merge-typo and cleanup
by Nadav Rotem
· 13 years ago
b210651
AVX2: Add an additional broadcast idiom.
by Nadav Rotem
· 13 years ago
5fc2187
Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in the program.
by Nadav Rotem
· 13 years ago
7b521ad
Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.
by Andrew Trick
· 13 years ago
77966fa
ExecutionEngine: Check for NULL ErrorStr before using it.
by Jim Grosbach
· 13 years ago
08dc5f2
Fix warning text.
by Jakob Stoklund Olesen
· 13 years ago
95b8cf1
Fix the objc_storeStrong recognizer to stop before walking off the
by Dan Gohman
· 13 years ago
ca313e1
Compute a backwards SubReg -> SubRegIndex map for each register.
by Jakob Stoklund Olesen
· 13 years ago
da2be82
Rename getSubRegs() to computeSubRegs().
by Jakob Stoklund Olesen
· 13 years ago
e3305b1
objectsize:
by Nuno Lopes
· 13 years ago
9166d23
Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.
by Chad Rosier
· 13 years ago
fd39afb
Added a regress test for the bug #9964 before close it.
by Danil Malyshev
· 13 years ago
d9b41b3
Mark .opd @progbits, thus avoiding a warning from asm.
by Roman Divacky
· 13 years ago
537c2f5
Set the default iOS version to 3.0.
by Chad Rosier
· 13 years ago
0d38d3a
Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.
by Bob Wilson
· 13 years ago
26bbdee
Don't return true on a function with a void return type.
by Chad Rosier
· 13 years ago
ecee47e
Add Triple::getiOSVersion.
by Chad Rosier
· 13 years ago
5c87b49
Introduce llvm-c function LLVMPrintModuleToFile.
by Hans Wennborg
· 13 years ago
3075954
change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept.
by Nuno Lopes
· 13 years ago
80fa472
Make it possible to switch off solution folders. VS Express does not support
by Manuel Klimek
· 13 years ago
7305295
Fixed a typo
by Filipe Cabecinhas
· 13 years ago
f24fde2
Supply a C interface to the "LinkModules" method. Patch by Andrew Wilkins!
by Bill Wendling
· 13 years ago
b12af89
Remove unused variable to get rid of warning.
by Craig Topper
· 13 years ago
2b409b6
Add another peephole pattern for conditional moves.
by Akira Hatanaka
· 13 years ago
cf661a0
Use ptr_rc_tailcall instead of GR32_TC.
by Jakob Stoklund Olesen
· 13 years ago
56ec9f2
Make register FP allocatable if the compiled function does not have dynamic
by Akira Hatanaka
· 13 years ago
a284acb
Expand 64-bit shifts if target ABI is O32.
by Akira Hatanaka
· 13 years ago
220ee59
Remove unused variable to silence compiler warning.
by Richard Trieu
· 13 years ago
6447d52
Do not install llvm-config-host for cross-builds of clang. rdar://11317847
by Bob Wilson
· 13 years ago
0daef3d
Miscellaneous accumulated cleanups.
by Dan Gohman
· 13 years ago
9ed9e5d
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
by Kevin Enderby
· 13 years ago
acc472a
add to 3.1 release notes
by Seth Cantrell
· 13 years ago
4670dac
Fix objc_storeStrong pattern matching to catch a potential use of the
by Dan Gohman
· 13 years ago
f191b43
Use a shared function for a common operation.
by Jakob Stoklund Olesen
· 13 years ago
a80f2d1
Fix thinko in conditional.
by Eric Christopher
· 13 years ago
a249f7d
DAGCombiner should not change the type of an extract_vector index.
by Jim Grosbach
· 13 years ago
0bf7895
Remove empty directories.
by Daniel Dunbar
· 13 years ago
22b291a
Remove excess semi-colons to quiet warnings.
by Eric Christopher
· 13 years ago
2b8f3ba
[Support] Fix sys::GetRandomNumber() to always use a high quality seed.
by Daniel Dunbar
· 13 years ago
ab3a7fb
Update load/store instruction patterns in Hexagon V4.
by Sirish Pande
· 13 years ago
9318e48
Formatting fixes.
by Akira Hatanaka
· 13 years ago
e10d972
Define mips16 instruction formats.
by Akira Hatanaka
· 13 years ago
5012076
Handle OpDeref in case it comes in as a register operand.
by Eric Christopher
· 13 years ago
599da5e
Update comment.
by Eric Christopher
· 13 years ago
f468fd8
Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this
by Daniel Dunbar
· 13 years ago
b3593a6
[tests] Remove some remaining DejaGNU related cruft.
by Daniel Dunbar
· 13 years ago
869d817
Adding -fcolor-diagnostics is causing problem to users that parse the build
by Rafael Espindola
· 13 years ago
09ca350
Regenerate configure.
by Daniel Dunbar
· 13 years ago
a5d2435
[docs] Remove POD based man page docs (and build system support).
by Daniel Dunbar
· 13 years ago
006c7b9
remove autoupgrade code for old function attributes format.
by Nuno Lopes
· 13 years ago
Next »