platform/upstream/llvm.git
2012-04-24 Johnny ChenAdd a '-R' option, which is similar to '-r', except...
2012-04-24 Nico WeberLet NULL and MSVC headers coexist better.
2012-04-24 Greg Clayton<rdar://problem/11291668>
2012-04-24 Richard SmithRecursiveASTVisitor: Visit instantiations of member...
2012-04-24 Andrew TrickFix a naughty header include that breaks "installed...
2012-04-24 Nadav RotemConstantFoldSelectInstruction swapped the operands...
2012-04-24 Nadav RotemFix the testcase. We do expect two vblendw on XMMs.
2012-04-24 Nadav RotemAdd a testcase for 155440
2012-04-24 Fariborz Jahanianmodern objc translator: Allow writing of multiple
2012-04-24 Evan ChengMachineBasicBlock::SplitCriticalEdge() should follow...
2012-04-24 Lang HamesAdd support for llvm.arm.neon.vmull* intrinsics to...
2012-04-24 Chandler CarruthFix a crash on valid (if UB) bitcode that is produced...
2012-04-24 Jim GrosbachARM: Nuke remnant bogus code.
2012-04-24 Stepan DyatkovskiyRelated to PR1255. Let's begin. I'll commit classes...
2012-04-24 Fariborz Jahanianobjc modern rewriter: allow translation of
2012-04-24 Nadav RotemAVX: Add additional vbroadcast replacement sequences...
2012-04-24 Andrew Trickcmake: new file
2012-04-24 Andrew Trickmisched: DAG builder must special case earlyclobber
2012-04-24 Andrew Trickmisched: try (not too hard) to place debug values where...
2012-04-24 Andrew Trickmisched: ignore debug values during scheduling
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-24 Sean CallananFixed a crasher that occurs when an expression
2012-04-24 Andrew TrickRegisterPressure: A utility for computing register...
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD3 (single 3-element...
2012-04-24 Howard HinnantChanged 'cause' from 'terminate' to 'uncaught' in defau...
2012-04-24 Fariborz Jahanianobjc modern rewriter: minor refactoring.
2012-04-24 Tobias GrosserSimplify import/export command line flags.
2012-04-24 Tobias GrosserUnify the optimizer selection.
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD4 (single 4-element...
2012-04-24 Gabor GreifAdd a FIXME for uncomplete comment
2012-04-24 Aaron BallmanAdding information about what intrinsics still need...
2012-04-24 Nadav RotemAVX2: The BLENDPW instruction selects between vectors...
2012-04-24 Richard BartonRefactor Thumb ITState handling in ARM Disassembler...
2012-04-24 Tobias GrosserMake vector tests less sensible to codegen changes
2012-04-24 Nadav RotemAVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes...
2012-04-24 Bill WendlingAdd a flag to the image info section indicating that...
2012-04-24 Bill WendlingLook for the 'Is Simulated' module flag. This indicates...
2012-04-24 Bill WendlingFileCheck-ize tests.
2012-04-24 Bill WendlingFileCheck-ize these tests.
2012-04-24 Bill WendlingFileCheck-ize these tests. Harden some of them.
2012-04-24 Evgeniy StepanovOnly pass -mcpu, -march, -mfpu to linux-as on ARM.
2012-04-24 Kostya Serebryanyenable TBAA when -fthread-sanitizer is given, even...
2012-04-24 Craig TopperRemove dangling spaces. Fix some other formatting.
2012-04-24 Craig TopperSimplify code a bit and make it compile better. Remove...
2012-04-24 Chandler CarruthFix a typo spotted by Matt.
2012-04-24 Richard SmithDon't try to delay parsing the exception specification...
2012-04-24 Chandler CarruthIntroduce an initial sketch of a MSVC compatible 'intri...
2012-04-24 Richard SmithPR12629: Cope with parenthesized function types when...
2012-04-24 Greg ClaytonAdded support for the LC_ENCRYPTION_INFO load command.
2012-04-24 Jim InghamReport the command error when we are in "stop on error...
2012-04-24 Jason MolendaA small fix for ObjectFileMachO::ParseSymtab() where...
2012-04-24 Enrico GranataFixing the test case so that it runs correctly on i386...
2012-04-24 Enrico GranataRemoving the @expectedFailurei386 decorator from test...
2012-04-24 Enrico GranataThis patch fixes a bug where LLDB was incorrectly setti...
2012-04-24 NAKAMURA Takumiclang/test/Rewriter/objc-modern-boxing.mm: Mark as...
2012-04-23 Jim InghamPass *this in explicitly to save the FileSpec copy...
2012-04-23 Greg ClaytonAdded the ability to log a message with a backtrace...
2012-04-23 Evan ChengAdd a missing cpu subtype.
2012-04-23 Jim GrosbachTidy up. 80 columns, whitespace, et. al.
2012-04-23 Greg Clayton<rdar://problem/11282938>
2012-04-23 Nadav RotemOptimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SI...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-23 Jim GrosbachARM: VSLI two-operand assmebly aliases are tblgen'erated.
2012-04-23 Jim GrosbachARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand...
2012-04-23 Jim GrosbachARM: Add testcases for two-operand variants of VSRA...
2012-04-23 Jim GrosbachAdd ARM mode tests for the NEON vector shift-accumulate...
2012-04-23 Jim GrosbachTidy up. Reformat for ease of reading.
2012-04-23 DeLesley HutchinsThread safety analysis: refactor test cases so that...
2012-04-23 Jim GrosbachARM: vqdmulh two-operand aliases are tblgen'erated...
2012-04-23 Fariborz Jahanianwith -Wdeprecated, include a note to its deprecated...
2012-04-23 Greg ClaytonAdded the ability to specify the symbol file for a...
2012-04-23 Michael J.... [Support/Unix] Unconditionally include time.h.
2012-04-23 Eric ChristopherForward declarations should take a context. This helps...
2012-04-23 Eric ChristopherAllow forward declarations to take a context. This...
2012-04-23 DeLesley HutchinsThread safety analysis: support the use of pt_guarded_...
2012-04-23 Chandler CarruthTemporarily revert r155364 until the upstream review...
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Chandler CarruthRevert r155363, due to the underlying patches in LLVM...
2012-04-23 Johnny ChenTest file renaming.
2012-04-23 Rafael EspindolaFix visibility when we have two types with explicit...
2012-04-23 Sirish PandeHexagon V5 (floating point) support.
2012-04-23 Sirish PandeSupport for Hexagon architectural feature, new value...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-23 Sirish PandeHexagon Packetizer's target independent fix.
2012-04-23 Sirish PandeHexagon V5 (floating point) support in cfe.
2012-04-23 Jakob Stoklund... Reapply r155136 after fixing PR12599.
2012-04-23 Sean CallananImplemented zext as a no-op cast in the IR
2012-04-23 DeLesley HutchinsThread-safety analysis: support new "pointer to member...
2012-04-23 Douglas GregorTeach RequireCompleteType about multi-dimensional array...
2012-04-23 Manuel KlimekFix PR12608. Patch contributed by Yang Chen.
2012-04-23 Sylvestre LedruConflict with st_dev/st_ino identifiers under Debian...
2012-04-23 Bob WilsonAdd a test for svn r155263.
2012-04-23 Rafael EspindolaInline helper function into only caller.
2012-04-23 Rafael EspindolaAdd another testcase that was not being covered.
2012-04-23 Alexey Samsonov[ASan] use CLANG_VERSION in Makefile (currently 3.2)
2012-04-23 Hongbin ZhengRefactor: Pass the argument 'IRBuilder' and 'AfterBlock...
2012-04-23 Hongbin Zheng1. Add a header guard for LoopGenerators.h to prevent...
2012-04-23 Alexander PotapenkoFix issue 67 by checking that the interface functions...
2012-04-23 Kostya Serebryany[asan] fix typo
2012-04-23 Kostya Serebryany[asan] fix asan issue #66 (correctly report type of...
next