summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Mark a method 'const' and another 'static'.Craig Topper2013-07-17
* Make a few more static string pointers constant.Craig Topper2013-07-17
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-17
* Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2013-07-17
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-17
* SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...Nadav Rotem2013-07-17
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* Move string pointer from being a static class member to just a static global ...Craig Topper2013-07-17
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* flip the scev minus direction to simplify the code.Nadav Rotem2013-07-16
* SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...Nadav Rotem2013-07-16
* Related to r181161 - Indirect branches may not be the last branch in a basicLang Hames2013-07-16
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-16
* Add a wrapper for open.Rafael Espindola2013-07-16
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-16
* Reapply r185393.Jakob Stoklund Olesen2013-07-16
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-16
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* Test commit to verify write access.Juergen Ributzka2013-07-16
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-16
* SLPVectorizer: Reduce the compile time of the consecutive store lookup.Nadav Rotem2013-07-16
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-16
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-16
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-16
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-16
* ARM: allow printing of ARM atomic DAG nodes.Tim Northover2013-07-16
* [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford2013-07-16
* Fixing a buildbot failure:unused function.Vladimir Medic2013-07-16
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-16
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-16
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-16
* PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...NAKAMURA Takumi2013-07-16
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* ARM EABI divmod supportRenato Golin2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-15
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-15
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-15
* Machine Verifier: verify FrameSetup and FrameDestroyManman Ren2013-07-15
* Remove an extra is_directory call.Rafael Espindola2013-07-15
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-15
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-15
* R600/SI: Add support for 64-bit loadsTom Stellard2013-07-15
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-15
* Remove trailing whitespaceStephen Lin2013-07-15
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-15
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-15