test commit access
[oota-llvm.git] / utils /
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-11 Bill WendlingPorting r53478 into mainline:
2008-07-07 Evan ChengTargetRegisterDesc::Name field is the same as the abstr...
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-03 Evan Chengisel load folding is disabled at -fast. Now hoist the...
2008-07-02 Dan GohmanReplace a few uses of SelectionDAG::getTargetNode with
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Owen AndersonUse delete[] instead of free on an array created with...
2008-07-01 Owen AndersonImplement suggestions from Chris:
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Evan ChengEliminate TargetRegisterDesc::ImmSubRegs. It's no longe...
2008-06-30 Chris Lattnercheck in anton's patch to make inlining happen in a...
2008-06-26 Dale JohannesenFixes the last x86-64 test failure in compat.exp:
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-24 Chris LattnerAdd support for building on solaris, working around...
2008-06-23 Bill WendlingExtract the x86_64 part for the executables.
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-10 Matthijs KooijmanRemove some debug output from tblgen. This fixes a...
2008-06-09 Dan GohmanAsmParser support for immediate constant aggregate...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-05 Nick LewyckyEscape "$#".
2008-06-04 Chris LattnerAdd #includes required by GCC 4.3, thanks for Zhongxing Xu
2008-06-02 Dan GohmanUpdate the polygen grammer for the new insertvalue...
2008-06-02 Dan GohmanFix the position of MemOperands in nodes that use varia...
2008-06-01 Anton KorobeynikovInitialize members properly during construction
2008-05-31 Mikhail GlushenkovCallback was not executed on OS X when it was a function.
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-30 Mikhail GlushenkovAdd a check for side effect-free options (specified...
2008-05-30 Mikhail GlushenkovRefactoring: remove code duplication introduced in...
2008-05-30 Mikhail GlushenkovRefactoring: split CollectProperties into two separate...
2008-05-30 Mikhail GlushenkovNew feature: OptionList.
2008-05-30 Mikhail GlushenkovA small optimization: use static char* array instead...
2008-05-30 Mikhail GlushenkovMake it possible to test if the '-o' option is provided.
2008-05-30 Mikhail GlushenkovFix: 'sink' handling was broken.
2008-05-30 Mikhail GlushenkovAdd support for option aliases.
2008-05-30 Mikhail GlushenkovAllow nesting of case expressions.
2008-05-30 Mikhail GlushenkovSmall error message improvement.
2008-05-30 Mikhail GlushenkovRemove RequireDefault parameter from EmitCaseConstructH...
2008-05-30 Mikhail GlushenkovFix some headers.
2008-05-30 Mikhail GlushenkovNew tests for the 'case' expression: not_empty, in_lang...
2008-05-30 Mikhail GlushenkovMake it possible to have multiple input languages for...
2008-05-30 Mikhail GlushenkovBetter error reporting for the 'case' construct.
2008-05-30 Mikhail GlushenkovDo not generate empty 'if's for the output_suffix property.
2008-05-30 Mikhail GlushenkovMake it possible to use hooks like this: '$CALL(MyHook...
2008-05-30 Mikhail GlushenkovMake it possible to change the output file suffix based...
2008-05-30 Mikhail GlushenkovAdd support for user-provided hooks and environment...
2008-05-30 Mikhail GlushenkovSome small tweaks to make the generated code prettier.
2008-05-30 Mikhail GlushenkovMake it possible to use the generalised 'case' construc...
2008-05-30 Mikhail GlushenkovAdd a generalised 'case' construct.
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-05-23 Dan GohmanFix the spelling of the va_arg keyword.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-22 Dan GohmanAdd a polygen grammar definition for LLVM assembly...
2008-05-14 Roman LevensteinDo not generate by TableGen the hard-coded standard...
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-09 Mikhail GlushenkovReapply 50867: A small refactoring (extract method...
2008-05-08 Tanya LattnerRevertin 50867 since it was breaking the build.
2008-05-08 Mikhail GlushenkovA small refactoring (extract method) + some comment...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Mikhail GlushenkovChange from llvm::SmallSet<std::string> to llvm::String...
2008-05-06 Mikhail GlushenkovAdd new edge property combinator: weight.
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd weights to graph edges. Choose between edges based...
2008-05-06 Mikhail GlushenkovRemove the UnpackValues() function.
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovRename LLVMCCConfigurationEmitter to LLVMCConfiguration...
2008-05-06 Mikhail GlushenkovAdd output redirection, rename namespace llvmcc to...
2008-05-06 Mikhail GlushenkovSmall output formatting fix.
2008-05-06 Mikhail GlushenkovAdd inward edge counters to Nodes; Associate JoinLists...
2008-05-06 Mikhail GlushenkovReturn const char* instead of std::string in Tool classes
2008-05-06 Mikhail GlushenkovRefactoring: extract method.
2008-05-06 Mikhail GlushenkovAdd new edge properties: parameter_equals, element_in_l...
2008-05-06 Mikhail GlushenkovImplemented switch_on edge property.
2008-05-06 Mikhail GlushenkovMore work on edge properties. Use Edge classes instead...
2008-05-06 Mikhail GlushenkovOngoing work: add an edge typechecker, rudimentary...
2008-05-06 Mikhail GlushenkovConvert internal representation to use DAG. This gives...
2008-05-06 Mikhail GlushenkovCode reorg
2008-05-06 Bill WendlingRemove tar ball from installed directory.
2008-04-27 Bill WendlingAdded support for:
2008-04-15 Bill WendlingApple GCC 4.2 builds things differently. It no longer...
2008-04-15 Chuck Rose IIIVisualStudio project files updated. #include <algorith...
2008-04-15 Evan ChengSort sub-registers and super-registers lists according...
2008-04-15 Bill WendlingInstall into the directory
2008-04-11 Devang PatelChange llvm tools install location.
2008-04-10 Chris Lattnerproduce an error on invalid input instead of asserting:
2008-04-09 Nate BegemanFix a bug where an incorrect bit mask would be generate...
2008-04-06 Chris LattnerFix generation of multi-stage instruction itineraries...
2008-04-03 Dan GohmanMove instruction flag inference out of InstrInfoEmitter...
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-28 Bill WendlingSimplify the conversion from "0x" numbers to a single...
2008-03-27 Mikhail GlushenkovFix build breakage on Windows with GCC 4.3. References...
2008-03-25 Dan GohmanAdd explicit keywords.
next