- 543abe4 Re-add support to llvm-objdump for Mach-O universal files and archives with -macho by Kevin Enderby · 11 years ago
- 3d5af84 [X86] Delete dead code in fcopysign lowering. NFC. by Ahmed Bougacha · 11 years ago
- fe13702 Convert test to use an extra Input file. NFC. by Rafael Espindola · 11 years ago
- 59d8674 Revert "Fix UBSan report in StringMap implementation." by Alexey Samsonov · 11 years ago
- 9e80837 Simplify implementation and testcase of r223401 based on feedback from dblaikie. by Adrian Prantl · 11 years ago
- 8bc0067 Fix UBSan report in StringMap implementation. by Alexey Samsonov · 11 years ago
- fb8dcb4 Debug info: If the RegisterCoalescer::reMaterializeTrivialDef() is by Adrian Prantl · 11 years ago
- 76b1313 Add some tests for SimplifyCFG's TurnSwitchRangeIntoICmp(). NFC. by Hans Wennborg · 11 years ago
- 8de6d3e Add some tests for SimplifyCFG's ConstantFoldTerminator(). NFC. by Hans Wennborg · 11 years ago
- 838e181 Also use --icf=safe if we are being linked by gold. by Rafael Espindola · 11 years ago
- 924476a Add a FIXME as requested by Renato Golin. by Roman Divacky · 11 years ago
- 499e74c Silence warning: variable 'buffer' set but not used. by Yaron Keren · 11 years ago
- 9eb2a38 [x86] Fix isOffsetSuitableForCodeModel kernel code model offset by Bruno Cardoso Lopes · 11 years ago
- 1b77bb5 [AArch64] Combining Load and IntToFp should check for neon availability by Weiming Zhao · 11 years ago
- 61f3193 Fix yet another unseen regression caused by r223113 by Asiri Rathnayake · 11 years ago
- 3d47855 Fix thumbv4t indirect calls by Jonathan Roelofs · 11 years ago
- ef7c2ff Add a test case for argument type coercion in an invoke of a vararg function by Philip Reames · 11 years ago
- 327f243 Add a section to Statepoint docs mentioning shared bugzilla search and standard mailing lists by Philip Reames · 11 years ago
- 89f1920 Detect if the linker is gold and if so always use --gc-sections. by Rafael Espindola · 11 years ago
- efbb95a Revert "r223364 - Revert r223347 which has caused crashes on bootstrap bots." by Hal Finkel · 11 years ago
- ad90e3a Fix a typo: use of cast where dyn_cast was intended by Philip Reames · 11 years ago
- 86bf881 test-release.sh: Add a way to specify --build to configure by Daniel Sanders · 11 years ago
- 3f598f7 Remove dead code. NFC. by Rafael Espindola · 11 years ago
- 9571274 Fix a minor regression introduced in r223113 by Asiri Rathnayake · 11 years ago
- a300b8d Use size_type in the interface exposed by SmallVector. by Rafael Espindola · 11 years ago
- 182d9aa Revert r223347 which has caused crashes on bootstrap bots. by Alexander Potapenko · 11 years ago
- 7e32ae6 Revert "[Thumb/Thumb2] Added restrictions on PC, LR, SP in the register list for PUSH/POP/LDM/STM. <Differential Revision: http://reviews.llvm.org/D6090>" by Rafael Espindola · 11 years ago
- 5e343e6 [X86] Improve a dag-combine that handles a vector extract -> zext sequence. by Michael Kuperstein · 11 years ago
- 996b683 [Thumb/Thumb2] Added restrictions on PC, LR, SP in the register list for PUSH/POP/LDM/STM. <Differential Revision: http://reviews.llvm.org/D6090> by Jyoti Allur · 11 years ago
- e6cb701 [X86] Simplify code. NFC. by Andrea Di Biagio · 11 years ago
- d27b0b9 test-release.sh: Correct the logged configure command to match the one actually issued. by Daniel Sanders · 11 years ago
- cfb121f Use DomTree in MachineSink to sink over diamonds. by Patrik Hagglund · 11 years ago
- 94590ca [InstCombine] Minor optimization for bswap with binary ops by Simon Pilgrim · 11 years ago
- 73ae1df Masked Load / Store Intrinsics - the CodeGen part. by Elena Demikhovsky · 11 years ago
- d70d514 Restrict somewhat the memory-allocation pointer cmp opt from r223093 by Hal Finkel · 11 years ago
- 9ce0115 Add missing test file by Jean-Daniel Dupas · 11 years ago
- ba8180b clang-formatted ranged loops and assignment, NFC. by Yaron Keren · 11 years ago
- 206b84f Add mach-o LC_RPATH support to llvm-objdump by Jean-Daniel Dupas · 11 years ago
- d3c452a [X86] Clean up whitespace as well as minor coding style by Michael Liao · 11 years ago
- 4fe0f3f Revert "Add missing test dependency and use a more canonical target name." by Rafael Espindola · 11 years ago
- 13740c9 Add missing test dependency and use a more canonical target name. by Rafael Espindola · 11 years ago
- 0af45bd [Hexagon] Adding lit exception if Hexagon isn't built. by Colin LeMahieu · 11 years ago
- 152ac18 [Hexagon] Marking some instructions as CodeGenOnly=0 and adding disassembly tests. by Colin LeMahieu · 11 years ago
- 6c46ca3 Introduce "llvm-ranlib" as a name of targets since Object/archive-symtab.test requires llvm-ranlib. by NAKAMURA Takumi · 11 years ago
- 7aa44f5 Sort by alphabetical order. by NAKAMURA Takumi · 11 years ago
- fd0832e [X86] Restore X86 base pointer after call to llvm.eh.sjlj.setjmp by Michael Liao · 11 years ago
- ec086bf [PowerPC] 'cc' should be an alias only to 'cr0' by Hal Finkel · 11 years ago
- 6bb0038 Minor typo and link fixes for Statepoint documentation by Philip Reames · 11 years ago
- f769980 HexagonMCInst.h: Qualify constants explicitly to appease msc17. by NAKAMURA Takumi · 11 years ago
- 471e834 For copy, cmake needs the full path to llvm-ar. by Rafael Espindola · 11 years ago
- 459e595 Allow target to specify prefix for labels by Matt Arsenault · 11 years ago
- 5862c2a A few more checks for gc.statepoints in the Verifier by Philip Reames · 11 years ago
- fbcb697 Add missing dependency on llvm-ar. Should hopefully fix the bots. by Rafael Espindola · 11 years ago
- c48b3bf [PowerPC] Fix inline asm memory operands not to use r0 by Hal Finkel · 11 years ago
- 331ec37 [RegAllocFast] Handle implicit definitions conservatively. by Quentin Colombet · 11 years ago
- cc0061b This reverts commit r223306 and r223277. by Rafael Espindola · 11 years ago
- 0fd28b4 [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part by Kostya Serebryany · 11 years ago
- a78929d Test commit. by Jacques Pienaar · 11 years ago
- a63b95f Make llvm-ar a real build target and install it. by Rafael Espindola · 11 years ago
- 0baca95 Add a test-case for lit xunit output by Chris Matthews · 11 years ago
- 15d4003 Move tests for llvm-objdump for universal files to X86 directory to fix build bots. by Kevin Enderby · 11 years ago
- 06a1a5f Don't allow test-suite names with . in them in xml output by Chris Matthews · 11 years ago
- 55d5ea3 Split the set of identified struct types into opaque and non-opaque ones. by Rafael Espindola · 11 years ago
- 5b9d42b Add support to llvm-objdump for Mach-O universal files and archives with -macho. by Kevin Enderby · 11 years ago
- 7e4c9bd fix typos, grammar, formatting; NFC by Sanjay Patel · 11 years ago
- 07caf6b Strength Verifier checks around the types involved in a statepoint by Philip Reames · 11 years ago
- 704923b correct spelling, NFC by Matthias Braun · 11 years ago
- b0ec6c2 [SimplifyLibCalls] Improve double->float shrinking to consider constants by Matthias Braun · 11 years ago
- 9d362ec [SimplifyLibCalls] Enable double to float shrinking for copysign by Matthias Braun · 11 years ago
- ec42b05 [Hexagon] Converting member InstrDesc to static variable. by Colin LeMahieu · 11 years ago
- e3f1271 Fix grammar-o. by Nico Weber · 11 years ago
- ca1a325 [Hexagon] Converting subclass members to an implicit operand. by Colin LeMahieu · 11 years ago
- 687f237 range-for some things by David Blaikie · 11 years ago
- 4496906 Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing an iterator rather than index by David Blaikie · 11 years ago
- 7a16f34 Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead of vector<CodeGenRegisterClass*> by David Blaikie · 11 years ago
- 89036eb Range-for some stuff related to RegClasses, and comment cases where range-for isn't suitable. by David Blaikie · 11 years ago
- 93ce526 Make the Verifier more strict about gc.statepoints by Philip Reames · 11 years ago
- ad30415 by Will Schmidt · 11 years ago
- 788af07 Change the name to be in style. by Roman Divacky · 11 years ago
- 99eff50 Fix sphinx error from Statepoints.rst by Matt Arsenault · 11 years ago
- f41e1d1 R600/SI: Move SIInsertWaits into AMDGPUPassConfig::addPreSched2() by Tom Stellard · 11 years ago
- 8a8dc6a R600/SI: Don't run SI passes on R600 subtargets by Tom Stellard · 11 years ago
- 34c1d66 AArch64: fix wrong-endian parameter passing. by Tim Northover · 11 years ago
- cf17914 [NFC] Fixing pendantic warning extra semicolons. by Colin LeMahieu · 11 years ago
- d54ac60 [Hexagon] [NFC] Moving function implementations out of header. Clang-formatting files. by Colin LeMahieu · 11 years ago
- 0f87df2 Fix test to use the right metadata node (reapply r223239 plus a fix) and also to use the correct path to the GCNO file. by Nick Lewycky · 11 years ago
- e6c2d47 [Hexagon] [NFC] Renaming *packetStart to *packetBegin by Colin LeMahieu · 11 years ago
- 22b6c01 Revert r223239, which broke some bots. by Alexander Potapenko · 11 years ago
- 2afd191 Fix the metadata number used by llvm.gcov to match the number of the inserted metadata node. by Alexander Potapenko · 11 years ago
- 42fcf3d Silencing several "multiple copy constructors" warnings from MSVC; NFC. by Aaron Ballman · 11 years ago
- 13e20a9 Silencing a 32-bit implicit conversion warning in MSVC; NFC. by Aaron Ballman · 11 years ago
- 78d5d1e msan] Add compile-time checks for missing origins. by Evgeniy Stepanov · 11 years ago
- 10e28ca InstCombine: simplify signed range checks by Erik Eckstein · 11 years ago
- cf988bc [PowerPC] Print all inline-asm consts as signed numbers by Hal Finkel · 11 years ago
- 10cae8e Emit ABI_FP_rounding attribute. by Charlie Turner · 11 years ago
- 78f9ab5 Add tests for default value of Tag_ABI_FP_rounding. by Charlie Turner · 11 years ago
- a941057 Fix a typo in the documentation of LTO by Benjamin Poulain · 11 years ago
- eee41db Ask the module for its the identified types. by Rafael Espindola · 11 years ago
- 59c9cb7 ADT: Rename argument in emplace_back_impl by Duncan P. N. Exon Smith · 11 years ago
- 3c6860c Revert r222997. The newly added compile-time checks are finding missing origins, testcase is being reduced and a PR will be posted shortly. by Nick Lewycky · 11 years ago