platform/upstream/llvm.git
2012-04-25 Enrico GranataFixing a typo in the NSArray data formatter
2012-04-25 Fariborz Jahanianobjective-c modern translator: more tests.
2012-04-25 Michael J.... [docs] Minor spelling fix. Thanks Gabor!
2012-04-25 Kaelyn UhrainAdd an error message with fixit hint for changing ...
2012-04-25 Jim InghamMake sure the end of the first line is still within...
2012-04-25 Michael J.... [docs] Add getting started guide.
2012-04-25 Greg ClaytonRemove the "-x" from the finish-swig-Python-LLDB.sh...
2012-04-25 Argyrios KyrtzidisWhen resolving default template arguments, it should...
2012-04-25 Richard SmithPR12625: Cope with classes which have incomplete base...
2012-04-25 Benjamin KramerUse a SmallMap for StoredDeclsMap, it's usually sparsel...
2012-04-25 Benjamin KramerConvert a std::map that usually has between 0 and 10...
2012-04-25 Fariborz Jahanianimprove a modern objc translator test.
2012-04-25 Benjamin KramerReapply the SmallMap patch with a fix.
2012-04-25 Jakob Stoklund... Print IV chain numbers while collecting them.
2012-04-25 Jakob Stoklund... Remove more dead code.
2012-04-25 Richard BartonUnify internal representation of ARM instructions with...
2012-04-25 Fariborz Jahanianmodern objc rewriter: fixes a bug writing
2012-04-25 Enrico GranataReturning data formatters to their previous working...
2012-04-25 Eric ChristopherRevert "First implementation of:"
2012-04-25 Sean CallananHardened LLDB against NULL identifiers being passed
2012-04-25 Jim InghamSuspend program threads before sending the SIGSTOP...
2012-04-25 Stepan DyatkovskiyFirst implementation of:
2012-04-25 Enrico GranataFixing an over-substitution of text
2012-04-25 Enrico GranataMake the C++ formatters importable by having them use...
2012-04-25 Jakob Stoklund... Simplify LiveIntervals::getApproximateInstructionCount().
2012-04-25 Jakob Stoklund... Remove a dead function.
2012-04-25 Jakob Stoklund... Remove the -disable-cross-class-join option.
2012-04-25 Jakob Stoklund... Cross-class joining is winning.
2012-04-25 Manuel KlimekAdds documentation for how to use the tooling library.
2012-04-25 Manuel KlimekAdds a document describing the various tooling approach...
2012-04-25 Tobias GrosserScheduleOptimizer: Move functions into class
2012-04-25 Hongbin ZhengRefactor: Move the code generation related header files...
2012-04-25 Hongbin ZhengRefactor: Move the declaration of the BlockGenerator...
2012-04-25 Hongbin ZhengScopStmt: Provide a function to allow users look up...
2012-04-25 Evgeniy StepanovMake asan-ld test windows-safe.
2012-04-25 Manuel KlimekFixes the header search logic for tools:
2012-04-25 Evgeniy StepanovClang driver support for linking on Android.
2012-04-25 Evgeniy StepanovFix default cpu for -march=armv5e.
2012-04-25 Hongbin ZhengMinor change: Replace convertInt in ScopInfo.cpp by...
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-25 Craig TopperUse vector_shuffles instead of target specific unpack...
2012-04-25 Chris Lattneropenbsd doesn't support soname, patch by Brad Smith!
2012-04-25 Chris LattnerOpenBSD: Remove incorrect -pthread preprocessor define...
2012-04-25 Chris Lattnerdon't use soname on OpenBSD, it doesn't support it...
2012-04-25 Chandler CarruthActually delete now-empty file.
2012-04-25 Lang HamesReverting r155468. Chris and Chandler have convinced...
2012-04-25 Greg ClaytonNow that we have an LLDB package, make the "lldb.macosx...
2012-04-25 Jason MolendaBump to lldb-144.
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...
next