- 5ab1d10 [ARM] Avoid injecting constant islands in movw+movt pairs on Windows by Martin Storsjo · 7 years ago
- f78650a Remove trailing space by Fangrui Song · 7 years ago
- d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
- 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
- 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
- 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
- fc0d02c [ARM] Another f16 litpool fix by Sjoerd Meijer · 8 years ago
- d31a8c0 Recommit: [ARM] f16 constant pool fix by Sjoerd Meijer · 8 years ago
- 9a25247 Revert r325754 and r325755 (f16 literal pool) because buildbots were unhappy. by Sjoerd Meijer · 8 years ago
- 7d5909e [ARM] f16 constant pool fix by Sjoerd Meijer · 8 years ago
- f4a7fa7 [ARM] Allow half types in ConstantPool by Sjoerd Meijer · 8 years ago
- 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
- 4a91fb9 [ARM] Split Arm jump table branch into i12 and rs suffixed versions by Momchil Velikov · 8 years ago
- 5cdc4f9 ARM: correctly update CFG when splitting BB to fix branch. by Tim Northover · 8 years ago
- 842aa90 [ARM] Place jump table as the first operand in additions by Momchil Velikov · 8 years ago
- 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
- 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
- 076468c [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 962c5a3 [Thumb-1] Fix corner cases for compressed jump tables by Weiming Zhao · 9 years ago
- 58dadd5 Fix use-after-frees on memory allocated in a Recycler. by Benjamin Kramer · 9 years ago
- 1b4b59a [ARM] Remove a dead ADD during the creation of TBBs by David Green · 9 years ago
- 0d98b03 ARM: avoid clobbering register in v6 jump-table expansion. by Tim Northover · 9 years ago
- 5ac6adb Fix assertion failure in ARMConstantIslandPass. by Kristof Beyls · 9 years ago
- 56db97d [ARM] Fix constant islands pass. by Roger Ferrer Ibanez · 9 years ago
- 9249754 [Thumb-1] TBB generation: spot redefinitions of index register by James Molloy · 9 years ago
- 9b3b899 [ARM] Register ConstantIslands with the pass manager by James Molloy · 9 years ago
- 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
- e6cf437 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- bd66b7d [ARM] Use helpers for adding pred / CC operands. NFC by Diana Picus · 9 years ago
- 116bbab [CodeGen] Rename MachineInstrBuilder::addOperand. NFC by Diana Picus · 9 years ago
- 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
- 70a3d6d [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables by James Molloy · 9 years ago
- b37864b Revert r284580+r284917. ("Synthesize TBB/TBH instructions") by Eli Friedman · 9 years ago
- 2bae864 [ARM] Fix crash in ConstantIslands by James Molloy · 9 years ago
- fbfd173 [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables by James Molloy · 9 years ago
- 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
- 9abb2fa [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
- 85124c7 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
- 1ce54d6 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
- 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
- b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
- 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
- 562e829 Use the range variant of find_if instead of unpacking begin/end by David Majnemer · 9 years ago
- 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
- 3ebda7e [ARMConstantIslandPass] Remove dead code. by Davide Italiano · 9 years ago
- 89217f8 TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC by Sjoerd Meijer · 9 years ago
- 5c0ef83 This refactoring of ARM machine block size computation creates two utility by Sjoerd Meijer · 9 years ago
- 71c30a1 Rename AnalyzeBranch* to analyzeBranch*. by Jacques Pienaar · 9 years ago
- 29c5249 ARM: Remove implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
- 9cfc75c CodeGen: Use MachineInstr& in TargetInstrInfo, NFC by Duncan P. N. Exon Smith · 9 years ago
- 68318e0 Fix some spelling mistakes by David Majnemer · 10 years ago
- 1dbf7a5 Add MachineFunctionProperty checks for AllVRegsAllocated for target passes by Derek Schuff · 10 years ago
- ef0fe1e Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)". NFC. by Aaron Ballman · 10 years ago
- 5e0c3eb Fix PR25339: ARM Constant Island by Weiming Zhao · 10 years ago
- 6307eb5 CodeGen: TII: Take MachineInstr& in predicate API, NFC by Duncan P. N. Exon Smith · 10 years ago
- e9bc579 ADT: Remove == and != comparisons between ilist iterators and pointers by Duncan P. N. Exon Smith · 10 years ago
- a118910 [ARM] Add B.W and CBZ instructions to ARMv8-M Baseline by Bradley Smith · 10 years ago
- e30b8ca Use std::is_sorted and std::none_of instead of manual loops. NFC by Craig Topper · 10 years ago
- d97c100 Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
- 1dbaf67 Revert r254348: "Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces." by Hans Wennborg · 10 years ago
- fa1917c Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
- a770379 [ARM] Prevent use of a value pointed by end() iterator when placing a jump table by Petr Pavlu · 10 years ago
- 9f9559e ARM: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- df005cb Fix some comment typos. by Benjamin Kramer · 10 years ago
- bd7287e Move most user of TargetMachine::getDataLayout to the Module one by Mehdi Amini · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 072a58a ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- a603c40 ARM: recommit r237590: allow jump tables to be placed as constant islands. by Tim Northover · 10 years ago
- 7e814d1 Revert r237590, "ARM: allow jump tables to be placed as constant islands." by Peter Collingbourne · 10 years ago
- fa3872e MachineInstr: Change return value of getOpcode() to unsigned. by Matthias Braun · 10 years ago
- 12c41af ARM: allow jump tables to be placed as constant islands. by Tim Northover · 10 years ago
- 4998a47 ARM: remove custom jump table UID by Tim Northover · 10 years ago
- 688f7bb ARM: refactor optimizeThumb2JumpTables. by Tim Northover · 10 years ago
- d27d3a1 ARM: Align functions containing Thumb-2 jump tables to 4 bytes. by Peter Collingbourne · 11 years ago
- 167668f Thumb2: When applying branch optimizations, visit branches in reverse order. by Peter Collingbourne · 11 years ago
- 1213918 ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools. by Peter Collingbourne · 11 years ago
- 1b21f00 Migrate ARM except for TTI, AsmPrinter, and frame lowering by Eric Christopher · 11 years ago
- 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
- 442b40c [ARM] Fix a bug in constant island pass that was triggering an assertion. by Akira Hatanaka · 11 years ago
- 620fb22 [ARMConstantIsland] Insert tbb/tbh optimization where previous jump table resided. by Chad Rosier · 11 years ago
- 631cc9c ARM: allow constpool entry to be moved to the user's block in all cases. by Tim Northover · 11 years ago
- ab85dcc ARM: avoid duplicating branches during constant islands. by Tim Northover · 11 years ago
- 0d0c781 ARM: Fix a bug which was causing convergence failure in constant-island pass. by Akira Hatanaka · 11 years ago
- e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
- fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
- d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
- 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
- 6bc27bf [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
- 452f1f9 ARM: Fix crash in ARM backend inside of ARMConstantIslandPass by David Majnemer · 12 years ago
- df1ecbd7 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
- ab28b9a Radar numbers don't belong in source code. by Evan Cheng · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
- f29db27 Reduce duplicated hash map lookups. by Benjamin Kramer · 13 years ago
- 73b0282 Fix the naming of ensureAlignment. Per the coding standard function names by Chad Rosier · 13 years ago