platform/upstream/llvm.git
2015-02-03 Daniel JasperMove "inline" to the right place.
2015-02-03 Daniel JasperAdd some overloads so that floating point literals...
2015-02-03 Johannes Doerfert[NFC] Fix typo
2015-02-03 David MajnemerMS ABI: Records with fields with required aligmnet...
2015-02-03 David MajnemerAST: Hoist RT->getDecl() into a variable
2015-02-03 Bruce MitchenerChange void* name_token to const void* to address warnings.
2015-02-03 Bruce MitchenerCast to (const OptionPermissions*) to avoid warning.
2015-02-03 David MajnemerMS ABI: Records with required alignment can't have...
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-03 Eric ChristopherDefine a runOnMachineFunction for the Hexagon AsmPrinte...
2015-02-03 Eric ChristopherMigrate away from using a Subtarget except for the...
2015-02-03 Ted Kremenek[analyzer] Change ccc-analyzer to accept both -isystem...
2015-02-03 Lang Hames[PBQP Regalloc] Pre-spill vregs that have no legal...
2015-02-03 NAKAMURA TakumiResurrect initializers for NumLoads and NumStores in...
2015-02-03 Richard Smith[modules] Be sure to load the lexical definition of...
2015-02-03 Enrico GranataAdd an expectall() API that allows you to pass a list...
2015-02-03 Andrew KaylorReally, really, really don't build llvm-pdbdump on...
2015-02-03 Enrico GranataMake it easier to see what's going on by tracing the...
2015-02-03 Greg ClaytonFixed bugs in the multi-threaded access in HostInfoBase...
2015-02-03 Rafael EspindolaPropagate a better error message to the C api.
2015-02-03 Chaoren LinFix TestThreadStepOut on Linux with LLGS
2015-02-03 Chaoren LinFix compilation error and cleanup in ThreadStateCoordin...
2015-02-03 Chaoren LinAdd missing switch cases to silence warnings.
2015-02-03 Chaoren LinImplement setting and clearing watchpoints.
2015-02-03 Chaoren LinMoving header files from source/Host/common to proper...
2015-02-03 Chaoren LinMake ThreadStateCoordinator to handle properly failed...
2015-02-03 Chaoren LinMark TestProcessLaunch.test_set_working_dir_with_dwarf...
2015-02-03 Chaoren LinShare crash information between LLGS and local POSIX...
2015-02-03 Chaoren LinMark several tests as XFAIL with new expectedFailureLLG...
2015-02-03 Chaoren LinModify ThreadStateCoodrinator in order to resume thread...
2015-02-03 Chaoren LinRefactor ptrace commands in NativeProcessLinux to use...
2015-02-03 Chaoren Linadded some missing ABIs
2015-02-03 Chaoren LinFixed TestInferiorChanged
2015-02-03 Chaoren LinFixed TestInferiorCrashing failures
2015-02-03 Chaoren LinAdded support for writing registers larger than 64...
2015-02-03 Chaoren LinLLGS local - signal stops inferior in debugger
2015-02-03 Chaoren LinFix up NativeProcessLinux::Interrupt() to use thread...
2015-02-03 Chaoren LinAdded code to prevent "administrative stop" from overwr...
2015-02-03 Chaoren LinFix step commands that mix running threads and stepping...
2015-02-03 Chaoren LinDisabled local-llgs hijacking of state on startup;...
2015-02-03 Chaoren LinFix some bugs in llgs thread state handling.
2015-02-03 Chaoren Linllgs: more work on thread stepping.
2015-02-03 Chaoren Linllgs: fix up some handling of stepping.
2015-02-03 Chaoren Linllgs: fixed a bug in deferred signal thread id; added...
2015-02-03 Chaoren LinGet initial thread state coordinator integration working.
2015-02-03 Chaoren LinAdded remote-build.py and wired it into Xcode for Linux...
2015-02-03 Stephen HinesRemove invalid const qualifier for r0, since it is...
2015-02-03 Enrico GranataAllow customizing the timeout of the inferior
2015-02-03 Enrico GranataAnd, do not define arguments twice
2015-02-03 Enrico GranataAllow pexpect exact matches
2015-02-03 Rafael EspindolaUse a non-fatal diag handler in the C API. FIxes PR22368.
2015-02-03 Rui UeyamaELF: Improve linker script unit tests.
2015-02-03 Justin BognerInstrProf: Update for LLVM API change
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-02-03 Oleksiy VyalovMake "process attach" command to support attaching...
2015-02-03 Justin BognerInstrProf: Simplify some logic by using ArrayRef::slice...
2015-02-02 Alex RosenbergRevert part of r227437 as it was unnecessary. Thanks...
2015-02-02 David Majnemertest: Make encode-test-5.m's output not dependent on...
2015-02-02 Daniel JasperRevert "Add some overloads so that floating point liter...
2015-02-02 Filipe Cabecinhasclang lit.cfg: Fix a bug pointed by Sean Silva
2015-02-02 Alexey Samsonov[TSan] Fix remaining bashism in buildgo.sh script.
2015-02-02 Daniel JasperAdd some overloads so that floating point literals...
2015-02-02 Eric ChristopherMigrate to using the subtarget on the machine function...
2015-02-02 Eric ChristopherUse the function template getSubtarget off of the machi...
2015-02-02 Enrico GranataSome cleanup in lldbpexpect
2015-02-02 Enrico GranataNice syntax typo in lldbpexpect
2015-02-02 Reid KlecknerPR 17421: Implemented -save-temps={obj|cwd} option
2015-02-02 Eric ChristopherUse the cached subtarget on the MachineFunction.
2015-02-02 Eric ChristopherRemove dead header.
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Justin BognerInstrProf: Remove an unused header (NFC)
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Eric ChristopherRemove unused class variables and update all callers...
2015-02-02 Alexey Samsonov[TSan] Update check_analyze.sh expectations to match...
2015-02-02 Reid KlecknerSEH: Diagnose use of C++ EH and SEH in the same function
2015-02-02 Enrico GranataAdd an helper class to write pexpect-based test cases
2015-02-02 Eric ChristopherMigrate the HexagonSplitConst32AndConst64 pass from...
2015-02-02 Eric ChristopherRemove #if'd code and update comment.
2015-02-02 Eric ChristopherMove HexagonMachineScheduler to use the subtarget off...
2015-02-02 Eric ChristopherCache and use the subtarget that owns the target lowering.
2015-02-02 Alexey Samsonov[TSan] Fix Go sanity check script.
2015-02-02 Bruno Cardoso... [X86][MMX] Add tests for MMX extract element
2015-02-02 Ben LangmuirAdd cc1 option '-fmodule-feature' to add custom values...
2015-02-02 Bruno Cardoso... [X86][MMX] Cleanup shuffle, bitcast and insert element...
2015-02-02 Eric FiselierRename pow2 functions in __hash_table to reflect that...
2015-02-02 Alexei Starovoitovbpf: Use the getSubtarget call off of the MachineFuncti...
2015-02-02 Greg ClaytonLock the Platform mutex in PlatformDarwin::GetDeveloper...
2015-02-02 Eric FiselierUpdate LFTS status page
2015-02-02 Justin HolewinskiWhen generating llvm.used, we may need an addrspacecast...
2015-02-02 Eric Fiselier[libcxx] Add <experimental/chrono>
2015-02-02 Greg ClaytonMake one mutex for the lldb_private::Platform class...
2015-02-02 Jingyue WuResurrect the assertion removed by r227717
2015-02-02 Alexey Samsonov[TSan] Add Go runtime sanity check to CMake build.
2015-02-02 Alexey Samsonov[Sanitizer] Fix checking for weak function presence.
2015-02-02 Alexey Samsonov[TSan] Build runtime with -msse3 flag.
2015-02-02 Duncan P. N... Fix the -Werror build, NFC
2015-02-02 Duncan P. N... IR: Allow GenericDebugNode construction from MDString
2015-02-02 Duncan P. N... IR: Extract DEFINE_MDNODE_GET(), NFC
next