- 7aa1c32 Implement APFloat::isDenormal() by Shuxin Yang · 12 years ago
- c779e96 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 12 years ago
- 3251e81 Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 12 years ago
- 61e7ff9 Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp. by Chandler Carruth · 12 years ago
- 8a0631a Add an ArrayRecycler class. by Jakob Stoklund Olesen · 12 years ago
- 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
- 7c5c12b Add an iplist::clearAndLeakNodesUnsafely() function. by Jakob Stoklund Olesen · 12 years ago
- 50c3042 Fix how YAML I/O detects flow sequences. by Nick Kledzik · 12 years ago
- c8b18df [Support][Endian] Add support for specifying the alignment and native unaligned types. by Michael J. Spencer · 12 years ago
- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
- 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
- f5867ab Go ahead and get rid of the old page size interface and convert all the by Chandler Carruth · 12 years ago
- 814afe9 Flesh out a page size accessor in the new API. by Chandler Carruth · 12 years ago
- 3c6f89a [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion. by Michael J. Spencer · 12 years ago
- 0184a84 Begin sketching out the process interface. by Chandler Carruth · 12 years ago
- 6e591ea Test that a landingpad gets the name provided when it was created (see commit by Duncan Sands · 12 years ago
- 7f1d6d6 Add an assertion for a likely ilist::splice() contract violation. by Jakob Stoklund Olesen · 12 years ago
- 82612a6 Fix some integer constant warnings by using a suffix by Nick Kledzik · 12 years ago
- c83b8fe re-enable test cases now that traits work with g++. Fix some g++ warnings by Nick Kledzik · 12 years ago
- 3cf080d Temporarily disable test cases until they compile with g++ too. by Nick Kledzik · 12 years ago
- f2150b6 Unbreak the build. Fallout from r170019. by David Blaikie · 12 years ago
- 8ceb8b7 Initial implementation of a utility for converting native data by Nick Kledzik · 12 years ago
- 1638b83 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 12 years ago
- 99faa3b s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 12 years ago
- c4c14a7 Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both by Akira Hatanaka · 12 years ago
- 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 12 years ago
- 5a88dda Sort the #include lines for unittest/... by Chandler Carruth · 12 years ago
- 4cd0a82 VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in class template. by NAKAMURA Takumi · 12 years ago
- ee72115 Add 'using' declarations to suppress -Woverloaded-virtual warnings. by Matt Beaumont-Gay · 12 years ago
- 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 12 years ago
- 4334dd9 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 12 years ago
- 4b896dd copyFastMathFlags utility and test case by Michael Ilseman · 12 years ago
- 3d15a91 Whoops, fixed bad merge by Michael Ilseman · 12 years ago
- 9eec659 Fixed bad test case by Michael Ilseman · 12 years ago
- f564e9f Fast-math: IRBuilder test for creating instructions with fast-math flags by Michael Ilseman · 12 years ago
- 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 12 years ago
- 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
- cc7773b Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp by Andrew Kaylor · 12 years ago
- 525398e Allow using MemoryBuffers with yaml::Stream directly. by Sean Silva · 12 years ago
- b9478c2 Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user by James Molloy · 12 years ago
- 0f5720f Removing utf-8 smart quote and trailing whitespace by Joe Abbey · 12 years ago
- e68d743 Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’ by Joe Abbey · 12 years ago
- 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
- de7c853 Remove DOS line endings. by Jakub Staszak · 12 years ago
- d543931 do not play preprocessor tricks with 'private', use public interfaces instead; this appeases the VC++ buildbots by Gabor Greif · 12 years ago
- 9a5f90a add unit test for waymarking algorithm (Use::getUser) by Gabor Greif · 12 years ago
- 23280ff Provide definitions for all functions. by Benjamin Kramer · 12 years ago
- 6b370e6 Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmul transform. by Benjamin Kramer · 12 years ago
- b586aae MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution. by Amara Emerson · 12 years ago
- a25ad19 Port lli bug fix from r166920 to MCJIT unit test. by Amara Emerson · 12 years ago
- 9f74bc9 Commit access test. by Amara Emerson · 12 years ago
- f772f07 Disable all old-JIT unit tests on PowerPC. by Ulrich Weigand · 12 years ago
- 0ceb855 Add IRBuilderBase::getIntPtrTy. by Evgeniy Stepanov · 12 years ago
- 446cf94 Fix isEliminableCastPair to work correctly in the presence of pointers by Duncan Sands · 12 years ago
- 69c9c8c Implement arithmetic on APFloat with PPCDoubleDouble semantics by by Ulrich Weigand · 12 years ago
- fbaf206 Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty bucket if the number of values was exactly equal to the small capacity. This led to an infinite loop when finding a non-existent element by Pete Cooper · 12 years ago
- 974b190 Use an export list when building JIT unittests. <rdar://problem/12473675> by Bob Wilson · 12 years ago
- 80668fb Marked this variable as 'used' so that LTO doesn't get rid of it. by Bill Wendling · 12 years ago
- e3f7be3 Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boundary condition for checking if I and E were in the same word were incorrect, and, beyond that, the mask computation was not using a wide enough constant. by Owen Anderson · 12 years ago
- 3a1c35a Add range-based set()/reset() to BitVector. These allow fast setting/resetting of ranges of bits, particularly useful when dealing with very large BitVector's. by Owen Anderson · 12 years ago
- baf522a Update CMake build. by Benjamin Kramer · 12 years ago
- 658c628 Fix a typo that made ImmutableMap::getMaxElement() useless. by Benjamin Kramer · 12 years ago
- 2e522d0 Add powerpc-ibm-aix to Triple. Patch by Kai. by Duncan Sands · 12 years ago
- 8ab27a3 JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly! by NAKAMURA Takumi · 12 years ago
- af21d6f Mark function as 'used' so that LTO doesn't try to get rid of it. by Bill Wendling · 12 years ago
- 97eb05b Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid of it." by NAKAMURA Takumi · 12 years ago
- 5665a3d Mark function as 'used' so that LTO doesn't try to get rid of it. by Bill Wendling · 12 years ago
- 8b8fa7b Casting.h: Automatically handle isa<Base>(Derived). by Sean Silva · 12 years ago
- 791cfc2 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
- c105471 Some regression tests which are testing the old jit and are exercising functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux. by James Molloy · 12 years ago
- 2d6d585 Adding MCJIT and MemoryBuffer unit tests by Andrew Kaylor · 12 years ago
- 436eaa8 Use unsigned long long instead of uin64_t for OS where that matters. by Nick Kledzik · 12 years ago
- e25de4a Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is not "unsigned long long". by Benjamin Kramer · 12 years ago
- 7a0f86f Add getAsUnsignedInteger test case that checks that known bad values are rejected by Nick Kledzik · 12 years ago
- 770b97b Removing dependency on third party library for Intel JIT event support. by Andrew Kaylor · 12 years ago
- 44aebe8 Fix of hang during Intel JIT profiling Committed on behalf of Kirill Uhanov by Andrew Kaylor · 12 years ago
- be3338a Remove unneeded and invalid SetInsertPoint calls from unittest. by Benjamin Kramer · 12 years ago
- 3e7735f APFloat::roundToIntegral: Special values don't keep the exponent value up to date, don't rely on it. by Benjamin Kramer · 12 years ago
- b55462b Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 12 years ago
- 442ffc3 Revert r164614 to appease the buildbots. by Chad Rosier · 12 years ago
- 1309844 Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 12 years ago
- e5510db Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed. by Michael Ilseman · 12 years ago
- bbf628b This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. by Andrew Kaylor · 12 years ago
- dbf5457 Fix includes of llvm files that used angle brackets. by Craig Topper · 12 years ago
- 17785fd cmake: Fix file path. by Daniel Dunbar · 12 years ago
- 10097bd formatted_raw_ostream: Fix a serious bug in tell(). by Daniel Dunbar · 12 years ago
- 48b6a79 Fix up erroneous alignas usage while making this portable to GCC 4.7 by David Blaikie · 12 years ago
- d566c5f ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 due to its bug. by NAKAMURA Takumi · 12 years ago
- 79b59a2 Don't pass a null pointer to cast<> in its unit tests. by Richard Smith · 12 years ago
- 46aed73 DataExtractor: Fix integer truncation issues in LEB128 extraction. by Benjamin Kramer · 12 years ago
- cbeb8d9 Flatten the aligned-char-array utility template to be a directly by Chandler Carruth · 12 years ago
- 3651e7d Properly test the LLVM_USE_RVALUE_REFERENCES macro. by Michael J. Spencer · 12 years ago
- 1ebd25e [PathV2] Add mapped_file_region. Implementation for Windows and POSIX. by Michael J. Spencer · 12 years ago
- c82cc58 Fix another roundToIntegral bug where very large values could become infinity. Problem and solution identified by Steve Canon. by Owen Anderson · 12 years ago
- f7a5dfc Fix a problem with APFloat::roundToIntegral where it would return incorrect results for negative inputs to trunc. Add unit tests to verify this behavior. by Owen Anderson · 12 years ago
- 8932fe4 Added test for non-static use of cl::opt (fixed in r160170) by Alexander Kornienko · 12 years ago
- 36108ce Update cmake build. by Benjamin Kramer · 12 years ago
- 189f231 Postpone the deletion of the old name in StructType::setName to allow using a slice of the old name. by Benjamin Kramer · 12 years ago
- 147d9e0 Add range erase, element insert, and range insert methods to by Chandler Carruth · 12 years ago
- adfe263 Initial commit of new FileOutputBuffer support class. by Nick Kledzik · 12 years ago