Update language check. Do not ignore DW_LANG_Python.
[oota-llvm.git] / lib / Support /
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2012-01-03 Nick LewyckyConform to the style guide; remove 'else' after 'return...
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-22 Eli FriedmanFix APInt::rotl and APInt::rotr so that they work corre...
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-20 Manuel KlimekFixes a potential compilation error.
2011-12-20 Manuel KlimekPulls the implementation of skip() into JSONParser.
2011-12-20 Manuel KlimekAddressing style issues in JSON parser.
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-13 Michael J. SpencerCleanup whitespace.
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-07 David BlaikieAdding missing anchor to DATDeltaAlgorithm.
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-12-01 David BlaikieFix unreachable return & simplify some branches.
2011-12-01 Benjamin KramerAutodetect bulldozers.
2011-12-01 David BlaikieAdd some missing anchors.
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-28 Nick LewyckyDon't define these unless we plan to use them.
2011-11-28 Eli FriedmanAdd back a line I deleted by accident in r145141. ...
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-11-24 Benjamin KramerMake ConstantRange::truncate a bit more efficient.
2011-11-23 Richard SmithCorrectly byte-swap APInts with bit-widths greater...
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-22 Benjamin KramerTurn error recovery into an assert.
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-11-06 Benjamin KramerFix a typo.
2011-11-06 Daniel DunbarADT/StringRef: Add ::lower() and ::upper() methods.
2011-11-06 Peter CollingbourneReturn only the least significant 8 bits of the exit...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Benjamin KramerBlockFrequency: Use a smarter overflow check.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 NAKAMURA TakumiWindows/Path.inc: [PR8460] Get rid of ScopedNullTermina...
2011-10-23 Benjamin KramerPrint branch probabilities as percentages.
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-21 Anton KorobeynikovFix build on mingw-w64.
2011-10-20 David MeyerRemove unused include of sys/uio.h in MemoryBuffer...
2011-10-17 Benjamin KramerFix handling of the From parameter in StringRef::find.
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-15 Benjamin KramerAdd a bad char heuristic to StringRef::find.
2011-10-15 NAKAMURA TakumiRevert r142046, "Fix for llvm::sys::getHostTriple on...
2011-10-15 Chad RosierFix for llvm::sys::getHostTriple on Windows. Instead...
2011-10-15 NAKAMURA TakumiWindows/Memory.inc: Support the ability to allocate...
2011-10-13 Michael J. SpencerSupport/Windows: Add support modifying memory permissio...
2011-10-13 Michael J. SpencerSupport/Windows: Add efficent RW mutex on Windows....
2011-10-13 Eli FriedmanAvoid undefined behavior in signed integer negation...
2011-10-12 Eli FriedmanFix APFloat::getSmallestNormalized so the shift doesn...
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-11 Daniel DunbarClean up a few references to System/. We still have...
2011-10-10 Bruno Cardoso LopesThe Mips specific function for instruction cache invali...
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-10-05 Eric ChristopherAdd more initializers to quiet a clang warning.
2011-10-03 Nick LewyckyFix typo in comments.
2011-10-01 Michael J. SpencerAdd Windows x64 stack walking support. Patch by Aaron...
2011-09-30 Jakob Stoklund OlesenFix a bug in compare_numeric().
2011-09-27 Chad RosierThese symbols appear to be visible by SearchForAddressO...
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2011-09-21 Richard TrieuChange:
2011-09-20 Bob WilsonRemove the hack to check UNAME_RELEASE when identifying...
2011-09-20 Douglas GregorU is good enough
2011-09-20 Douglas GregorEliminate sign-comparison warnings in APInt
2011-09-20 Akira HatanakaAdd mips64 & mips64el to Triple. Patch by Liu with...
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-09-19 Benjamin KramerSilence -Wsign-compare warnings from GCC.
2011-09-19 NAKAMURA TakumiAdd Win32 support to llvm::llvm_execute_on_thread(...
2011-09-16 Eli FriedmanFix a minor bug in fs::create_directories. Patch by...
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-09-15 Benjamin KramerCommandLine: Add support for 64 bit unsigned integer...
2011-09-15 Nick LewyckyAdd some more DWARF extensions from:
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-14 Douglas GregorUpdate the comment for system_temp_directory() to indic...
2011-09-14 Bill WendlingInclude limits.h to make sure PATH_MAX is known on...
2011-09-14 Douglas GregorAdd a simple routine to determine the typical system...
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
next