2009-08-22 |
Owen Anderson | Reapply r79708 with the appropriate fix for the case... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Douglas Gregor | TOT is 2.7svn for CMake, too |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | Change SmallString::operator{=,+=} to take a StringRef. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | Regenerate configure for 2.7svn |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | TOT is now 2.7svn |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | revert r79708 + r79711 |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Eli Friedman | Make x86 test actually test x86 code generation. Fix the |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bob Wilson | Add new intrinsics for Neon vldN_lane and vstN_lane... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Edward O'Callaghan | Note down a few bits and bobs off the top of my head... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Jim Grosbach | Add basic information about SJLJ EH |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | rename test, make more specific. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Eric Christopher | Actually remove unused static. Previous commit removed... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Eric Christopher | Remove unused static. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Owen Anderson | Ease contention on this lock by noticing that all write... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anton Korobeynikov | Add missing RUN line |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anton Korobeynikov | Reduce the test |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bob Wilson | Use CHECK-NEXT to make sure we're only getting one... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Eric Christopher | Make unit-at-a-time on by default to match the behavior... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc: Improve handling of implicit alignment for... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Eric Christopher | Kill trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | remove the directory too |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | Revert r79563 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | revert r79562 + r79563 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Make MSVC happy. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | revert r79631 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | revert 79631 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc/Mach-O: Support .o emission for .org and .align. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc: In a .fill directive, still honor .align even... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Implement APInt <-> APFloat conversion for IEEE 128... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bob Wilson | Rename ARM "lane_cst" operands to "nohash_imm" since... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Reid Kleckner | Fix a bug where the DWARF emitter in the JIT was not... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bob Wilson | Match VTRN, VZIP, and VUZP shuffles. Restore the tests... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Add fcopysign instructions |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Owen Anderson | Try again at privatizing the layout info map, with... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Expand few nodes until someone will be crazy enough... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Typo :( |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Correct instruction names for subtract-with-borrow |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc/Mach-O: Support byte and fill value emission. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Dan Gohman | Don't assume that the operand of an inttoptr is an... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bill Wendling | Fix typo. Should check both values of RangeUse for... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Handle 'r' inline asm constraint |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bob Wilson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Duncan Sands | Fix a problem noticed by gcc-4.4: |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Dan Gohman | Change getelementptr folding to use APInt instead of... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bob Wilson | Add some tests for vext.16 and vext.32. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc: Accept .fill size of 8. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Fix a typo |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Andreas Neustifter | Removed profiling test, lli not available on all platforms. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Sanjiv Gupta | Add a pass to do call graph analyis to overlay the... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Benjamin Kramer | Fix build on platforms where stdint.h is not implicitly... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | More cpp backend fixes. Now for FP stuff. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Fix some typos and use type-based isel for VZIP/VUZP... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Add lowering of ARM 4-element shuffles to multiple... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Add simple cost model to perfect shuffle. Currently... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Add nodes & dummy matchers for some v{zip,uzp,trn}... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Expand EXTRACT_SUBVECTOR |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Provide vext.{16,32} |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Use masks not nodes for vector shuffle predicates.... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Benjamin Kramer | Update CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Richard Pennington | bug 4530: Make debug information static to it is preser... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Andreas Neustifter | Added tests for Profiling Infrastructure. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bill Wendling | Make for 32-bit only. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc: Start MCAssembler and MCMachOStreamer. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc: Various section parsing fixes. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bill Wendling | Probably should emit bitcode instead of text. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Don't install llvm-mc by default. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bill Wendling | Remove #include <iostream>. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Erick Tryzelaar | Clean up the APInt function getDigit. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bill Wendling | Correct for recent assert change. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bill Wendling | Testcase for r79597. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Eric Christopher | Update error messages for '+'. Fix grammar and make... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Eric Christopher | Fix trailing whitespace and 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Erick Tryzelaar | Fix bug with APInt::getBitsNeeded with for base 10... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Erick Tryzelaar | Allow '+' to appear in APInt strings, and add more... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bob Wilson | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Owen Anderson | Re-revert r79555. Apparently it's not just buildbot... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Erick Tryzelaar | Add support for including '+' in APFloat strings, more... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Owen Anderson | Reapply r79555 for testing. Daniel's trying to work... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Dale Johannesen | Use FileCheck even though this means testing for something |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Bill Wendling | --- Reverse-merging r79555 into '.': |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Bill Wendling | Attempt to comment this code more. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Daniel Dunbar | Suppress build warning in -Asserts |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Sanjiv Gupta | part of the previous commit for PIC16 ISR implementation. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Sanjiv Gupta | Implement support for ISRs. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Owen Anderson | Reduce contention on the Attributes lock by using atomi... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Owen Anderson | Make the StructType->StructLayout table private to... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Sean Callanan | Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Dan Gohman | Fix an x86 code size regression: prefer RIP-relative... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Dan Gohman | Add a comment explaining why llvm_unreachable_internal... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Daniel Dunbar | Fix two APFloat bugs in converting hexadecimal constants. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Dan Gohman | Rename hasNoUnsignedOverflow and hasNoSignedOverflow... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Dan Gohman | Clarify a few things in the inbounds description. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Misha Brukman | Fixed header comment. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Evan Cheng | Fix an obvious copy-n-paste bug. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Dale Johannesen | Use FileCheck for the test run where it's appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Dan Gohman | Various comment and whitespace cleanups. |
commit | commitdiff | tree | snapshot |
next |