platform/upstream/llvm.git
2012-04-25 Enrico GranataMaking the Cocoa formatters comply with the new on...
2012-04-25 Enrico GranataEnsure that lldb/runtime is not a dead point in the...
2012-04-25 Greg ClaytonRemove unneeded files.
2012-04-25 Greg ClaytonMove the source and Makefile into a directory so it...
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-25 Johnny ChenRenaming to rid of the '++' in the test file name and...
2012-04-25 Greg ClaytonMake the Makefile stand alone.
2012-04-25 Andrew Tricktypo in declaration from earlier today
2012-04-25 Jim InghamFix the docs for "breakpoint command add" to specify...
2012-04-25 Sean CallananRemoved a binary that I accidentally committed.
2012-04-25 Sean CallananRecognize Objective-C classes with runtime class
2012-04-25 Greg ClaytonMaked LLDB into a package so we can import things witho...
2012-04-25 Dan GohmanSimplify the known retain count tracking; use a boolean...
2012-04-25 Sean CallananMade it safe to re-import a Python module, allowing
2012-04-25 Enrico GranataFixing a bunch of i386 testsuite failures
2012-04-25 Jason MolendaChange Target::ReadMemoryFromFileCache to not read...
2012-04-24 Nico WeberExpand #include_next in float.h from mingw to _msc_ver.
2012-04-24 Johnny ChenMake the test case more robust in terms of remote tests...
2012-04-24 Sean CallananForgo the selector test on i386, where we can't
2012-04-24 Sean CallananCreate an NSAutoreleasePool correctly in a test
2012-04-24 Chad RosierAdd acos, asin, ceil, fabs, floor, fmax, fmin, round...
2012-04-24 Johnny ChenAdd a suffix rule for compiling objc++ files and a...
2012-04-24 Dan GohmanBuild custom predecessor and successor lists for each...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-24 Chad RosierAdd atan, atan2, exp, and log to the builtin math libra...
2012-04-24 Enrico GranataFixing a typo in the previous commit that broke the...
2012-04-24 Enrico GranataFixing an issue where the expression parser was not...
2012-04-24 Chad RosierAlphabetize the builtin math library functions. No...
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.
next