Have the llvm configure process look for clang, then llvm-gcc, and then gcc
[oota-llvm.git] / lib /
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAX.
2011-09-16 Eli FriedmanFix a minor bug in fs::create_directories. Patch by...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SRS.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMULL.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLALD/SMLALDX.
2011-09-16 Jim GrosbachKill some dead code.
2011-09-16 Jim GrosbachTidy up a bit.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLAL.
2011-09-16 Benjamin KramerNamespacify.
2011-09-16 Jakob Stoklund OlesenSpill mode: Hoist back-copies locally.
2011-09-16 Jakob Stoklund OlesenDisable local spill hoisting for non-killing copies.
2011-09-15 Jim GrosbachRemove incorrect comments.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-09-15 Bruno Cardoso LopesAdd a fixme note!
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SHASX/SHSAX.
2011-09-15 Eli FriedmanMinor cleanup.
2011-09-15 Eli FriedmanUse a more efficient lowering for Unordered/Monotonic...
2011-09-15 Bruno Cardoso LopesAdd the remaining AVX versions of instructions to X86In...
2011-09-15 Benjamin KramerDWARF: Reset the state after parsing a line table prolo...
2011-09-15 Bruno Cardoso LopesFactor out partial register update checks for some...
2011-09-15 Eli FriedmanSome legalization fixes for atomic load and store.
2011-09-15 Benjamin KramerCommandLine: Add support for 64 bit unsigned integer...
2011-09-15 Benjamin KramerDWARF: Don't crash when looking up an invalid address.
2011-09-15 Jakob Stoklund OlesenAdd an option to disable spill hoisting.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SASX.
2011-09-15 Andrew TrickReapply r139759. Disable IV rewriting by default. See...
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for RSB.
2011-09-15 Benjamin KramerDWARF: Put all the pieces we have together and provide...
2011-09-15 Benjamin KramerDWARF: Remove accessors that parse the whole line table...
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for REV16/REVSH.
2011-09-15 Owen AndersonThe the MC disassembler C API to print in verbose mode...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-15 Jakob Stoklund OlesenVirtRegMap is counting spill slots, not register spills.
2011-09-15 Bruno Cardoso LopesChange all checks regarding the presence of any SSE...
2011-09-15 Bruno Cardoso LopesEnable SSEDomainFix pass for AVX mode.
2011-09-15 Jakob Stoklund OlesenCount correctly when a COPY turns into a spill or reload.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for REV.
2011-09-15 Benjamin KramerDWARF: Print line tables per compile unit, so they...
2011-09-15 Jim GrosbachAssmebler symbol attribute directives don't work on...
2011-09-15 Jakob Stoklund OlesenCount inserted spills and reloads more accurately.
2011-09-15 Benjamin KramerDWARF: wire up .debug_str dumping.
2011-09-15 Jim GrosbachHandle missing newline at EOF more gracefully in MC...
2011-09-15 Jakob Stoklund OlesenTrace through sibling PHIs in bulk.
2011-09-15 Jim GrosbachARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'
2011-09-15 Jim GrosbachThumb2 push/pop mnemonic recognition.
2011-09-15 Jakob Stoklund OlesenSpeed up LiveIntervals::shrinkToUse with some caching.
2011-09-15 Jakob Stoklund OlesenRevert r139782, "RemoveCopyByCommutingDef doesn't need...
2011-09-15 Benjamin KramerDWARF: Make DIE printing more bulletproof.
2011-09-15 Nick LewyckyAdd some more DWARF extensions from:
2011-09-15 Jakob Stoklund OlesenStop verifying hasPHIKill() flags.
2011-09-15 Jakob Stoklund OlesenRemoveCopyByCommutingDef doesn't need hasPHIKill().
2011-09-15 Jakob Stoklund OlesenIt is safe to remat a value killed by phis.
2011-09-15 Jakob Stoklund OlesenLeave hasPHIKill flags alone in LiveInterval::RenumberV...
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-15 Benjamin KramerDWARF: Print the number for unknown abbrev fields.
2011-09-15 Benjamin KramerDWARF: Fail gracefully when encountering unknown values...
2011-09-15 Nick LewyckyGive structs with virtual methods a virtual destructor.
2011-09-15 Benjamin KramerDWARF: Silence GCC -Wsign-compare warning.
2011-09-15 Benjamin KramerDWARF: Fix indentation.
2011-09-15 Benjamin KramerDWARF: Include <algorithm> explicitly.
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.
2011-09-15 Eli FriedmanMake demanded-elt simplification for shufflevector...
2011-09-15 Andrew Trick[regcoalescing] bug fix for RegistersDefinedFromSameValue.
2011-09-14 Eli FriedmanFix the code creating VZEXT_LOAD so that it creates...
2011-09-14 Douglas GregorUpdate the comment for system_temp_directory() to indic...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for PKH.
2011-09-14 Jim GrosbachARMv7a has the PKH instructions.
2011-09-14 Devang PatelAdd support to emit debug info for C++0x nullptr type.
2011-09-14 Jim GrosbachARM tighten up the register classes for the PKH instruc...
2011-09-14 Owen AndersonFix a crasher in Thumb2 MOV-immediate encoding for...
2011-09-14 Bill WendlingInclude limits.h to make sure PATH_MAX is known on...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MVN.
2011-09-14 Owen AndersonNested IT blocks are UNPREDICTABLE. Mark them as such...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MUL.
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-14 Douglas GregorAdd a simple routine to determine the typical system...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MSR/MRS.
2011-09-14 Jim GrosbachThumb2 assembly parsing for MOV in IT block.
2011-09-14 Benjamin KramerDWARF: Reorder fields to reduce padding.
2011-09-14 Dan GohmanDon't mark objc_retainBlock as nounwind. It calls user...
2011-09-14 Dan Gohmanobjc_retainBlock is not NoModRef because it can update...
2011-09-14 Jim GrosbachARM fix assembly parser handling of ranges in register...
2011-09-14 Benjamin KramerDWARF: Improve indentation of DIE dumping so it's easie...
2011-09-14 Jakob Stoklund OlesenIgnore the cloning of unknown registers.
2011-09-14 Benjamin Kramerllvm-dwarfdump: Make the "is debug info section" heuris...
2011-09-14 Akira HatanakaAdd comment.
2011-09-14 Jakob Stoklund OlesenHoist back-copies to the least busy dominator.
2011-09-14 Jim GrosbachMove state var to private class member.
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-09-14 Nadav RotemAdd integer promotion support for vselect
2011-09-14 Craig TopperFix mem type for VEX.128 form of VROUNDP*. Remove filte...
2011-09-14 Craig TopperMake disassembling of VBLEND* print immediate as a...
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-09-14 Bruno Cardoso LopesTeach the foldable tables about 128-bit AVX instruction...
2011-09-14 Bruno Cardoso LopesVector shuffle mask <i32 4, i32 5, i32 2, i32 3> should...
2011-09-14 Benjamin KramerDon't rely in <algorithm> being pulled in transitively.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
next