[docs] Stub out structure for Sphinx-based docs.
[oota-llvm.git] / utils /
2012-04-19 Daniel Dunbarllvm-lit: Inject the lit module path at the beginning...
2012-04-19 Craig TopperMake fast isel use &XXXRegClass instead of XXXRegisterC...
2012-04-18 Jim GrosbachFix typo.
2012-04-18 Bill WendlingAdd a flag to rebranch if we need to.
2012-04-18 Jim GrosbachRevert "Replace some uses of std:map<std::string,....
2012-04-18 Benjamin Kramertblgen: remove duplicated newlines.
2012-04-18 Jim GrosbachReplace some uses of std:map<std::string,...> with...
2012-04-18 Jim GrosbachUse SmallVector for the requirements on an InstAlias.
2012-04-18 Jim GrosbachTidy up. Formatting.
2012-04-18 Jim GrosbachMove a few more warnings to use PrintWarning().
2012-04-18 Jim GrosbachTidy up. No need for a Twine here, as it's just constants.
2012-04-18 Jim GrosbachFormatting.
2012-04-18 Jim GrosbachTidy up. Add a '.' at the end of the sentence.
2012-04-18 Jim GrosbachClean up warning text. Remove extraneous prefix.
2012-04-18 Jim GrosbachTableGen use PrintWarning rather than fprintf(stderr...
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-04-17 Jim GrosbachSanity check error handling for TokenAlias.
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-17 Bill WendlingDownload and build the compiler-rt project.
2012-04-17 Bill WendlingDon't tag libcxx and libcxxabi since we don't release...
2012-04-17 Jim GrosbachTidy up. 80 columns.
2012-04-13 Bob WilsonRemove old code to strip out unwanted PPC slices for...
2012-04-13 Craig TopperFix target specific intrinsic handling to adjust intrin...
2012-04-11 Jim GrosbachRemove incorrect comment.
2012-04-11 Jim GrosbachTidy up. Remove hard tab characters.
2012-04-11 Jim GrosbachTidy up. Whitespace.
2012-04-11 Andrew TrickTableGen's regpressure: emit per-registerclass weight...
2012-04-11 Andrew TrickTableGen'd regpressure: register unit set pruning.
2012-04-11 Andrew TrickTablegen'd regpressure: emit the weighted pressure...
2012-04-11 Andrew TrickTable-generated register pressure fixes.
2012-04-10 Andrew TrickTableGen/reginfo potential bug: typo from previous...
2012-04-10 Andrew TrickFix for register pressure tables.
2012-04-10 Andrew TrickUse std::includes instead of my own implementation.
2012-04-10 Andrew TrickAdded register unit sets to the target description.
2012-04-10 Andrew TrickAdded register unit weights to the target description.
2012-04-10 Andrew TrickFix header comment
2012-04-05 Bob WilsonDo not include multiple -arch options in CPPFLAGS.
2012-04-04 Craig TopperConvert assert(false) followed by a return to llvm_unre...
2012-04-03 Bob WilsonFix the install location for the Embedded makefile...
2012-04-03 Bob WilsonRemove dead code for installing libLTO when building...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-03 Bob WilsonWhen building llvmCore, pass the SDKROOT and -arch...
2012-04-03 Bob WilsonRemove a reference to the C backend.
2012-04-03 Craig TopperTidy up spacing in some tablegen outputs.
2012-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
2012-04-03 Bill WendlingAs Eric pointed out, even a Debug build should be equal...
2012-04-03 Andrew TrickCleanup set_union usage. The same thing but a bit clean...
2012-04-03 Andrew TrickUse std::set_union instead of nasty custom code.
2012-04-02 Bill WendlingCompare the .o files only for release builds. Add an...
2012-04-02 Silviu BarangaSecond part for the 153874 one
2012-04-02 Benjamin KramerEmit the asm writer's mnemonic table with SequenceToOff...
2012-04-02 Craig TopperReorder fields in MatchEntry and OperandMatchEntry...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperUse SequenceToOffsetTable to generate instruction name...
2012-04-01 Craig TopperUse SequenceToOffsetTable to create instruction name...
2012-04-01 Benjamin KramerEmit the LLVM<->DWARF register mapping as a sorted...
2012-03-31 Andrew Trickcomment typo
2012-03-31 Andrew TrickIntroduce Register Units: Give each leaf register a...
2012-03-30 Benjamin KramerRip out emission of the regIsInRegClass function for...
2012-03-30 Jakob Stoklund OlesenUse SequenceToOffsetTable in emitRegisterNameString.
2012-03-30 Jakob Stoklund OlesenReapply 153764 and 153761 with a fix.
2012-03-30 Rafael EspindolaRevert 153764 and 153761. They broke a --enable-optimiz...
2012-03-30 Jakob Stoklund OlesenCompress SimpleValueType lists by sharing.
2012-03-30 Jakob Stoklund OlesenCompress register lists by sharing suffixes.
2012-03-30 Jakob Stoklund OlesenAdd a SequenceToOffsetTable to TableGen.
2012-03-29 Jakob Stoklund OlesenAdd more constness to CodeGenRegisters.
2012-03-28 Jakob Stoklund OlesenSpill DPair registers, not just QPR.
2012-03-26 Chris Lattnerfix a failure path to print the right thing, part of...
2012-03-26 Benjamin KramerTableGen: Don't emit the llvm intrinsic -> gcc builtin...
2012-03-25 Eli BenderskyFix lit failure on cmake-clang-x64_64-linux bot, appare...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-23 Benjamin KramerInclude cstdio in a few place that depended on getting...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-21 Nico WeberAdd a ${pathsep} variable to lit that expands to :...
2012-03-21 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased(...
2012-03-20 Evan ChengReserve number of MI operands to accom,odate complex...
2012-03-16 Francois PichetRevert r152915. Chapuni's WinWaitReleased refactoring...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Check all opened_files[...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased().
2012-03-16 Craig TopperMore const-correcting of FixedLenDecoderEmitter.
2012-03-16 Craig TopperConst-correct the FixedLenDecoderEmitter. Pass a few...
2012-03-16 Craig TopperSpacing fixes. Mostly aligning arguments that spilled...
2012-03-16 Craig TopperRemove unused field NumVariable from Filter class....
2012-03-15 Jakob Stoklund OlesenMake MnemonicTable const again. That part of r152202...
2012-03-15 Jakob Stoklund OlesenDon't assume all mnemonics fit in 64k.
2012-03-15 Jakob Stoklund OlesenRevert r152202: "Use uint16_t to store InstrNameIndices...
2012-03-15 Jakob Stoklund OlesenRevert r152105: "Use uint16_t to store indices into...
2012-03-13 Craig TopperRemove unused field from FixedLenDecoderEmitter. Move...
2012-03-13 NAKAMURA Takumilit: Pass %INCLUDE% to tests on Win32. clang may expect...
2012-03-12 Benjamin KramerDFAPacketizerEmitter: Prune includes.
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperShrink and reorder some fields in MCOperandInfo to...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
2012-03-09 NAKAMURA TakumiTableGen/CodeEmitterGen.cpp: Fix an expression of gener...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-08 Craig TopperRe-commit r152202 hopefully fixing the MSVC linker...
2012-03-07 Chad RosierRevert r152202 as it's causing internal buildbot failures.
2012-03-07 Craig TopperUse uint16_t to store InstrNameIndices in MCInstrInfo...
2012-03-06 Jim GrosbachARM more NEON VLD/VST composite physical register refac...
2012-03-06 Jim GrosbachARM refactor more NEON VLD/VST instructions to use...
next