2012-04-25 |
Enrico Granata | Making the Cocoa formatters comply with the new on... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Enrico Granata | Ensure that lldb/runtime is not a dead point in the... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Greg Clayton | Remove unneeded files. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Greg Clayton | Move the source and Makefile into a directory so it... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Akira Hatanaka | Do not use $gp as a dedicated global register if the... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Johnny Chen | Renaming to rid of the '++' in the test file name and... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Greg Clayton | Make the Makefile stand alone. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Andrew Trick | typo in declaration from earlier today |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Jim Ingham | Fix the docs for "breakpoint command add" to specify... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Sean Callanan | Removed a binary that I accidentally committed. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Sean Callanan | Recognize Objective-C classes with runtime class |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Greg Clayton | Maked LLDB into a package so we can import things witho... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Dan Gohman | Simplify the known retain count tracking; use a boolean... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Sean Callanan | Made it safe to re-import a Python module, allowing |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Enrico Granata | Fixing a bunch of i386 testsuite failures |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Jason Molenda | Change Target::ReadMemoryFromFileCache to not read... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nico Weber | Expand #include_next in float.h from mingw to _msc_ver. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Johnny Chen | Make the test case more robust in terms of remote tests... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Sean Callanan | Forgo the selector test on i386, where we can't |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Sean Callanan | Create an NSAutoreleasePool correctly in a test |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Add acos, asin, ceil, fabs, floor, fmax, fmin, round... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Johnny Chen | Add a suffix rule for compiling objc++ files and a... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Dan Gohman | Build custom predecessor and successor lists for each... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Jim Grosbach | ARM: improved assembler diagnostics for missing CPU... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Add atan, atan2, exp, and log to the builtin math libra... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Enrico Granata | Fixing a typo in the previous commit that broke the... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Enrico Granata | Fixing an issue where the expression parser was not... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Alphabetize the builtin math library functions. No... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Johnny Chen | Add a '-R' option, which is similar to '-r', except... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nico Weber | Let NULL and MSVC headers coexist better. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Greg Clayton | <rdar://problem/11291668> |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | RecursiveASTVisitor: Visit instantiations of member... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Andrew Trick | Fix a naughty header include that breaks "installed... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nadav Rotem | ConstantFoldSelectInstruction swapped the operands... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nadav Rotem | Fix the testcase. We do expect two vblendw on XMMs. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nadav Rotem | Add a testcase for 155440 |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | modern objc translator: Allow writing of multiple |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Evan Cheng | MachineBasicBlock::SplitCriticalEdge() should follow... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Lang Hames | Add support for llvm.arm.neon.vmull* intrinsics to... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chandler Carruth | Fix a crash on valid (if UB) bitcode that is produced... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Jim Grosbach | ARM: Nuke remnant bogus code. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Stepan Dyatkovskiy | Related to PR1255. Let's begin. I'll commit classes... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | objc modern rewriter: allow translation of |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nadav Rotem | AVX: Add additional vbroadcast replacement sequences... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Andrew Trick | cmake: new file |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Andrew Trick | misched: DAG builder must special case earlyclobber |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Andrew Trick | misched: try (not too hard) to place debug values where... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Andrew Trick | misched: ignore debug values during scheduling |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Andrew Trick | misched: DAG builder support for tracking register... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Sean Callanan | Fixed a crasher that occurs when an expression |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Andrew Trick | RegisterPressure: A utility for computing register... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Kevin Enderby | Add missing test cases for ARM VLD3 (single 3-element... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Howard Hinnant | Changed 'cause' from 'terminate' to 'uncaught' in defau... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | objc modern rewriter: minor refactoring. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Tobias Grosser | Simplify import/export command line flags. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Tobias Grosser | Unify the optimizer selection. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Kevin Enderby | Add missing test cases for ARM VLD4 (single 4-element... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Gabor Greif | Add a FIXME for uncomplete comment |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Aaron Ballman | Adding information about what intrinsics still need... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nadav Rotem | AVX2: The BLENDPW instruction selects between vectors... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Barton | Refactor Thumb ITState handling in ARM Disassembler... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Tobias Grosser | Make vector tests less sensible to codegen changes |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nadav Rotem | AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Bill Wendling | Add a flag to the image info section indicating that... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Bill Wendling | Look for the 'Is Simulated' module flag. This indicates... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Bill Wendling | FileCheck-ize tests. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Bill Wendling | FileCheck-ize these tests. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Bill Wendling | FileCheck-ize these tests. Harden some of them. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Evgeniy Stepanov | Only pass -mcpu, -march, -mfpu to linux-as on ARM. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Kostya Serebryany | enable TBAA when -fthread-sanitizer is given, even... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Craig Topper | Remove dangling spaces. Fix some other formatting. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Craig Topper | Simplify code a bit and make it compile better. Remove... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chandler Carruth | Fix a typo spotted by Matt. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | Don't try to delay parsing the exception specification... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chandler Carruth | Introduce an initial sketch of a MSVC compatible 'intri... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | PR12629: Cope with parenthesized function types when... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Greg Clayton | Added support for the LC_ENCRYPTION_INFO load command. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Jim Ingham | Report the command error when we are in "stop on error... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Jason Molenda | A small fix for ObjectFileMachO::ParseSymtab() where... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Enrico Granata | Fixing the test case so that it runs correctly on i386... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Enrico Granata | Removing the @expectedFailurei386 decorator from test... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Enrico Granata | This patch fixes a bug where LLDB was incorrectly setti... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
NAKAMURA Takumi | clang/test/Rewriter/objc-modern-boxing.mm: Mark as... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Ingham | Pass *this in explicitly to save the FileSpec copy... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Greg Clayton | Added the ability to log a message with a backtrace... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Evan Cheng | Add a missing cpu subtype. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Grosbach | Tidy up. 80 columns, whitespace, et. al. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Greg Clayton | <rdar://problem/11282938> |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Nadav Rotem | Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SI... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Preston Gurd | This patch fixes a problem which arose when using the... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Grosbach | ARM: VSLI two-operand assmebly aliases are tblgen'erated. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Grosbach | ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Grosbach | ARM: Add testcases for two-operand variants of VSRA... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Grosbach | Add ARM mode tests for the NEON vector shift-accumulate... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Grosbach | Tidy up. Reformat for ease of reading. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
DeLesley Hutchins | Thread safety analysis: refactor test cases so that... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Jim Grosbach | ARM: vqdmulh two-operand aliases are tblgen'erated... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Fariborz Jahanian | with -Wdeprecated, include a note to its deprecated... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Greg Clayton | Added the ability to specify the symbol file for a... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Michael J.... | [Support/Unix] Unconditionally include time.h. |
commit | commitdiff | tree | snapshot |
next |