2012-09-15 |
Craig Topper | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT... |
tree | commitdiff |
2012-09-14 |
Dmitri Gribenko | Fix Doxygen issues: |
tree | commitdiff |
2012-09-12 |
Roman Divacky | Add support for AMD Geode. |
tree | commitdiff |
2012-09-11 |
Chandler Carruth | Add support for finding cacheflush on OpenBSD/mips64... |
tree | commitdiff |
2012-09-08 |
Ted Kremenek | Add operator< for FoldingSetNodeID. |
tree | commitdiff |
2012-09-06 |
NAKAMURA Takumi | Whitespace. |
tree | commitdiff |
2012-09-06 |
NAKAMURA Takumi | Unix/Signals.inc: Fix a typo. Thanks to Dani Berg! |
tree | commitdiff |
2012-09-04 |
Evgeniy Stepanov | Fix Android build of gtest and lib/Support. |
tree | commitdiff |
2012-09-02 |
Logan Chien | Rename ANDROIDEABI to Android. |
tree | commitdiff |
2012-08-29 |
Benjamin Kramer | Add some __builtin_expect magic to StringMap. |
tree | commitdiff |
2012-08-29 |
Benjamin Kramer | Replace the BUILTIN_EXPECT macro with a less horrible... |
tree | commitdiff |
2012-08-28 |
Hal Finkel | Add the Freescale vendor to Triple. |
tree | commitdiff |
2012-08-24 |
Richard Smith | Fix integer undefined behavior due to signed left shift... |
tree | commitdiff |
2012-08-24 |
Richard Smith | Fix undefined behavior (signed integer overflow) when... |
tree | commitdiff |
2012-08-22 |
Richard Smith | Reduce alignment of SmallVector<T> to the required... |
tree | commitdiff |
2012-08-20 |
Benjamin Kramer | DataExtractor: Fix integer truncation issues in LEB128... |
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 typo in comment. |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix a problem with APFloat::roundToIntegral where it... |
tree | commitdiff |
2012-08-14 |
Owen Anderson | Fix the construction of the magic constant for roundToI... |
tree | commitdiff |
2012-08-13 |
Owen Anderson | Add a roundToIntegral method to APFloat, which can... |
tree | commitdiff |
2012-08-10 |
Joerg Sonnenberger | stdcxx's cstdio doesn't include stdio.h, but the code... |
tree | commitdiff |
2012-08-06 |
Eric Christopher | Add support for the OpenBSD for Bitrig. |
tree | commitdiff |
2012-08-01 |
Nick Kledzik | Initial commit of new FileOutputBuffer support class. |
tree | commitdiff |
2012-07-27 |
Chad Rosier | Typos. |
tree | commitdiff |
2012-07-26 |
Chad Rosier | Make comments in Debug.cpp and Debug.h consistent.... |
tree | commitdiff |
2012-07-25 |
David Blaikie | Don't add null characters to the end of the APFloat... |
tree | commitdiff |
2012-07-23 |
Nuno Lopes | make ConstantRange::zeroExtend() optimal |
tree | commitdiff |
2012-07-20 |
Benjamin Kramer | Remove unused private member variables uncovered by... |
tree | commitdiff |
2012-07-20 |
Benjamin Kramer | Try to unbreak the windows build. |
tree | commitdiff |
2012-07-20 |
Daniel Dunbar | SourceMgr: Use has_colors() instead of just is_displaye... |
tree | commitdiff |
2012-07-20 |
Daniel Dunbar | raw_ostream: Add a has_colors() method. |
tree | commitdiff |
2012-07-20 |
Daniel Dunbar | Process: Add sys::Process::FileDescriptorHasColors(). |
tree | commitdiff |
2012-07-19 |
Preston Gurd | Adds the family codes for the Midview Atom processors... |
tree | commitdiff |
2012-07-19 |
Nuno Lopes | reimplement truncate() to make it optimal. |
tree | commitdiff |
2012-07-19 |
Bill Wendling | Remove tabs. |
tree | commitdiff |
2012-07-19 |
Bill Wendling | Remove tabs. |
tree | commitdiff |
2012-07-18 |
Preston Gurd | This patch fixes 8 out of 20 unexpected failures in... |
tree | commitdiff |
2012-07-17 |
Nuno Lopes | simplify getSetSize() per Duncan's comments |
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-12 |
Galina Kistanova | Fixed few warnings. |
tree | commitdiff |
2012-07-11 |
Argyrios Kyrtzidis | In MemoryBuffer::getOpenFile() don't verify that the... |
tree | commitdiff |
2012-07-11 |
Benjamin Kramer | PR13326: Fix a subtle edge case in the udiv -> magic... |
tree | commitdiff |
2012-06-28 |
Benjamin Kramer | Enable automatic GCC<->LLVM intrinsic translation for... |
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-26 |
Benjamin Kramer | Implement getHostCPUName for ARM/linux. This will be... |
tree | commitdiff |
2012-06-26 |
Argyrios Kyrtzidis | Fix ThreadLocalImpl::getInstance for --disable-threads. |
tree | commitdiff |
2012-06-25 |
Meador Inge | PR13013: ELF Type identification fails for MSB type... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerr... |
tree | commitdiff |
2012-06-20 |
Kaelyn Uhrain | Remove an "else" that snuck in after a "return" ;) |
tree | commitdiff |
2012-06-20 |
Kaelyn Uhrain | Check that a file is not a directory before reading... |
tree | commitdiff |
2012-06-20 |
Francois Pichet | Unbreak the MSVC build: add return to unimplemented... |
tree | commitdiff |
2012-06-20 |
Nick Kledzik | Add permissions(), map_file_pages(), and unmap_file_pag... |
tree | commitdiff |
2012-06-20 |
Kaelyn Uhrain | Don't assert when given an empty range. |
tree | commitdiff |
2012-06-19 |
Chandler Carruth | Fix PR13148, an inf-loop in StringMap. |
tree | commitdiff |
2012-06-19 |
Michael J. Spencer | [Support/PathV2] Fix out of bounds access in identify_m... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Don't call 'FilesToRemove[0]' when the vector is empty... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Harden the Unix signals code to be more async signal... |
tree | commitdiff |
2012-06-13 |
Argyrios Kyrtzidis | Fix building ThreadLocal.cpp with --disable-threads. |
tree | commitdiff |
2012-06-12 |
Hal Finkel | Fixes for PPC host detection and features. |
tree | commitdiff |
2012-06-12 |
Hal Finkel | Reapply r158337, this time properly protect Darwin... |
tree | commitdiff |
2012-06-12 |
Argyrios Kyrtzidis | Satisfy C++ aliasing rules, per suggestion by Chandler. |
tree | commitdiff |
2012-06-12 |
Jakob Stoklund Olesen | Revert r158337 "Move PPC host-CPU detection logic from... |
tree | commitdiff |
2012-06-12 |
Argyrios Kyrtzidis | For llvm::sys::ThreadLocalImpl instead of malloc'ing... |
tree | commitdiff |
2012-06-11 |
Hal Finkel | Move PPC host-CPU detection logic from PPCSubtarget... |
tree | commitdiff |
2012-06-09 |
Aaron Ballman | Disabling a spurious deprecation warning about using... |
tree | commitdiff |
2012-06-09 |
Aaron Ballman | Fixing a typo in the comments. |
tree | commitdiff |
2012-06-09 |
Dmitri Gribenko | Convert comments to proper Doxygen comments. |
tree | commitdiff |
2012-06-08 |
Chad Rosier | Fix a crash in APInt::lshr when shiftAmt > BitWidth. |
tree | commitdiff |
2012-06-02 |
Benjamin Kramer | Use access(2) instead of stat(2) to check if a file... |
tree | commitdiff |
2012-05-27 |
NAKAMURA Takumi | Path::GetTemporaryDirectory(): Add an assertion if... |
tree | commitdiff |
2012-05-24 |
Justin Holewinski | Remove the PTX back-end and all of its artifacts (tripl... |
tree | commitdiff |
2012-05-24 |
Patrik Hägglund | Fix -Wcovered-switch-default warning. |
tree | commitdiff |
2012-05-18 |
Nuno Lopes | fix corner case in ConstantRange::intersectWith(). |
tree | commitdiff |
2012-05-14 |
Michael J. Spencer | [Support/YAMLParser] Use rtrim on plain scalars. |
tree | commitdiff |
2012-05-11 |
Michael J. Spencer | [Support/StringRef] Add find_last_not_of and {r,l,... |
tree | commitdiff |
2012-05-11 |
Eric Christopher | Allow unique_file to take a mode for file permissions... |
tree | commitdiff |
2012-05-09 |
Chad Rosier | Set the default iOS version to 3.0. |
tree | commitdiff |
2012-05-09 |
Bob Wilson | Use the cpuid 64 bit flag to pick the default CPU name... |
tree | commitdiff |
2012-05-09 |
Chad Rosier | Don't return true on a function with a void return... |
tree | commitdiff |
2012-05-09 |
Chad Rosier | Add Triple::getiOSVersion. |
tree | commitdiff |
2012-05-08 |
Kevin Enderby | Fix it so llvm-objdump -arch does accept x86 and x86... |
tree | commitdiff |
2012-05-08 |
Daniel Dunbar | [Support] Fix sys::GetRandomNumber() to always use... |
tree | commitdiff |
2012-05-08 |
NAKAMURA Takumi | Windows/PathV2.inc: Retry rename() for (maximum) 2... |
tree | commitdiff |
2012-05-07 |
Matt Beaumont-Gay | Don't assume size_t is unsigned long long. |
tree | commitdiff |
2012-05-06 |
Chris Lattner | make SourceMgr tolerate empty SMLoc()'s better. |
tree | commitdiff |
2012-05-06 |
NAKAMURA Takumi | Unix/Process.inc: Give more useful random seed to srand... |
tree | commitdiff |
2012-05-06 |
NAKAMURA Takumi | Support/Process: Move llvm::sys::Process::GetRandomNumb... |
tree | commitdiff |
2012-05-05 |
Chris Lattner | reapply my patch, with a fix for an off-by-one error... |
tree | commitdiff |
2012-05-05 |
Chris Lattner | revert my patches, which are causing problems. |
tree | commitdiff |
2012-05-05 |
Chris Lattner | refactor some code to expose column numbers more and... |
tree | commitdiff |
2012-05-05 |
Daniel Dunbar | [Support] Add missing include. |
tree | commitdiff |
2012-05-05 |
Daniel Dunbar | [Support] Fix up comments. |
tree | commitdiff |
2012-05-05 |
Daniel Dunbar | [Support] Rewrite sys::fs::unique_file to not be stupid... |
tree | commitdiff |
2012-05-05 |
Daniel Dunbar | [Support] Add sys::Process::GetRandomNumber(). |
tree | commitdiff |
2012-05-04 |
Justin Holewinski | This patch adds a new NVPTX back-end to LLVM which... |
tree | commitdiff |
next |