summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* [AArch64] Fix a pattern match failure caused by creating improper CONCAT_VECTOR.Kevin Qin2014-06-18
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* Allow X86FastIsel to cope with 64 bit absolute relocationsLouis Gerbarg2014-06-17
* [FastISel][X86] Optimize predicates and fold CMP instructions.Juergen Ributzka2014-06-17
* Remove more occurrences of the unused-mutex-parameter pattern.Zachary Turner2014-06-17
* R600/SI: Make sure target flags are set on pseudo VOP3 instructionsTom Stellard2014-06-17
* Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.Rafael Espindola2014-06-17
* R600/SI: Match cttz_zero_undefMatt Arsenault2014-06-17
* R600/SI: Match ctlz_zero_undefMatt Arsenault2014-06-17
* R600: Use LDS and vectors for private memoryTom Stellard2014-06-17
* R600/SI: Add a pattern for llvm.AMDGPU.barrier.globalTom Stellard2014-06-17
* SelectionDAG: Expand i64 = FP_TO_SINT i32Tom Stellard2014-06-17
* R600/SI: Re-initialize the m0 register after using it for indirect addressingTom Stellard2014-06-17
* [FastISel][X86] Fix previous refactoring commit (r211077)Juergen Ributzka2014-06-17
* Fixed jump threading going to infinite loop.Dinesh Dwivedi2014-06-17
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-17
* Fix memory leak of RegScavenger accidentally added in r211037.James Molloy2014-06-17
* AArch64: estimate inline asm length during branch relaxationTim Northover2014-06-17
* [msan] Fix a comment.Evgeniy Stepanov2014-06-17
* [msan] Fix handling of multiplication by a constant with a number of trailing...Evgeniy Stepanov2014-06-17
* Support: Inject LLVM_VERSION_INFO into the Support libraryJustin Bogner2014-06-17
* tools: Add a space between package version and LLVM_VERSION_INFOJustin Bogner2014-06-17
* Convert a few loops to use ranges.Rafael Espindola2014-06-17
* Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.Jordan Rose2014-06-17
* Modernize doc comments for SourceMgr.Jordan Rose2014-06-17
* [InstCombine] mark ADD with nuw if no unsigned overflowJingyue Wu2014-06-17
* SROA: Only split loads on byte boundariesDuncan P. N. Exon Smith2014-06-17
* [FastISel][X86] Refactor the code to get the X86 condition from a helper func...Juergen Ributzka2014-06-16
* Teach LoopUnrollPass to respect loop unrolling hints in metadata.Eli Bendersky2014-06-16
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Cleanup more unreferenced MutexGuard parameters on functions.Zachary Turner2014-06-16
* Kill the LLVM global lock.Zachary Turner2014-06-16
* Remove some code churn.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-16
* Add load/store functionalityReed Kotler2014-06-16
* AArch64: Add backend intrinsic for rbit.Jim Grosbach2014-06-16
* ARM: intrinsic support for rbit.Jim Grosbach2014-06-16
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-16
* Since the DataLayout is always found off of the subtarget go aheadEric Christopher2014-06-16
* Clean up some unnecessary mutex guards.Zachary Turner2014-06-16
* Improve comments for r211040Louis Gerbarg2014-06-16
* ARM: implement correct atomic operations on v7MTim Northover2014-06-16
* Fix illegal relocations in X86FastISelLouis Gerbarg2014-06-16
* LowerSwitch: track bounding range for the condition tree.Jim Grosbach2014-06-16
* Refactor the disabling of Thumb-1 LDM/STM generationJames Molloy2014-06-16
* Fix pr17056.Rafael Espindola2014-06-16
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16