platform/upstream/llvm.git
2015-02-24 Arch D. RobisonFix typo: qual -> equal
2015-02-24 Jonathan RoelofsAdd .fpu directives to ARM unwind save & restore functions.
2015-02-24 Philip ReamesStarting to cleanup the garbage collection documentation
2015-02-24 Eric ChristopherRevert:
2015-02-24 Eric ChristopherRename UpdateRegAllocHint to match style guidelines.
2015-02-24 Kostya Serebryany[asan] fix odr-violation.cc test to always use slow...
2015-02-24 Matthias BraunAArch64: Relax assert about large shift sizes.
2015-02-24 Matthias BraunDAGCombiner: Move variable definitions closer to use...
2015-02-24 Matthias BraunDAGCombiner: Move variable declaration closer to defini...
2015-02-24 Tom StellardR600/SI: Remove isel mubuf legalization
2015-02-24 Ilia KAdd comment in MiSignalTestCase.test_lldbmi_stopped_whe...
2015-02-24 Tim NorthoverARM: Simplify PCS handling.
2015-02-24 Tim NorthoverARM: treat [N x i32] and [N x i64] as AAPCS composite...
2015-02-24 Hafiz Abid... Adjust an lldb-mi test to fix failure on Linux.
2015-02-24 Hafiz Abid... Remove redundant code from lldb-mi.
2015-02-24 Timur Iskhodzhanov[ASan/Win] Add support for sanitizer allocator hooks...
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
2015-02-24 Sanjay Patelsimplify control flow; NFC
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-24 Johannes DoerfertAllow non-affine control flow -- Code Generation
2015-02-24 Michael Kuperstein[x32] Mark RBX as reserved when EBX is the base pointer.
2015-02-24 Sanjay Patelfix typo in comment; NFC
2015-02-24 Johannes DoerfertOmit a default argument
2015-02-24 Johannes Doerfert[FIX] Silence warning
2015-02-24 Johannes Doerfert[FIX] Some comments
2015-02-24 Michael Kuperstein[x32] x32 should use ebx as the base pointer.
2015-02-24 Michael WongCommit patch for PR19649. Set the correct sign of wide...
2015-02-24 Hal Finkel[SDAG] Handle LowerOperation returning its input consis...
2015-02-24 Alexey Bataev[OPENMP] Update codegen for 'omp flush' directive.
2015-02-24 Marshall ClowMake the forward declaration for array swap have the...
2015-02-24 Johannes DoerfertAllow non-affine control flow -- SCoP Modeling
2015-02-24 Johannes DoerfertAdd ScalarEvolution bounds to non-affine access functions
2015-02-24 Toma Tabacu[mips] Reformat some TableGen definitions. NFC.
2015-02-24 Johannes Doerfert[FIX] Create single exiting block
2015-02-24 Johannes DoerfertAllow non-affine control flow -- SCoP Detection
2015-02-24 Renato GolinAllow sanitizer to work with "old" kernel headers
2015-02-24 Kuba BreckaTry to unbreak sanitizer-x86_64-linux-autoconf after...
2015-02-24 Eric FiselierRemove XFAIL on string view test for apples clang compi...
2015-02-24 Ilia KAdd -exec-abort command (MI); Don't exit on eStateExited
2015-02-24 Ilia KFix MiSignalTestCase.test_lldbmi_stopped_when_stopatent...
2015-02-24 Tamas BerghammerCreate ScopedTimeout class for GDBRemoteCommunication
2015-02-24 Kuba BreckaFix the ASan ioctl.cc test when using COMPILER_RT_DEBUG=On
2015-02-24 Kuba BreckaFix alloca_instruments_all_paddings.cc test to work...
2015-02-24 Kuba BreckaFix alloca_instruments_all_paddings.cc test to work...
2015-02-24 Michael Kuperstein[WinX86_64 ABI] Treat C99 _Complex as a struct
2015-02-24 Manuel KlimekFix codegen for virtual methods that are (re-) exported...
2015-02-24 Craig Topper[X86] Remove the AbsMem32 type from the assembly parser...
2015-02-24 Vince HarronFix typo that breaks FileSystem::IsLocal
2015-02-24 Vince HarronCompile fix for FileSystem::IsLocal on Linux
2015-02-24 Adrian PrantlRevert "Add clangCodeGen.a to the tools that need it...
2015-02-24 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-24 Ben LangmuirDon't load Framework module.map files when searching...
2015-02-24 Adrian PrantlFix typo s/bitcodewriter/bitwriter
2015-02-24 Adrian PrantlAdd clangCodeGen.a to the tools that need it after...
2015-02-24 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-24 Justin BognerInstrProf: Make sure counts in lambdas don't escape...
2015-02-24 Richard Smith[modules] Properly check whether a declaration is std...
2015-02-24 Jason MolendaMove the copy phases for the xpcservices bundles from...
2015-02-24 Richard Smith[modules] Ensure we've imported all declarations of...
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-24 Enrico GranataUpdate LLDB to read a newer format of Objective-C class...
2015-02-24 JF BastienReword ELAST warning
2015-02-24 Bob WilsonFix handling of negative offsets for AddrModeT2_i8s4...
2015-02-24 Richard SmithRefactor *TemplateDecl::addSpecialization to reduce...
2015-02-24 Peter CollingbourneCodeGenModule::EmitVTableBitSetEntries: Add check for...
2015-02-24 Dmitri GribenkoRestore the libc++ definition of max_align_t on Apple...
2015-02-24 Sanjoy DasFix bug 22641
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-24 Adam Nemet[LoopAccesses] LAA::getInfo to use const reference...
2015-02-24 Alexey Samsonov[ASan] Disable strict init-order checking if dlopen...
2015-02-24 David MajnemerX86: Only use 'lea' in Win64 epilogues if a frame point...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-23 Greg ClaytonAvoid crashing by not mmap'ing files on network mounted...
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Simon PilgrimFix based on post-commit comment on D7816 & rL230177...
2015-02-23 Andrea Di Biagio[X86] Teach how to custom lower double-to-half conversi...
2015-02-23 Sanjoy DasFix bug 22641
2015-02-23 Justin BognerRevert "Improve declaration / expression disambiguation...
2015-02-23 Shankar Easwaran[ELF] Create a map from Reference to Symbol.
2015-02-23 Dmitri GribenkoFix copy-paste errors in the test
2015-02-23 Rafael EspindolaFix invalid cast.
2015-02-23 David MajnemerX86: Use a smaller 'mov' instruction for stack probe...
2015-02-23 David MajnemerX86: Use 'mov' instead of 'lea' in Win64 SEH prologues...
2015-02-23 David MajnemerX86: Explain why we cannot use a 'mov' in a Win64 epilogue
2015-02-23 David MajnemerX86: Consistently use 'epilogue' instead of 'epilog'
2015-02-23 Chaoren LinNewline after usage string for lldb-server.
2015-02-23 Sanjay Pateladd newline for easier reading; NFC
2015-02-23 Bruno Cardoso... [AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-23 Justin BognerInstrProf: Teach llvm-cov to show the max count instead...
2015-02-23 Zachary Turner[CMake] On Windows, require manual specification of...
2015-02-23 Richard SmithImprove declaration / expression disambiguation around...
2015-02-23 Marshall ClowChange string_view::at to make it work with gcc and...
2015-02-23 Andrew KaylorRemoving unused private field.
2015-02-23 Bruno Cardoso... [X86][MMX] Fix test to reflect current codegen
2015-02-23 Andrew KaylorSecond attempt to fix WinEHCatchDirector build failures.
2015-02-23 Kostya Serebryany[asan] when registering globals, use the same unwinder...
2015-02-23 Joerg SonnenbergerOnly lower __builtin_setjmp / __builtin_longjmp to
2015-02-23 Peter CollingbourneCFI: Improve design doc with larger virtual tables...
2015-02-23 Zoran JovanovicFixed typo.
next