platform/upstream/llvm.git
2013-08-01 Robert LyttonXcore target
2013-08-01 Craig TopperRemove more odd code that tries to account for an off...
2013-08-01 Craig TopperFix to handle all non-power-of-2 vector sizes in the...
2013-08-01 David MajnemerSema: Diagnose explicitly bound unresolved member expre...
2013-08-01 Craig TopperRemove broken and unnecessary vec3 handling from VisitS...
2013-08-01 David MajnemerParse: Don't consider attributes of broken member decla...
2013-08-01 Richard SmithFix assert when instantiating a default argument of...
2013-08-01 Reed KotlerFix some misc. issues with Mips16 fp stubs.
2013-08-01 Eric ChristopherFormatting.
2013-08-01 Reed KotlerAdd an omitted IsCall=1.
2013-08-01 Howard HinnantConstrain fill_n -> memset operations to include implic...
2013-08-01 Hans WennborgRemove the SUPPORT_ALIASARGS define
2013-08-01 Hans WennborgRemove the SUPPORT_ALIASARGS define
2013-07-31 Daniel Jasperclang-format: Make alignment of trailing comments optio...
2013-07-31 Rui UeyamaUse StringRef::equals_lower(). No functionality change.
2013-07-31 Hans WennborgMake -m[no-]pascal-strings an alias of -f[no]pascal...
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Michael SartainFix thread name updating in Linux. "thread list" should...
2013-07-31 Rui Ueyama[PECOFF][Driver] Prefer "/" over "-" as the indicator...
2013-07-31 Fariborz JahanianObjectiveC ARC: finishing off issuing error when
2013-07-31 Michael SartainOptimize Host::GetThreadName() to read from /proc/...
2013-07-31 Hans WennborgOption parsing tables: pick up AliasArgs from the OPTIO...
2013-07-31 Daniel Jasperclang-format: Add more options to namespace indentation.
2013-07-31 Rui Ueyama[PECOFF][Driver] Rewrite the tablegen def file using...
2013-07-31 Hans WennborgOption parsing tables: pick up AliasArgs from the OPTIO...
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-31 Hans WennborgRemove dead #includes.
2013-07-31 Nadav Rotem80-col
2013-07-31 Rui UeyamaRevert "[PECOFF][Driver] Remove quotes from command...
2013-07-31 Matt KopecMark some tests as explicitly failing on clang/gcc...
2013-07-31 Fariborz JahanianObjectiveC ARC: Do not issue bridge cast diagnostic...
2013-07-31 Andrew Trickcomment typo.
2013-07-31 Kevin EnderbyAdded the B9.3.19 SUBS PC, LR, #imm (Thumb2) system...
2013-07-31 Marshall ClowImplement constexpr (n3302) and fix operator *= and /=
2013-07-31 Reid KlecknerFix declaring class template methods with an attributed...
2013-07-31 Hans Wennborgclang-cl: add the /c, /W0 and /W1 options
2013-07-31 Tom StellardRevert "R600: Non vector only instruction can be schedu...
2013-07-31 Tom StellardRevert "TableGen: Enumerate Schedule Model too."
2013-07-31 Tom StellardRevert "R600: Use SchedModel enum for is{Trans,Vector...
2013-07-31 Daniel MaleaFix lock hierarchy violation in Process (lock ordering...
2013-07-31 Kaelyn UhrainA few small cleanups to r187504. Thanks to dblaikie...
2013-07-31 Matt KopecAdd the LD_LIBRARY_PATH to target.env-vars for tests...
2013-07-31 Ashok ThirumurthiAdds a test for 'target module dump symfile' to the...
2013-07-31 Marshall ClowBackwards!
2013-07-31 Marshall ClowImplement n3469 - constexpr for chrono
2013-07-31 Vincent LejeuneR600: Do not mergevector after a vector reg is used
2013-07-31 Vincent LejeuneR600: Avoid more than 4 literals in the same instructio...
2013-07-31 Vincent LejeuneR600: Non vector only instruction can be scheduled...
2013-07-31 Vincent LejeuneR600: Don't mix LDS and non-LDS instructions in the...
2013-07-31 Vincent LejeuneR600: Use SchedModel enum for is{Trans,Vector}Only...
2013-07-31 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-07-31 Vincent LejeuneR600: Remove predicated_break inst
2013-07-31 Fariborz JahanianObjectiveC arc: minor refactoring in my last patch
2013-07-31 Fariborz JahanianObjectiveC arc: Introduce a new initialization kind
2013-07-31 Matt KopecMark additional ICC failing tests as expected fail.
2013-07-31 Matt ArsenaultReject bitcasts between address spaces with different...
2013-07-31 Rui Ueyama[PECOFF] Add a comment about .bss section.
2013-07-31 Kaelyn UhrainImprove the diagnostic experience, including adding...
2013-07-31 Fariborz JahanianObjectiveC arc: Move check for type conversions in arc
2013-07-31 Hans WennborgFix a comment.
2013-07-31 Matt KopecUpdate break conditions test to have consistent behavio...
2013-07-31 Matt KopecSet an extra debug flag when testing with ICC so that...
2013-07-31 Ashok ThirumurthiUpdated the LLDB rvalue reference test to cross-referen...
2013-07-31 Tobias GrosserDependence: Add DEBUG support.
2013-07-31 Richard Sandiford[SystemZ] Implement isLegalAddressingMode()
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks...
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks
2013-07-31 Richard Sandiford[SystemZ] Move compare-and-branch generation even later
2013-07-31 Elena DemikhovskyFixed assertion in Extract128BitVector()
2013-07-31 Richard Sandiford[SystemZ] Postpone NI->RISBG conversion to convertToThr...
2013-07-31 Elena DemikhovskyAdded INSERT and EXTRACT intructions from AVX-512 ISA.
2013-07-31 Richard Sandiford[SystemZ] Add RISBLG and RISBHG instruction definitions
2013-07-31 Chandler CarruthWith help from chapuni on IRC, I think this is right...
2013-07-31 Chandler CarruthRun an experiment to try to understand the windows...
2013-07-31 Chandler CarruthTry only two slashes as that seems to be working elsewh...
2013-07-31 Chandler CarruthRe-enable the cross-linux test on windows after making...
2013-07-31 Evgeniy Stepanov[msan] Fix msan tests with pipefail option.
2013-07-31 Rui Ueyama[PECOFF] Add a comment on the idata section fragments.
2013-07-31 NAKAMURA Takumiclang/test/Driver/cross-linux.c is suppressed on win32...
2013-07-31 Richard TrieuAdd parentheses to silence gcc warning.
2013-07-31 Ariel J. BernalFixed path differences when using include/exclude headers
2013-07-31 Ashok ThirumurthiReverts r187449 (report_fatal_error) in favor of a...
2013-07-31 Andrew TrickFix register pressure tables on ARM.
2013-07-31 Andrew TrickAdd tracing to the tblgen register pressure table gener...
2013-07-31 Craig TopperIncrement arg_count inside the loop in printInline...
2013-07-31 Craig TopperChanged register names (and pointer keywords) to be...
2013-07-31 Andrew TrickFix a severe compile time problem when forming large...
2013-07-31 Aaron BallmanFixing an unused variable warning.
2013-07-31 Jim InghamThe DisassemblerLLVMC has a retain cycle - the Instruct...
2013-07-31 Craig TopperRemove trailing whitespace and some tab characters.
2013-07-31 Craig TopperFixed incorrect disassembly for MOV16o16a when using...
2013-07-31 Eric ChristopherFix crashing on invalid inline asm with matching constr...
2013-07-31 Akira Hatanaka[mips] Rename instruction DANDi to ANDi64.
2013-07-31 Akira Hatanaka[mips] Define instruction itineraries IIArith and IILogic.
2013-07-31 Richard TrieuFix a crasher than manifests when typo correction sugge...
2013-07-31 Chandler CarruthFind a better compromise with the default library searc...
2013-07-31 Richard SmithFix read of uninitialized enum value in test, caught...
2013-07-31 Matt ArsenaultFix ptr vector inconsistency in CreatePointerCast
2013-07-31 Rafael EspindolaFix windows' implementation of status when a file doesn...
2013-07-30 Owen AndersonPreserve fast-math flags when folding (fsub x, (fneg...
next