aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-162-98/+321
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-164-270/+242
* PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...NAKAMURA Takumi2013-07-161-2/+2
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-168-53/+277
* ARM EABI divmod supportRenato Golin2013-07-164-2/+289
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-162-4/+10
* llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be op...NAKAMURA Takumi2013-07-161-3/+3
* Use open+fstat instead of stat+open.Rafael Espindola2013-07-161-3/+13
* Remember that we have a null terminated string.Rafael Espindola2013-07-161-4/+4
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-161-0/+8
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-163-40/+71
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-161-0/+18
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-163-44/+52
* unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.NAKAMURA Takumi2013-07-161-0/+16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-162-5/+3
* Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2013-07-162-3/+3
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-169-37/+38
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-151-1/+1
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-153-15/+280
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-152-1/+30
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-152-37/+69
* Further simplify test case from r186119/r186035.David Blaikie2013-07-151-123/+94
* XFAIL on windows too and document the XFAILs.Rafael Espindola2013-07-151-1/+4
* Machine Verifier: verify FrameSetup and FrameDestroyManman Ren2013-07-151-0/+132
* Remove an extra is_directory call.Rafael Espindola2013-07-151-11/+0
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-152-5/+60
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-152-2/+109
* R600/SI: Add support for 64-bit loadsTom Stellard2013-07-155-1/+85
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-152-1/+61
* Remove trailing whitespaceStephen Lin2013-07-151-36/+36
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-152-973/+1256
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-153-53/+88
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-152-14/+4
* Test commit to see if write access works.Job Noorman2013-07-151-1/+1
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-152-4/+14
* XFAIL this on freebsd to bring the bot back.Rafael Espindola2013-07-151-0/+1
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-152-1256/+973
* DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov2013-07-152-78/+70
* Add 'const' qualifier to some arrays.Craig Topper2013-07-153-3/+4
* Make some arrays 'static const'Craig Topper2013-07-153-43/+51
* Add include to hopefully fix windows build.Craig Topper2013-07-151-0/+1
* Add const qualifier to some static arrays.Craig Topper2013-07-152-6/+6
* Add 'static' keyword to some const arrays for consistency.Craig Topper2013-07-151-6/+6
* Make some arrays 'static const'Craig Topper2013-07-154-11/+11
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-151-1/+2
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-158-17/+15
* Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now.NAKAMURA Takumi2013-07-151-0/+3
* Clarify comments.Eric Christopher2013-07-141-4/+1
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-142-0/+3
* Collapse temporary variable into call.Eric Christopher2013-07-141-4/+2