- 01248e6 Fix a bug where the DWARF emitter in the JIT was not initializing alignment by Reid Kleckner · 16 years ago
- c692cb7 Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, by Bob Wilson · 16 years ago
- 162da3c Add fcopysign instructions by Anton Korobeynikov · 16 years ago
- 9085750 Try again at privatizing the layout info map, with a rewritten patch. by Owen Anderson · 16 years ago
- fc9489a Expand few nodes until someone will be crazy enough to implement them natively :) by Anton Korobeynikov · 16 years ago
- 2a5b155 Typo :( by Anton Korobeynikov · 16 years ago
- 324a99f Correct instruction names for subtract-with-borrow by Anton Korobeynikov · 16 years ago
- 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 16 years ago
- 7178010 Don't assume that the operand of an inttoptr is an pointer-sized integer. by Dan Gohman · 16 years ago
- 636e258 Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. by Bill Wendling · 16 years ago
- 3c2734c Handle 'r' inline asm constraint by Anton Korobeynikov · 16 years ago
- d23b334 Fix a comment. by Bob Wilson · 16 years ago
- 1c3858a Fix a problem noticed by gcc-4.4: by Duncan Sands · 16 years ago
- cda9706 Change getelementptr folding to use APInt instead of uint64_t for by Dan Gohman · 16 years ago
- 3b83287 Add some tests for vext.16 and vext.32. by Bob Wilson · 16 years ago
- e6c94c8 Fix -Asserts warning. by Daniel Dunbar · 16 years ago
- bc38ca7 llvm-mc: Accept .fill size of 8. by Daniel Dunbar · 16 years ago
- 25f1aa0 Fix a typo by Anton Korobeynikov · 16 years ago
- 4678c2d Removed profiling test, lli not available on all platforms. by Andreas Neustifter · 16 years ago
- eaa8b1f Add a pass to do call graph analyis to overlay the autos and frame sections of by Sanjiv Gupta · 16 years ago
- 1f2b32c Fix build on platforms where stdint.h is not implicitly included in the standard headers. by Benjamin Kramer · 16 years ago
- d083dfb More cpp backend fixes. Now for FP stuff. by Anton Korobeynikov · 16 years ago
- 051cfd6 Fix some typos and use type-based isel for VZIP/VUZP/VTRN by Anton Korobeynikov · 16 years ago
- 1c8e581 Add lowering of ARM 4-element shuffles to multiple instructios via perfectshuffle-generated table. by Anton Korobeynikov · 16 years ago
- c9d44f0 Add simple cost model to perfect shuffle. Currently we're doing just greedy search for cost instead of (proper) dynamic programming approach. by Anton Korobeynikov · 16 years ago
- 62e84f1 Add nodes & dummy matchers for some v{zip,uzp,trn} instructions by Anton Korobeynikov · 16 years ago
- 8e6c2b9 Expand EXTRACT_SUBVECTOR by Anton Korobeynikov · 16 years ago
- 5da894f Provide vext.{16,32} by Anton Korobeynikov · 16 years ago
- d0ac234 Use masks not nodes for vector shuffle predicates. Provide set of 'legal' masks, so legalizer won't infinite cycle by Anton Korobeynikov · 16 years ago
- cb02dde Whitespace cleanup by Anton Korobeynikov · 16 years ago
- 71b9732 Update CMakeLists. by Benjamin Kramer · 16 years ago
- a32b183 bug 4530: Make debug information static to it is preservered during bitcode linking. by Richard Pennington · 16 years ago
- e879bda Added tests for Profiling Infrastructure. by Andreas Neustifter · 16 years ago
- 5ee9c46 Make for 32-bit only. by Bill Wendling · 16 years ago
- e4c0bb6 Tweak svn:ignore by Daniel Dunbar · 16 years ago
- fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 16 years ago
- b3f3c03 llvm-mc: Various section parsing fixes. by Daniel Dunbar · 16 years ago
- 6e3b787 Probably should emit bitcode instead of text. by Bill Wendling · 16 years ago
- 32223d3 Don't install llvm-mc by default. by Daniel Dunbar · 16 years ago
- 9d7a8cc Remove #include <iostream>. by Bill Wendling · 16 years ago
- 56c39eb Clean up the APInt function getDigit. by Erick Tryzelaar · 16 years ago
- 5504225 Correct for recent assert change. by Bill Wendling · 16 years ago
- f7a86a4 Testcase for r79597. by Bill Wendling · 16 years ago
- e250f2a Update error messages for '+'. Fix grammar and make the two by Eric Christopher · 16 years ago
- d37eda8 Fix trailing whitespace and 80-col violation. by Eric Christopher · 16 years ago
- ae8f78d Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 16 years ago
- bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 16 years ago
- d4b4cf5 Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as by Bob Wilson · 16 years ago
- 2ea2015 Re-revert r79555. Apparently it's not just buildbot weirdness. by Owen Anderson · 16 years ago
- c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 16 years ago
- 28998d1 Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdnesss. by Owen Anderson · 16 years ago
- a70872e Use FileCheck even though this means testing for something by Dale Johannesen · 16 years ago
- 607abd2 --- Reverse-merging r79555 into '.': by Bill Wendling · 16 years ago
- a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
- bc84ad9 Suppress build warning in -Asserts by Daniel Dunbar · 16 years ago
- 89bc0a2 part of the previous commit for PIC16 ISR implementation. by Sanjiv Gupta · 16 years ago
- eb01aba Implement support for ISRs. by Sanjiv Gupta · 16 years ago
- 72689b4 Reduce contention on the Attributes lock by using atomic operations for reference counting rather than locking. by Owen Anderson · 16 years ago
- d9b2071 Make the StructType->StructLayout table private to TargetData, allowing us to avoid locking on it. by Owen Anderson · 16 years ago
- 47234e6 Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the by Sean Callanan · 16 years ago
- ef74e9b Fix an x86 code size regression: prefer RIP-relative addressing by Dan Gohman · 16 years ago
- 073f5b6 Add a comment explaining why llvm_unreachable_internal doesn't call by Dan Gohman · 16 years ago
- cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 16 years ago
- 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
- b255b88 Clarify a few things in the inbounds description. by Dan Gohman · 16 years ago
- 36891e6 Fixed header comment. by Misha Brukman · 16 years ago
- 89d177f Fix an obvious copy-n-paste bug. by Evan Cheng · 16 years ago
- 4caadc3 Use FileCheck for the test run where it's appropriate. by Dale Johannesen · 16 years ago
- 4c0d5d5 Various comment and whitespace cleanups. by Dan Gohman · 16 years ago
- d35626e Update and fix some comments. by Dan Gohman · 16 years ago
- 5aeac05 Add myself to the blame list. by Benjamin Kramer · 16 years ago
- 64e3961 Correct ARM v7-A architecture name spelling and add note about hard float. by Sandeep Patel · 16 years ago
- a4b62c4 Don't try to build .bc version of libprofile if LLVMGCC isn't available. by Daniel Dunbar · 16 years ago
- a7f7c25 Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE by Erick Tryzelaar · 16 years ago
- 7dadba3 Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; by Daniel Dunbar · 16 years ago
- 38eee3c fix this back, thanks Eli by Chris Lattner · 16 years ago
- 583b6db Add some comments clarifying what appear to be the intent of various by Dan Gohman · 16 years ago
- a5595b0 Reword a few comments for AnalyzeBranch and InsertBranch, and fix a few typos. by Dan Gohman · 16 years ago
- 8fc3b69 Check for shared landing pads when assigning call site values. Invokes which by Jim Grosbach · 16 years ago
- f636b96 minor grammar tweak by Chris Lattner · 16 years ago
- 231843e Add an extra line to conform with preferred style. by Dale Johannesen · 16 years ago
- ce4eb39 Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug. by Reid Kleckner · 16 years ago
- 5e9bb73 Fix a few places to check if TargetData is available before using it. by Dan Gohman · 16 years ago
- 5149932 Add a fast path for setName("") on an unnamed value. by Daniel Dunbar · 16 years ago
- 7a7be36 Loosen up the regex for this test so that it doesn't implicitly by Dan Gohman · 16 years ago
- 600d52c Add targetdata strings to these tests, since SimplifyLibCalls uses by Dan Gohman · 16 years ago
- 49b9186 Update the release process some more. Lots of good details now. by Tanya Lattner · 16 years ago
- f189004 by David Greene · 16 years ago
- 517d811 AttrListPtr operations need to be atomic. by Owen Anderson · 16 years ago
- 3d01334 Fix a bug in the over-index constant folding. When over-indexing an by Dan Gohman · 16 years ago
- 7bcec7e Handle 'a' modifier in X86 asms. PR 4742. by Dale Johannesen · 16 years ago
- 781c2b8 Fixed error in CPPBackend from a contextification API change. by Reid Kleckner · 16 years ago
- 9d8f004 Switch IRBuilder to using Twine references for names. by Daniel Dunbar · 16 years ago
- 5f3aeac by David Greene · 16 years ago
- 098612b by David Greene · 16 years ago
- 43c76fb by David Greene · 16 years ago
- 2a711e3 by David Greene · 16 years ago
- 8ed8141 Add a REQUIRES_FRAME_POINTER option to disable the frame pointer by Nicolas Geoffray · 16 years ago
- 0d036d2 by David Greene · 16 years ago
- eea1f4c by David Greene · 16 years ago