aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2008-05-09Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov
2008-05-08Revertin 50867 since it was breaking the build.Tanya Lattner
2008-05-08A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov
2008-05-07Use Doxygen-style comments.Mikhail Glushenkov
2008-05-06Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov
2008-05-06Add new edge property combinator: weight.Mikhail Glushenkov
2008-05-06Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov
2008-05-06Add weights to graph edges. Choose between edges based on their weight.Mikhail Glushenkov
2008-05-06Remove the UnpackValues() function.Mikhail Glushenkov
2008-05-06Add a --linker command-line option, make all tests pass.Mikhail Glushenkov
2008-05-06Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.Mikhail Glushenkov
2008-05-06Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitterMikhail Glushenkov
2008-05-06Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov
2008-05-06Small output formatting fix.Mikhail Glushenkov
2008-05-06Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov
2008-05-06Return const char* instead of std::string in Tool classesMikhail Glushenkov
2008-05-06Refactoring: extract method.Mikhail Glushenkov
2008-05-06Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov
2008-05-06Implemented switch_on edge property.Mikhail Glushenkov
2008-05-06More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov
2008-05-06Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov
2008-05-06Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov
2008-05-06Code reorgMikhail Glushenkov
2008-04-15VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III
2008-04-15Sort sub-registers and super-registers lists according to super-sub register ...Evan Cheng
2008-04-10produce an error on invalid input instead of asserting:Chris Lattner
2008-04-09Fix a bug where an incorrect bit mask would be generated if a target's last asmNate Begeman
2008-04-06Fix generation of multi-stage instruction itineraries. Patch byChris Lattner
2008-04-03Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman
2008-04-02Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-03-27Fix build breakage on Windows with GCC 4.3. References bug #2176.Mikhail Glushenkov
2008-03-25Add explicit keywords.Dan Gohman
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2008-03-23Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov
2008-03-21Introduce a new node for holding call argumentDuncan Sands
2008-03-20detabify llvm, patch by Mike Stump!Chris Lattner
2008-03-17Add support for escaping {} in asm strings, based on patch from Nick Burns.Nate Begeman
2008-03-16Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb
2008-03-15Remove isImplicitDef TargetInstrDesc flag.Evan Cheng
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-03-13Get rid of a pseudo instruction and replace it with subreg based operation on...Christopher Lamb
2008-03-11Recommitting changes after more testing. These appear to cause no problems.Christopher Lamb
2008-03-11emit an ID # for each regclass ID. Chris doesn't like to have to count.Chris Lattner
2008-03-10Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng
2008-03-10Revert accidentally committed local changes.Christopher Lamb
2008-03-10Add support in TableGen for unknown operands that infer their type from the p...Christopher Lamb
2008-03-10Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen
2008-03-05This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel
2008-02-26Rename PrintableName to Name.Bill Wendling