summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remember that we have a null terminated string.Rafael Espindola2013-07-16
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.NAKAMURA Takumi2013-07-16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-16
* Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2013-07-16
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-15
* 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
* Further simplify test case from r186119/r186035.David Blaikie2013-07-15
* XFAIL on windows too and document the XFAILs.Rafael Espindola2013-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
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-15
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-15
* Test commit to see if write access works.Job Noorman2013-07-15
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-15
* XFAIL this on freebsd to bring the bot back.Rafael Espindola2013-07-15
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-15
* DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov2013-07-15
* Add 'const' qualifier to some arrays.Craig Topper2013-07-15
* Make some arrays 'static const'Craig Topper2013-07-15
* Add include to hopefully fix windows build.Craig Topper2013-07-15
* Add const qualifier to some static arrays.Craig Topper2013-07-15
* Add 'static' keyword to some const arrays for consistency.Craig Topper2013-07-15
* Make some arrays 'static const'Craig Topper2013-07-15
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now.NAKAMURA Takumi2013-07-15
* Clarify comments.Eric Christopher2013-07-14
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-14
* Collapse temporary variable into call.Eric Christopher2013-07-14
* Use conventional syntax for branches.Anton Korobeynikov2013-07-14
* Correct inaccurate statement in FileCheck docs.Stephen Lin2013-07-14
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-14
* The archive update test has a subtle race condition in it: if the testChandler Carruth2013-07-14
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* SLPVectorizer: change the order in which we search for vectorization candidat...Nadav Rotem2013-07-14
* Fix build by replacing '>>' with '> >'Tobias Grosser2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14