- bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 15 years ago
- d4b4cf5 Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as by Bob Wilson · 15 years ago
- 2ea2015 Re-revert r79555. Apparently it's not just buildbot weirdness. by Owen Anderson · 15 years ago
- c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 15 years ago
- 28998d1 Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdnesss. by Owen Anderson · 15 years ago
- a70872e Use FileCheck even though this means testing for something by Dale Johannesen · 15 years ago
- 607abd2 --- Reverse-merging r79555 into '.': by Bill Wendling · 15 years ago
- a583c55 Attempt to comment this code more. by Bill Wendling · 15 years ago
- bc84ad9 Suppress build warning in -Asserts by Daniel Dunbar · 15 years ago
- 89bc0a2 part of the previous commit for PIC16 ISR implementation. by Sanjiv Gupta · 15 years ago
- eb01aba Implement support for ISRs. by Sanjiv Gupta · 15 years ago
- 72689b4 Reduce contention on the Attributes lock by using atomic operations for reference counting rather than locking. by Owen Anderson · 15 years ago
- d9b2071 Make the StructType->StructLayout table private to TargetData, allowing us to avoid locking on it. by Owen Anderson · 15 years ago
- 47234e6 Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the by Sean Callanan · 15 years ago
- ef74e9b Fix an x86 code size regression: prefer RIP-relative addressing by Dan Gohman · 15 years ago
- 073f5b6 Add a comment explaining why llvm_unreachable_internal doesn't call by Dan Gohman · 15 years ago
- cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 15 years ago
- 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 15 years ago
- b255b88 Clarify a few things in the inbounds description. by Dan Gohman · 15 years ago
- 36891e6 Fixed header comment. by Misha Brukman · 15 years ago
- 89d177f Fix an obvious copy-n-paste bug. by Evan Cheng · 15 years ago
- 4caadc3 Use FileCheck for the test run where it's appropriate. by Dale Johannesen · 15 years ago
- 4c0d5d5 Various comment and whitespace cleanups. by Dan Gohman · 15 years ago
- d35626e Update and fix some comments. by Dan Gohman · 15 years ago
- 5aeac05 Add myself to the blame list. by Benjamin Kramer · 15 years ago
- 64e3961 Correct ARM v7-A architecture name spelling and add note about hard float. by Sandeep Patel · 15 years ago
- a4b62c4 Don't try to build .bc version of libprofile if LLVMGCC isn't available. by Daniel Dunbar · 15 years ago
- a7f7c25 Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE by Erick Tryzelaar · 15 years ago
- 7dadba3 Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; by Daniel Dunbar · 15 years ago
- 38eee3c fix this back, thanks Eli by Chris Lattner · 15 years ago
- 583b6db Add some comments clarifying what appear to be the intent of various by Dan Gohman · 15 years ago
- a5595b0 Reword a few comments for AnalyzeBranch and InsertBranch, and fix a few typos. by Dan Gohman · 15 years ago
- 8fc3b69 Check for shared landing pads when assigning call site values. Invokes which by Jim Grosbach · 15 years ago
- f636b96 minor grammar tweak by Chris Lattner · 15 years ago
- 231843e Add an extra line to conform with preferred style. by Dale Johannesen · 15 years ago
- ce4eb39 Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug. by Reid Kleckner · 15 years ago
- 5e9bb73 Fix a few places to check if TargetData is available before using it. by Dan Gohman · 15 years ago
- 5149932 Add a fast path for setName("") on an unnamed value. by Daniel Dunbar · 15 years ago
- 7a7be36 Loosen up the regex for this test so that it doesn't implicitly by Dan Gohman · 15 years ago
- 600d52c Add targetdata strings to these tests, since SimplifyLibCalls uses by Dan Gohman · 15 years ago
- 49b9186 Update the release process some more. Lots of good details now. by Tanya Lattner · 15 years ago
- f189004 by David Greene · 15 years ago
- 517d811 AttrListPtr operations need to be atomic. by Owen Anderson · 15 years ago
- 3d01334 Fix a bug in the over-index constant folding. When over-indexing an by Dan Gohman · 15 years ago
- 7bcec7e Handle 'a' modifier in X86 asms. PR 4742. by Dale Johannesen · 15 years ago
- 781c2b8 Fixed error in CPPBackend from a contextification API change. by Reid Kleckner · 15 years ago
- 9d8f004 Switch IRBuilder to using Twine references for names. by Daniel Dunbar · 15 years ago
- 5f3aeac by David Greene · 15 years ago
- 098612b by David Greene · 15 years ago
- 43c76fb by David Greene · 15 years ago
- 2a711e3 by David Greene · 15 years ago
- 8ed8141 Add a REQUIRES_FRAME_POINTER option to disable the frame pointer by Nicolas Geoffray · 15 years ago
- 0d036d2 by David Greene · 15 years ago
- eea1f4c by David Greene · 15 years ago
- fc4da0c by David Greene · 15 years ago
- b2c66fc by David Greene · 15 years ago
- 0d1ea25 Get rid of a helgrind warning. If this is _actually_ a performance problem, by Owen Anderson · 15 years ago
- 9fa24c9 by David Greene · 15 years ago
- abd9855 by David Greene · 15 years ago
- 3a190f5 by David Greene · 15 years ago
- 671a853 Build runtime libraries by default. by Daniel Dunbar · 15 years ago
- de0cc5a by David Greene · 15 years ago
- 74db89e Add triple parsing support for TCE. by Eli Friedman · 15 years ago
- 7ab2fef Unbreak GetBufferSize() on uninitialized streams. This fixes a problem by Dan Gohman · 15 years ago
- 58268a7 Tweak svn:ignore by Daniel Dunbar · 15 years ago
- dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 15 years ago
- 9472a9d Add min and max tests. by Daniel Dunbar · 15 years ago
- 04087d0 Add SmallString::str (which returns a StringRef); this is more efficient than by Daniel Dunbar · 15 years ago
- d2a5661 Remove SmallString::append_*int* unit tests. by Benjamin Kramer · 15 years ago
- 921be7a Remove SmallString::append_*int* methods; how many copies of int -> str by Daniel Dunbar · 15 years ago
- 29c1420 Change ValueSymbolTable to use raw_svector_ostream for string concatenation. by Daniel Dunbar · 15 years ago
- ef01ab0 Make this test platform neutral. by Bill Wendling · 15 years ago
- d14787e Change raw_svector_ostream to reserve the input buffer if necessary, Ted was by Daniel Dunbar · 15 years ago
- c21d588 Fix typo by Daniel Dunbar · 15 years ago
- 6bd4aca Remove temporary testing code. by Dan Gohman · 15 years ago
- e4af1cf Make SROA and PredicateSimplifier cope if TargetData is not by Dan Gohman · 15 years ago
- 8255573 Use hasDefinitiveInitializer() instead of testing the same thing by Dan Gohman · 15 years ago
- de0e587 Canonicalize indices in a constantexpr GEP. If Indices exceed the by Dan Gohman · 15 years ago
- 6a402dc Add an x86 peep that narrows TEST instructions to forms that use by Dan Gohman · 15 years ago
- b7be0e8 Switch Twine::str() to use toVector(), which is now efficient. by Daniel Dunbar · 15 years ago
- 5d598aa Update Cortex-A8 instruction itineraries for integer instructions. by David Goodwin · 15 years ago
- e0c951a Add a first stab at describing LLVMContext. by Owen Anderson · 15 years ago
- 425d08c Switch raw_svector_ostream to use the vector as the ostream buffer. by Daniel Dunbar · 15 years ago
- c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 15 years ago
- f7e8b5c BasicBlock::getContext can no longer return a NULL so update the doc. by Erick Tryzelaar · 15 years ago
- 1f3d276 Update the ocaml docs to work with LLVMContext. by Erick Tryzelaar · 15 years ago
- b02b878 Convert the rest of the ocaml types and functions to use context. by Erick Tryzelaar · 15 years ago
- c34ebf6 Reapply my less-lock-contention-in-leak-detector patch, now with new files by Owen Anderson · 15 years ago
- de95c1b8 Add support for Neon VEXT (vector extract) shuffles. by Bob Wilson · 15 years ago
- 12a8a44 Fix a commento. by Daniel Dunbar · 15 years ago
- ecbd0bc Speculatively revert r79375, which may be breaking bootstrap, although in a by Daniel Dunbar · 15 years ago
- dc4bdcd Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. by David Goodwin · 15 years ago
- 774350a Test commit access with a first act of vanity. by Sandeep Patel · 15 years ago
- dfcb9bf Fix cmake build on non-x86 targets. Patch by Xerxes Rånby. by Duncan Sands · 15 years ago
- ad0f120 Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. by Benjamin Kramer · 15 years ago
- e057e59 Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren't available on windows (mingw defines them though). by Benjamin Kramer · 15 years ago
- d68eea2 PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. by Eli Friedman · 15 years ago
- 6793dd9 Add the ocaml binding to LLVMBuildAggregateRet. by Erick Tryzelaar · 15 years ago
- 44a708f Expose some extra functions to llvm-c by Erick Tryzelaar · 15 years ago
- 08368ce Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also by Nick Lewycky · 15 years ago