2012-11-19 |
Sean Silva | Allow using MemoryBuffers with yaml::Stream directly. |
tree | commitdiff |
2012-11-17 |
James Molloy | Add a new function to ConstantExpr - getAsInstruction... |
tree | commitdiff |
2012-11-17 |
Joe Abbey | Removing utf-8 smart quote and trailing whitespace |
tree | commitdiff |
2012-11-17 |
Joe Abbey | Suppressing the 'direct base ‘{anonymous}::S1’ inaccess... |
tree | commitdiff |
2012-11-15 |
Andrew Kaylor | Interface changes to allow RuntimeDyld memory managers... |
tree | commitdiff |
2012-11-14 |
Jakub Staszak | Remove DOS line endings. |
tree | commitdiff |
2012-11-12 |
Gabor Greif | do not play preprocessor tricks with 'private', use... |
tree | commitdiff |
2012-11-12 |
Gabor Greif | add unit test for waymarking algorithm (Use::getUser) |
tree | commitdiff |
2012-11-10 |
Benjamin Kramer | Provide definitions for all functions. |
tree | commitdiff |
2012-11-08 |
Benjamin Kramer | Drop the limitation to IEEE floating point types from... |
tree | commitdiff |
2012-10-31 |
Amara Emerson | MCJIT unit test: add calls to ensure that instruction... |
tree | commitdiff |
2012-10-31 |
Amara Emerson | Port lli bug fix from r166920 to MCJIT unit test. |
tree | commitdiff |
2012-10-31 |
Amara Emerson | Commit access test. |
tree | commitdiff |
2012-10-31 |
Ulrich Weigand | Disable all old-JIT unit tests on PowerPC. |
tree | commitdiff |
2012-10-31 |
Evgeniy Stepanov | Add IRBuilderBase::getIntPtrTy. |
tree | commitdiff |
2012-10-30 |
Duncan Sands | Fix isEliminableCastPair to work correctly in the prese... |
tree | commitdiff |
2012-10-29 |
Ulrich Weigand | Implement arithmetic on APFloat with PPCDoubleDouble... |
tree | commitdiff |
2012-10-23 |
Pete Cooper | Fixed bug in SmallDenseMap where it wouldn't leave... |
tree | commitdiff |
2012-10-18 |
Bob Wilson | Use an export list when building JIT unittests. <rdar... |
tree | commitdiff |
2012-10-17 |
Bill Wendling | Marked this variable as 'used' so that LTO doesn't... |
tree | commitdiff |
2012-10-16 |
Owen Anderson | Fix a bug in the set(I,E)/reset(I,E) methods that I... |
tree | commitdiff |
2012-10-15 |
Owen Anderson | Add range-based set()/reset() to BitVector. These... |
tree | commitdiff |
2012-10-14 |
Benjamin Kramer | Update CMake build. |
tree | commitdiff |
2012-10-14 |
Benjamin Kramer | Fix a typo that made ImmutableMap::getMaxElement()... |
tree | commitdiff |
2012-10-12 |
Duncan Sands | Add powerpc-ibm-aix to Triple. Patch by Kai. |
tree | commitdiff |
2012-10-12 |
NAKAMURA Takumi | JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __att... |
tree | commitdiff |
2012-10-12 |
Bill Wendling | Mark function as 'used' so that LTO doesn't try to... |
tree | commitdiff |
2012-10-12 |
NAKAMURA Takumi | Revert r165777, "Mark function as 'used' so that LTO... |
tree | commitdiff |
2012-10-12 |
Bill Wendling | Mark function as 'used' so that LTO doesn't try to... |
tree | commitdiff |
2012-10-11 |
Sean Silva | Casting.h: Automatically handle isa<Base>(Derived). |
tree | commitdiff |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
tree | commitdiff |
2012-10-08 |
James Molloy | Some regression tests which are testing the old jit... |
tree | commitdiff |
2012-10-04 |
Andrew Kaylor | Adding MCJIT and MemoryBuffer unit tests |
tree | commitdiff |
2012-10-03 |
Nick Kledzik | Use unsigned long long instead of uin64_t for OS where... |
tree | commitdiff |
2012-10-03 |
Benjamin Kramer | Don't call getAsUnsignedInteger directly, it fails... |
tree | commitdiff |
2012-10-03 |
Nick Kledzik | Add getAsUnsignedInteger test case that checks that... |
tree | commitdiff |
2012-09-28 |
Andrew Kaylor | Removing dependency on third party library for Intel... |
tree | commitdiff |
2012-09-26 |
Andrew Kaylor | Fix of hang during Intel JIT profiling |
tree | commitdiff |
2012-09-26 |
Benjamin Kramer | Remove unneeded and invalid SetInsertPoint calls from... |
tree | commitdiff |
2012-09-26 |
Benjamin Kramer | APFloat::roundToIntegral: Special values don't keep... |
tree | commitdiff |
2012-09-26 |
Michael Ilseman | Expansions for u/srem, using the udiv expansion. More... |
tree | commitdiff |
2012-09-25 |
Chad Rosier | Revert r164614 to appease the buildbots. |
tree | commitdiff |
2012-09-25 |
Michael Ilseman | Expansions for u/srem, using the udiv expansion. More... |
tree | commitdiff |
2012-09-25 |
Michael Ilseman | Unit tests for IntegerDivision. Currently, just a basic... |
tree | commitdiff |
2012-09-19 |
Andrew Kaylor | This patch adds memory support functions which will... |
tree | commitdiff |
2012-09-15 |
Craig Topper | Fix includes of llvm files that used angle brackets. |
tree | commitdiff |
2012-09-14 |
Daniel Dunbar | cmake: Fix file path. |
tree | commitdiff |
2012-09-14 |
Daniel Dunbar | formatted_raw_ostream: Fix a serious bug in tell(). |
tree | commitdiff |
2012-09-14 |
David Blaikie | Fix up erroneous alignas usage while making this portab... |
tree | commitdiff |
2012-08-30 |
NAKAMURA Takumi | ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVec... |
tree | commitdiff |
2012-08-21 |
Richard Smith | Don't pass a null pointer to cast<> in its unit tests. |
tree | commitdiff |
2012-08-20 |
Benjamin Kramer | DataExtractor: Fix integer truncation issues in LEB128... |
tree | commitdiff |
2012-08-17 |
Chandler Carruth | Flatten the aligned-char-array utility template to... |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | Properly test the LLVM_USE_RVALUE_REFERENCES macro. |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | [PathV2] Add mapped_file_region. Implementation for... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix another roundToIntegral bug where very large values... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix a problem with APFloat::roundToIntegral where it... |
tree | commitdiff |
2012-08-13 |
Alexander Kornienko | Added test for non-static use of cl::opt (fixed in... |
tree | commitdiff |
2012-08-04 |
Benjamin Kramer | Update cmake build. |
tree | commitdiff |
2012-08-04 |
Benjamin Kramer | Postpone the deletion of the old name in StructType... |
tree | commitdiff |
2012-08-01 |
Chandler Carruth | Add range erase, element insert, and range insert metho... |
tree | commitdiff |
2012-08-01 |
Nick Kledzik | Initial commit of new FileOutputBuffer support class. |
tree | commitdiff |
2012-08-01 |
Akira Hatanaka | Implement MipsJITInfo::replaceMachineCodeForFunction. |
tree | commitdiff |
2012-07-31 |
Nick Kledzik | Suppress stderr noise when test case runs. |
tree | commitdiff |
2012-07-31 |
Chandler Carruth | Implement copy and move assignment for TinyPtrVector... |
tree | commitdiff |
2012-07-31 |
Chandler Carruth | Bring TinyPtrVector under test. Somehow we never picked... |
tree | commitdiff |
2012-07-30 |
Chandler Carruth | Move the SmallVector unit tests to be type-parameterize... |
tree | commitdiff |
2012-07-23 |
Nuno Lopes | make ConstantRange::zeroExtend() optimal |
tree | commitdiff |
2012-07-16 |
Nuno Lopes | teach ConstantRange that zero times X is always zero |
tree | commitdiff |
2012-07-16 |
Nuno Lopes | make ConstantRange::getSetSize() properly compute the... |
tree | commitdiff |
2012-07-16 |
Chandler Carruth | Add support for attaching branch weight metadata direct... |
tree | commitdiff |
2012-07-16 |
Chandler Carruth | Add a boring bit of boilerplate to start testing IRBuil... |
tree | commitdiff |
2012-07-16 |
Chandler Carruth | Move the IRBuilder unittest from Support to VMCore... |
tree | commitdiff |
2012-07-15 |
Chandler Carruth | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder... |
tree | commitdiff |
2012-07-15 |
Chandler Carruth | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h,... |
tree | commitdiff |
2012-07-02 |
Eric Christopher | Revert "IntRange:" as it appears to be breaking self... |
tree | commitdiff |
2012-07-02 |
Stepan Dyatkovskiy | IntRange: |
tree | commitdiff |
2012-06-29 |
Chandler Carruth | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h |
tree | commitdiff |
2012-06-29 |
Bill Wendling | The DIBuilder class is just a wrapper around debug... |
tree | commitdiff |
2012-06-28 |
Nuno Lopes | add ConstantRange::difference (to perform set differenc... |
tree | commitdiff |
2012-06-28 |
Nuno Lopes | fix a off-by-one bug in intersectWith(), and add a... |
tree | commitdiff |
2012-06-28 |
Bill Wendling | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetTest: Due to compilation failure with... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetMapping: implemented "diff" operation... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetMapping: removed exclude operation, it... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [Win32] Suppress FileSystem... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [Win32] Suppress FileSystem... |
tree | commitdiff |
2012-06-21 |
NAKAMURA Takumi | llvm/unittests: Simplify LINK_COMPONENTS. |
tree | commitdiff |
2012-06-21 |
NAKAMURA Takumi | llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OP... |
tree | commitdiff |
2012-06-21 |
NAKAMURA Takumi | llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt:... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Add a pragma to supress an MSVC warning on some of... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Add some missing dependencies here that I missed in... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Completely refactor the structuring of unittest CMake... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Factor the logic for setting up a GoogleTest unit test... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Simplify the naming pattern in the unittests' CMake... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Remove one of the LLVM-specific CMake hacks in favor... |
tree | commitdiff |
2012-06-20 |
Chandler Carruth | Fix inappropriate use of anonymous namespaces in unittests. |
tree | commitdiff |
2012-06-20 |
Nick Kledzik | Add permissions(), map_file_pages(), and unmap_file_pag... |
tree | commitdiff |
2012-06-19 |
Chandler Carruth | Fix PR13148, an inf-loop in StringMap. |
tree | commitdiff |
2012-06-19 |
Chandler Carruth | Remove some superfluous SCOPED_TRACEs from this unit... |
tree | commitdiff |
next |