2013-01-21 |
Michael J. Spencer | [Support] Make test C++03. |
tree | commitdiff |
2013-01-20 |
Benjamin Kramer | Disable test that fails due to lack of std::true_type... |
tree | commitdiff |
2013-01-20 |
Michael J. Spencer | [Support] Port ErrorOr<T> from lld to C++03. |
tree | commitdiff |
2013-01-16 |
Peter Collingbourne | Introduce llvm::sys::getProcessTriple() function. |
tree | commitdiff |
2013-01-16 |
Evgeniy Stepanov | Allow vectors in CreatePointerCast of constants. |
tree | commitdiff |
2013-01-16 |
Evgeniy Stepanov | A test for r172535. |
tree | commitdiff |
2013-01-14 |
Dmitri Gribenko | Improve r172464: const_cast is not needed if the variab... |
tree | commitdiff |
2013-01-14 |
David Greene | Fix Casts |
tree | commitdiff |
2013-01-12 |
Benjamin Kramer | Add a unit test to verifies that attribute uniquing... |
tree | commitdiff |
2013-01-11 |
Eli Bendersky | Fix bug in exception table allocation (PR13678) |
tree | commitdiff |
2013-01-10 |
Dmitri Gribenko | Replace memcpys by a static_cast and an integral promotion. |
tree | commitdiff |
2013-01-10 |
Dmitri Gribenko | Fix coding style |
tree | commitdiff |
2013-01-10 |
Jakub Staszak | Unbreak tests after regression from r172081. |
tree | commitdiff |
2013-01-10 |
David Greene | Fix Alias Bug |
tree | commitdiff |
2013-01-07 |
Shuxin Yang | Implement APFloat::isDenormal() |
tree | commitdiff |
2013-01-07 |
Chandler Carruth | Rename the VMCore unittest tree to IR. Somehow was... |
tree | commitdiff |
2013-01-07 |
Chandler Carruth | Move CallGraphSCCPass.h into the Analysis tree; that... |
tree | commitdiff |
2013-01-05 |
Chandler Carruth | Rename the unittest from ArrayRecylerTest.cpp to ArrayR... |
tree | commitdiff |
2013-01-05 |
Jakob Stoklund Olesen | Add an ArrayRecycler class. |
tree | commitdiff |
2013-01-04 |
Chandler Carruth | Add time getters to the process interface for requestin... |
tree | commitdiff |
2013-01-04 |
Jakob Stoklund Olesen | Add an iplist::clearAndLeakNodesUnsafely() function. |
tree | commitdiff |
2013-01-04 |
Nick Kledzik | Fix how YAML I/O detects flow sequences. |
tree | commitdiff |
2013-01-02 |
Michael J. Spencer | [Support][Endian] Add support for specifying the alignm... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Sort a few more #include lines in tools/... unittests... |
tree | commitdiff |
2012-12-31 |
Chandler Carruth | Go ahead and get rid of the old page size interface... |
tree | commitdiff |
2012-12-31 |
Chandler Carruth | Flesh out a page size accessor in the new API. |
tree | commitdiff |
2012-12-31 |
Michael J. Spencer | [AlignOf] Add AlignedCharArray and refactor AlignedChar... |
tree | commitdiff |
2012-12-31 |
Chandler Carruth | Begin sketching out the process interface. |
tree | commitdiff |
2012-12-21 |
Duncan Sands | Test that a landingpad gets the name provided when... |
tree | commitdiff |
2012-12-18 |
Jakob Stoklund Olesen | Add an assertion for a likely ilist::splice() contract... |
tree | commitdiff |
2012-12-17 |
Nick Kledzik | Fix some integer constant warnings by using a suffix |
tree | commitdiff |
2012-12-17 |
Nick Kledzik | re-enable test cases now that traits work with g++... |
tree | commitdiff |
2012-12-12 |
Nick Kledzik | Temporarily disable test cases until they compile with... |
tree | commitdiff |
2012-12-12 |
David Blaikie | Unbreak the build. Fallout from r170019. |
tree | commitdiff |
2012-12-12 |
Nick Kledzik | Initial implementation of a utility for converting... |
tree | commitdiff |
2012-12-09 |
Michael Ilseman | Reorganize FastMathFlags to be a wrapper around unsigne... |
tree | commitdiff |
2012-12-07 |
Bill Wendling | s/AttrListPtr/AttributeSet/g to better label what this... |
tree | commitdiff |
2012-12-05 |
Akira Hatanaka | Do not run tests MappedMemoryTest.BasicWrite and Multip... |
tree | commitdiff |
2012-12-05 |
Michael J. Spencer | Copy clang/Driver/<Option parsing stuff> to llvm. |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort the #include lines for unittest/... |
tree | commitdiff |
2012-12-04 |
NAKAMURA Takumi | VMCoreTests/PassManagerTest.cpp: Appease msvc not to... |
tree | commitdiff |
2012-12-04 |
Matt Beaumont-Gay | Add 'using' declarations to suppress -Woverloaded-virtu... |
tree | commitdiff |
2012-12-03 |
Michael J. Spencer | [Support] Make FileOutputBuffer work on Windows. |
tree | commitdiff |
2012-11-30 |
Chandler Carruth | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE... |
tree | commitdiff |
2012-11-29 |
Michael Ilseman | copyFastMathFlags utility and test case |
tree | commitdiff |
2012-11-28 |
Michael Ilseman | Whoops, fixed bad merge |
tree | commitdiff |
2012-11-28 |
Michael Ilseman | Fixed bad test case |
tree | commitdiff |
2012-11-28 |
Michael Ilseman | Fast-math: IRBuilder test for creating instructions... |
tree | commitdiff |
2012-11-28 |
Eli Bendersky | Add backreference matching capabilities to Support... |
tree | commitdiff |
2012-11-27 |
Andrew Kaylor | Moving SectionMemoryManager into RuntimeDyld and adding... |
tree | commitdiff |
2012-11-27 |
Andrew Kaylor | Implementing page permission setting in MCJIT unit... |
tree | commitdiff |
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 |
next |