The Week Of Monday 30 December 2013 Archives by thread
Starting: Mon Dec 30 00:43:40 PST 2013
Ending: Sun Jan 5 23:39:46 PST 2014
Messages: 425
- [PATCH] Sanitize printf functions
Alexander Potapenko
- [compiler-rt] r198207 - [libsanitizer] Remove the redundant spaces between '#' and 'define'.
Alexander Potapenko
- [patch] fix comment on findGCD
Mingjie Xing
- [PATCH] [AArch64] Add register spill code for large super registers such as DPair, DTriple ...
Hao Liu
- [llvm] r198208 - Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-cygming.
NAKAMURA Takumi
- [llvm] r198199 - Reapply r198196 with a fix to zero initialize the skeleton pointer.
NAKAMURA Takumi
- [compiler-rt] r198209 - [libsanitizer] fix lint errors
Alexander Potapenko
- [PATCH] ARM IAS: improve .eabi_attribute handling
Logan Chien
- [PATCH] fix for bug 18319
Ilia Filippov
- [PATCH] Fix wrong assert check
dblaikie at gmail.com
- [llvm] r198172 - ARM: provide VFP aliases for pre-V6 mnemonics
Kristof Beyls
- [llvm] r198196 - Use a pointer to keep track of the skeleton unit for each normal unit
dblaikie at gmail.com
- [llvm] r198221 - Simplify filter accepts function to just return 'condition' instead of branching to return true/false. No functional change.
Craig Topper
- [llvm] r198222 - Revert r198208 and reapply:
Eric Christopher
- [llvm] r198226 - Remove EscapeFilter. It's funcionality can be covered by correctly using ExtendedFilter and ExactFilter. No functional change.
Craig Topper
- [llvm] r198233 - Refactor and reduce code duplication for non-split dwarf strings.
Eric Christopher
- [llvm] r198235 - ARM IAS: account for predicated pre-UAL mnemonics
Saleem Abdulrasool
- [llvm] r198238 - Remove special form of AddRegFrm used by FP instructions. These instructions can be handled by MRMXr instead.
Craig Topper
- [llvm] r198241 - Merge case statements to remove redundant code.
Craig Topper
- [www] r198246 - Add adve slides.
Tanya Lattner
- [www] r198248 - Add ASaP slides.
Tanya Lattner
- [compiler-rt] r198253 - Fix an ODR violation in the sanitizer runtimes.
Chandler Carruth
- [llvm] r198254 - Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functional change intended.
Craig Topper
- [llvm] r198255 - Silence g++ 4.9 build issue
Alp Toker
- [llvm] r198257 - Remove MRMInitReg form now that it's last use is gone.
Craig Topper
- [llvm] r198258 - Add missing MRM_XX forms to the old JIT emitter for consistency.
Craig Topper
- [PATCH] [llvm-project] 2014 is coming -- Update copyrights.
NAKAMURA Takumi
- [PATCH] [dragonegg] Update copyright credits to incoming 2014
NAKAMURA Takumi
- [compiler-rt] r198261 - tsan: fix Go build
Dmitry Vyukov
- [PATCH] Patchpoint and Stackmap Intrinsics for Linux/ELF
Jörg Blank
- [llvm] r198262 - Fix misaligned indentation in "if" block in MipsMCCodeEmitter.cpp
Mark Seaborn
- [Patch] Allow to copy construct the values in llvm::StringMap
Maciej Piechotka
- [llvm] r198263 - Remove old comment referring to an argument that no longer exists.
Craig Topper
- [llvm] r198265 - Revert r198238 and add FP disassembler tests. It didn't work and I didn't realized we had no FP disassembler test cases.
Craig Topper
- [Patch] Make llvm::Regex non-copyable
Maciej Piechotka
- [PATCH] Verify clang TargetInfo DataLayouts against LLVM
Rafael Espíndola
- [patch] Make the ARM ABI selectable via SubtargetFeature
Rafael Espíndola
- PATCH for PR18000: wrong code at -Os and above on x86_64-linux-gnu
Stepan Dyatkovskiy
- [PATCH] [lld] createInternalFiles return value is unused.
Michael Spencer
- [lld] r198266 - The return value of createInternalFiles is unused, so remove it.
Joey Gouly
- [llvm] r198267 - Fold vector selects with undef elements in the condition. Fixes PR18319.
Nick Lewycky
- [PATCH] ARM: move ARMUnwindOp.h into Support
Saleem Abdulrasool
- [llvm] r198268 - Add more X86 FP stack disassembler test cases.
Craig Topper
- [llvm] r198269 - Add two fp test cases I missed in my previous commit.
Craig Topper
- [llvm] r198273 - Silence g++ 4.9 build issue in unit tests
Alp Toker
- [llvm] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [polly] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [compiler-rt] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [lld] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [llvm] r195235 - Update to reflect the next release.
NAKAMURA Takumi
- [lld] r198275 - Remove extra semicolon.
Joey Gouly
- [llvm] r198276 - Second attempt at Removing special form of AddRegFrm used by FP instructions. These instructions can be handled by MRMXr instead.
Craig Topper
- [llvm] r198277 - AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmp
Elena Demikhovsky
- [llvm] r198278 - Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are really more like OrRegFrm so we don't need a difference since we can just mask bits.
Craig Topper
- [llvm-commits] [parallel] CVS: llvm/runtime/zlib/contrib/pascal/example.pas readme.txt zlibd32.mak zlibpas.pas
Shae
- [llvm] r198279 - X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r198280 - [SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does not clear top 32 bit, only SRL does.
Venkatraman Govindaraju
- [llvm] r198281 - [SparcV9]: Custom lower UMULO/SMULO so that the arguments are send to __multi3() in correct order.
Venkatraman Govindaraju
- [llvm] r198284 - Remove modifierType/Base from X86 disassembler tables as they are no longer used. Removes ~11.5K from static tables.
Craig Topper
- [llvm] r198286 - [Sparc] Handle atomic loads/stores in sparc backend.
Venkatraman Govindaraju
- [llvm] r198287 - Remove the 's' DataLayout specification
Rafael Espindola
- [llvm] r198288 - Rename 'assert' to something less loaded in CompileAssertHasType
Alp Toker
- [PATCH] Fix loop rerolling pass failure with non-consant loop lower
Hal Finkel
- [PATCH v3 01/11] [x86] Fix ModR/M byte output for 16-bit addressing modes
Craig Topper
- [llvm] r198290 - BasicAA: Fix value equality and phi cycles
Arnold Schwaighofer
- [llvm] r198291 - Remove unused function argument.
Craig Topper
- [llvm] r198292 - Support LLVM_STATIC_ASSERT() in clang pre-C++11 mode
Alp Toker
- [PATCH] [AArch64 NEON] Get correct of NEON_VDUPLANE if result value type mismatch with operand value type.
Kevin Qin
- [zorg] r198295 - Do not include buildslave name in Polly's LNT results
Tobias Grosser
- [PATCH] Fix addrspacecast with metadata globals
Matt Arsenault
- [PATCH] Delete unread globals through addrspacecast
Matt Arsenault
- [PATCH] Allow addrspacecast in global aliases
Matt Arsenault
- [llvm] r198018 - [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976
Bill Wendling
- Ping 2: [PATCH] DAGCombiner: Recognise rotates by X+C
Richard Sandiford
- [llvm] r198304 - Make the ARM ABI selectable via SubtargetFeature.
Rafael Espindola
- [PATCH][MC/X86_64] Implement Win64 exception handling
Kai Nacke
- [PATCH] [arm] Add softvfp to supported FPU names.
Richard Barton
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Joerg Sonnenberger
- [PATCH] Make CloneFunction also clone debug info metadata
Mishne, Alon
- [llvm] r198313 - [arm] Add softvfp to supported FPU names.
Logan Chien
- [llvm] r198316 - Remove CMake-Xcode hack that symlinked llvm-config into a common place.
Douglas Gregor
- [llvm] r198323 - Mark all x86 Int_ and _Int patterns as isCodeGenOnly so the disassembler table builder doesn't need to string match them to exclude them.
Craig Topper
- [llvm] r198325 - Remove unnecessary stirng comparison from disassembler.
Craig Topper
- [llvm] r198327 - Mark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode and remove the hack from the disassembler table builder.
Craig Topper
- [llvm] r198330 - Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.
David Blaikie
- [llvm] r198332 - Remove unused HasFROperands field from disassembler.
Craig Topper
- [llvm] r198333 - Revert "Debug info: Add enumerators to the __apple_names accelerator table."
Adrian Prantl
- [llvm] r198334 - Make llvm::Regex non-copyable but movable.
David Blaikie
- [llvm] r198335 - CMake separate projects: use correct name for LIBRARY_OUTPUT_DIRECTORY_${suffix}.
Douglas Gregor
- [llvm] r198336 - Mark REX64_PREFIX as In64BitMode, remove hack from X86RecognizableInstr.
Craig Topper
- [lld] r198337 - Add default search path if -nostdlib is not provided.
Joerg Sonnenberger
- [llvm] r198338 - indvars: insert truncate at loop boundary to avoid redundant IVs.
Andrew Trick
- [lld] r198339 - No else after return.
Joerg Sonnenberger
- [llvm] r198340 - [TableGen] Use the same anonymous name as the prefix on all multiclass defs
Hal Finkel
- [llvm] r198341 - Remove redundant fold call introduced in r195944. Thanks very much to Juergen
Lang Hames
- [llvm] r195944 - Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
- [llvm] r198344 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Jordan Rose
- [llvm] r198345 - Fix addrspacecast with metadata globals
Matt Arsenault
- [llvm] r198202 - Fix aranges and split dwarf by ensuring that the symbol and relocation
Robinson, Paul
- [llvm] r198346 - Delete unread globals through addrspacecast
Matt Arsenault
- [PATCH] Bug 18228: Fix accepting bitcasts between vectors of pointers with a different number of elements
Matt Arsenault
- [LNT][PATCH] Move submission code into test-suite code.
Chris Matthews
- [llvm] r198347 - [TableGen] Handle ValueType in CodeGenDAGPatterns GetNumNodeResults
Hal Finkel
- [llvm] r198348 - [TableGen] Correctly generate implicit anonymous prototype defs in multiclasses
Hal Finkel
- [llvm] r198349 - Allow addrspacecast in global aliases
Matt Arsenault
- [llvm] r198350 - Simplify conditional.
Eric Christopher
- [llvm] r198351 - Fix up a couple of review comments:
Eric Christopher
- [llvm] r198352 - Fix all the verifier tests I added for address spaces.
Matt Arsenault
- [llvm] r198353 - indvars: cleanup the IV visitor. It does more than gather sext/zext info.
Andrew Trick
- [llvm] r198354 - Disable compare sinking in CodeGenPrepare when multiple condition registers are available
Hal Finkel
- [llvm] r198356 - [PPC] Use the correct immediate operands on 64-bit instructions
Hal Finkel
- [PATCH] Teach lint about address spaces
Matt Arsenault
- [llvm] r198357 - Revert seemingly unnecessary section sym for the data section.
Eric Christopher
- [llvm] r198358 - Elaborate on comment for skeleton CU construction.
Eric Christopher
- [llvm] r198359 - [PPC] Fix the scheduling of CR logicals on the P7
Hal Finkel
- [llvm] r198361 - Remove comments on CU skeleton construction, they're probably
Eric Christopher
- [llvm] r198362 - [PPC] Fix comment to match function name
Hal Finkel
- [polly] r198364 - ScopInfo: Ensure the RegionInfo analysis is always available
Tobias Grosser
- [PATCH] [lld] [MachO] Begin to flesh out normalizedToAtoms
kledzik at apple.com
- [llvm] r198369 - [RegAlloc] Make tryInstructionSplit less aggressive.
Quentin Colombet
- [polly] r198370 - RegisterPasses: Do not claim we schedule canonicalization passes at -O0
Tobias Grosser
- [PATCH][RegAlloc] Make tryInstructionSplit less aggressive.
Quentin Colombet
- [llvm] r198374 - Remove StringMapEntryInitializer support.
David Blaikie
- [polly] r198376 - Introduce -polly-canonicalize pass
Tobias Grosser
- [PATCH 1/1] Fix rtti flags with cmake
Jan Vesely
- [llvm] r198377 - Test coverage for non-default-constructible elements in a StringMap
David Blaikie
- [llvm] r198379 - Fix break introduced in r198377 due to using a local type as a template parameter.
David Blaikie
- [polly] r198384 - Fix formatting issues
Tobias Grosser
- [llvm] r198385 - Reverting r193835 due to weirdness with Go...
David Blaikie
- [polly] r198386 - Another formatting fix
Tobias Grosser
- [llvm] r198389 - Revert "Reverting r193835 due to weirdness with Go..."
David Blaikie
- [llvm] r198393 - Remove TextSectionSym as it is unused.
Eric Christopher
- [llvm] r198394 - 80-column.
Eric Christopher
- [llvm] r198087 - Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x).
Doug Gilmore
- [PATCH] [AArch64 NEON] Fix wrong imm used in BIC instruction.
Kevin Qin
- [lld] r198396 - Use scoped enum.
Rui Ueyama
- [PATCH] Replace nested switch statements.
Rui Ueyama
- [llvm] r198397 - Debug Info: Type Units: Simplify type hashing using IR-provided unique names.
David Blaikie
- [llvm] r198398 - Revert "Debug Info: Type Units: Simplify type hashing using IR-provided unique names."
David Blaikie
- [llvm] r198399 - Enable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_TEMPLATES with more gcc and MSVC versions
Alp Toker
- [PATCH][DAG] Teach DAG to also reassociate vector operations
Juergen Ributzka
- [llvm] r198400 - BasicAA: Use reachabilty instead of dominance for checking value equality in phi
Arnold Schwaighofer
- [llvm] r196334 - [Stackmap] Emit multi-byte nops for X86.
Juergen Ributzka
- [PATCH] [AArch64] Support ISD::SIGN_EXTEND_INREG
Jiangning Liu
- [llvm] r198401 - MSVC 2010 build fix
Alp Toker
- [PATCH] Fix a bug in Instruction Combine when optimizing shuffle vector and insert element
Hao Liu
- [PATCH] [AArch64 NEON] Invalid constant is used in vselect condition.
Kevin Qin
- [llvm] r198425 - Fix loop rerolling pass failure with non-consant loop lower bound
David Peixotto
- [lld] r198434 - Typo
Joerg Sonnenberger
- [llvm] r198436 - Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provided unique names.""
David Blaikie
- [llvm] r198437 - [AArch64][NEON] Added SXTL and SXTL2 instruction aliases
Ana Pazos
- [llvm] r198438 - Make the llvm mangler depend only on DataLayout.
Rafael Espindola
- [llvm] r198441 - For disassembly when adding a symbolic operand that is a C++
Kevin Enderby
- [PATCH][LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
- [llvm] r198443 - Fix typo.
Rafael Espindola
- [llvm] r198445 - Revert "For disassembly when adding a symbolic operand that is a C++ symbol name, also put the human readable name in a comment."
Reid Kleckner
- [Patch] [Thumbv8] Fix tje default value of BLXOperandIndex of isV8EligibleForIT
Weiming Zhao
- [Patch] [ThumbV8] Fix assertion fails due to inconsistent CPSR liveness of IT blocks
Weiming Zhao
- [Patch] [Thumbv8] Prevent bundling inst that sets CPSR
Weiming Zhao
- [zorg] r198448 - Attempt to fix the phased buildbots by changing rm => sudo rm. During the build process some files were getting spurious permissions. This ensures that those files can be removed, resolving this for now.
Chris Matthews
- [llvm] r198449 - FileCheck: Print a nice error message for missing closing ']' in regex vars.
Adrian Prantl
- [llvm] r198451 - [Mips]Work around MIPS linker issues exposed by commit r198087 until bug 18360 is resolved
Jack Carter
- [LNT] r198453 - In an effort refactor the code to make way for run resampling, move the run submission code into the test suites.
Chris Matthews
- [LNT] r198454 - print RunID of submitted runs
Chris Matthews
- [LNT] r198455 - Handle the case of a missing configure file in the test suite better.
Chris Matthews
- [llvm] r198456 - Add a LLVM_DUMP_METHOD macro.
Nico Weber
- [LNT] r198458 - Make the verbose argument not consume other tokens from the input args.
Chris Matthews
- [lld] r198459 - [MachO] Begin to add some MachO specific File/Atoms, and add the start of
Joey Gouly
- [LNT] r198460 - Fixup comment.
Chris Matthews
- [LNT] r198463 - Remove dead code.
Chris Matthews
- [LNT] r198464 - Remove unused import.
Chris Matthews
- [llvm] r198465 - Fix MSVC warning about missing return in DataLayout
Reid Kleckner
- [LNT] r198466 - Don't pass run.id back with commit=False
Chris Matthews
- [LNT] r198467 - Remove a unused parameter.
Chris Matthews
- [PATCH] Implement the x86 lowering for inalloca
Dan Gohman
- [lld] r198468 - [MachO] Add some missing NListTypes.
Joey Gouly
- [llvm] r198475 - Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it won't be emitted correctly since it was set to NoImm. And I can't prove that gas accepts 'jmpq' with an immediate either. Remove the special case for it from the disassembler table generator.
Craig Topper
- [llvm] r198477 - whitespace
Andrew Trick
- [llvm] r198478 - Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.
Andrew Trick
- [llvm] r198480 - [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering in SPARC64.
Venkatraman Govindaraju
- [LNT] r198483 - Remove another use of a parameter
Tobias Grosser
- [llvm] r198484 - [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.
Venkatraman Govindaraju
- [PATCH] Allow 0 offsets to left out for strbt / ldrbt in ARM mode.
Joerg Sonnenberger
- [PATCH] Fix IFUNC symbols assembly mode.
Roman Divacky
- [LNT] r198496 - Revert all commits starting from 198453
Tobias Grosser
- [llvm] r198503 - Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things."
Alp Toker
- [llvm] r198515 - Tag x86 move to/from debug/control registers with Not64BitMode/In64BitMode. Remove disassembler hack.
Craig Topper
- [llvm] r198516 - Add missed cleanup from r198456
Alp Toker
- [LNT] r198523 - Revert "By request, add a --verbose option to LNT nt, which prints out what all the sub-commands are doing while also logging their output to a file."
Chris Matthews
- [LNT] r198526 - Re-apply: In an effort refactor the code to make way for run resampling, move the run submission code into the test suites.
Chris Matthews
- [llvm] r198528 - Add a FIXME.
Nico Weber
- [llvm] r198529 - Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Just skip emitting the table. This way the main function will delete the output file instead of it remaining empty and confusing dependency checks if build is invoked a second time.
Craig Topper
- [llvm] r198530 - Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the corresponding 32-bit versions with the same encodings Not64BitMode. Remove hack from tablegen disassembler table emitter. Fix bad test.
Craig Topper
- [llvm] r198531 - Emit an error message if the value passed to __builtin_returnaddress isn't a constant
Bill Wendling
- [llvm] r198532 - Simplify the PatternMatch unittest by giving it a module, function, and
Chandler Carruth
- [llvm] r198533 - [Sparc] Add initial implementation of MC Code emitter for sparc.
Venkatraman Govindaraju
- [llvm] r198534 - Use a shorter name for the IRBuilder member. This will help the tests
Chandler Carruth
- [lld] r198535 - Replace nested switch statements.
Rui Ueyama
- [llvm] r198536 - Add lit.local.cfg for MC/Sparc
Venkatraman Govindaraju
- [llvm] r198537 - Attempt to fix buildbots by XFAILing some architectures.
Bill Wendling
- [llvm] r198538 - Fix a bug in IRBuilder that's been there for who knows how long. It
Chandler Carruth
- [llvm] r198541 - Add support to the pattern match library for matching NSW and NUW
Chandler Carruth
- [llvm] r198543 - Add a new x86 specific instruction flag to force some isCodeGenOnly instructions to go through to the disassembler tables without resorting to string matches. Apply flag to all _REV instructions.
Craig Topper
- [llvm] r198544 - Use new ForceDisassemble flag on the 2-byte forms of INC/DEC for 32-bit mode and remove disassmbler table emitter hack.
Craig Topper
- [llvm] r198545 - Mark x86 _alt instructions as AsmParserOnly so they will be omitted from disassembler without string matches.
Craig Topper
- [llvm] r198546 - Remove no longer needed x86 disassembler hack.
Craig Topper
- [llvm] r198547 - Fix encoding for PUSH64i16. Add In64BitMode Predicate. Remove disassembler hack.
Craig Topper
- [llvm] r198550 - Use patterns to remove some duplicate instructions.
Craig Topper
- [llvm] r198551 - Add the other form of movq xmm, xmm for the disassembler.
Craig Topper
- [llvm] r198552 - Add in a unittest for the one-use pattern matcher.
Chandler Carruth
- [llvm] r198556 - [PM] Add a definition for the static PassID in the CallGraphAnalysis.
Chandler Carruth
- [llvm] r198557 - AVX-512: Added more intrinsics for convert and min/max.
Elena Demikhovsky
- [PATCH v3 12/11] Fix incorrect encoding of relaxed instructions (PR18303)
David Woodhouse
- [PATCH v2 02/14] [x86] Add basic support for .code16
Craig Topper
- [PATCH v3 04/11] [x86] Add OpSize16 to instructions that need it
Craig Topper
- [llvm] r198560 - [Mips] Rename the test case input file. No functional changes.
Simon Atanasyan
- [llvm] r198561 - [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamic
Simon Atanasyan
- [llvm] r198562 - AVX-512: changed property name from "neverHasSideEffects=1" to "hasSideEffects=0", added this property to VMOVSS/VMOVSD;
Elena Demikhovsky
- Enum formatting changes - polly automatic formatting verifier
Tobias Grosser
- [llvm] r198563 - ARM: style changes to LDRD, STRD definition
Saleem Abdulrasool
- [PATCH] ARM: support implicit immediate 0s for {LD,ST}R{B,}T
Saleem Abdulrasool
- [llvm] r198564 - Remove opcode from MOV32r0 that I accidentally left when I converted it to Pseudo. Remove FIXME as well.
Craig Topper
- [llvm] r198565 - ELF relocation types for sparc.
Venkatraman Govindaraju
- [llvm] r198566 - Fix ModR/M byte output for 16-bit addressing modes (PR18220)
Craig Topper
- [llvm] r198567 - SPARC: Make helper function static.
Benjamin Kramer
- [PATCH] ARM IAS: support GNU extension for ldrd, strd
Saleem Abdulrasool
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Duncan P. N. Exon Smith
- [llvm] r198576 - ARM: move ARMUnwindOp.h into Support
Saleem Abdulrasool
- [llvm] r198577 - Try to fix s390x build bot.
Bill Wendling
- [llvm] r198578 - Remove a failing test to get the buildbots back to green.
Bill Wendling
- [llvm] r198579 - Refactor function that checks that __builtin_returnaddress's argument is constant.
Bill Wendling
- [llvm] r198580 - [Sparc] Add ELF Object Writer for Sparc.
Venkatraman Govindaraju
- [polly] r198581 - Temporarily reformat Polly to silence buildbots
Tobias Grosser
- [llvm] r198582 - [AArch64 NEON] Fix invalid constant used in vselect condition.
Kevin Qin
- [PATCH] llvm-readobj: add support for ARM EHABI unwind info
Saleem Abdulrasool
- [llvm] r198583 - Support: add reference for ARM EHABI
Saleem Abdulrasool
- [llvm] r198584 - [x86] Add basic support for .code16
Craig Topper
- [llvm] r198585 - Remove unnecessary #includes.
Bill Wendling
- [llvm] r198586 - Add OpSize16 bit, for instructions which need 0x66 prefix in 16-bit mode
Craig Topper
- [llvm] r198587 - Remove argument to fix build bot failure.
Craig Topper
- [llvm] r198588 - Remove SegOvrBits from X86 TSFlags since they weren't being used.
Craig Topper
- [llvm] r198589 - The rest of r198588. Remove SegOvrBits from X86 TSFlags since they weren't being used.
Craig Topper
- [llvm] r198590 - MC: Fatally error if subtraction operand is bad
David Majnemer
Last message date:
Sun Jan 5 23:39:46 PST 2014
Archived on: Tue Aug 4 17:10:53 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).