2008-07-21 |
Bill Wendling | Temporary hack to build with GCC 4.0 instead of 4.2. |
tree | commitdiff |
2008-07-17 |
Dan Gohman | Add a new function, ReplaceAllUsesOfValuesWith, which... |
tree | commitdiff |
2008-07-11 |
Bill Wendling | Porting r53478 into mainline: |
tree | commitdiff |
2008-07-07 |
Evan Cheng | TargetRegisterDesc::Name field is the same as the abstr... |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Refactor the tablegen DAGISelEmitter code for outputing... |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2008-07-03 |
Evan Cheng | isel load folding is disabled at -fast. Now hoist the... |
tree | commitdiff |
2008-07-02 |
Dan Gohman | Replace a few uses of SelectionDAG::getTargetNode with |
tree | commitdiff |
2008-07-01 |
Owen Anderson | Make the subregister hashtable output more readable... |
tree | commitdiff |
2008-07-01 |
Owen Anderson | Use delete[] instead of free on an array created with... |
tree | commitdiff |
2008-07-01 |
Owen Anderson | Implement suggestions from Chris: |
tree | commitdiff |
2008-07-01 |
Owen Anderson | Replace the dynamically computed std::set lookup method... |
tree | commitdiff |
2008-07-01 |
Dan Gohman | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL... |
tree | commitdiff |
2008-06-30 |
Evan Cheng | Eliminate TargetRegisterDesc::ImmSubRegs. It's no longe... |
tree | commitdiff |
2008-06-30 |
Chris Lattner | check in anton's patch to make inlining happen in a... |
tree | commitdiff |
2008-06-26 |
Dale Johannesen | Fixes the last x86-64 test failure in compat.exp: |
tree | commitdiff |
2008-06-25 |
Mon P Wang | Added MemOperands to Atomic operations since Atomics... |
tree | commitdiff |
2008-06-24 |
Chris Lattner | Add support for building on solaris, working around... |
tree | commitdiff |
2008-06-23 |
Bill Wendling | Extract the x86_64 part for the executables. |
tree | commitdiff |
2008-06-16 |
Evan Cheng | - Add "Commutative" property to intrinsics. This allows... |
tree | commitdiff |
2008-06-10 |
Matthijs Kooijman | Remove some debug output from tblgen. This fixes a... |
tree | commitdiff |
2008-06-09 |
Dan Gohman | AsmParser support for immediate constant aggregate... |
tree | commitdiff |
2008-06-06 |
Duncan Sands | Wrap MVT::ValueType in a struct to get type safety |
tree | commitdiff |
2008-06-05 |
Nick Lewycky | Escape "$#". |
tree | commitdiff |
2008-06-04 |
Chris Lattner | Add #includes required by GCC 4.3, thanks for Zhongxing Xu |
tree | commitdiff |
2008-06-02 |
Dan Gohman | Update the polygen grammer for the new insertvalue... |
tree | commitdiff |
2008-06-02 |
Dan Gohman | Fix the position of MemOperands in nodes that use varia... |
tree | commitdiff |
2008-06-01 |
Anton Korobeynikov | Initialize members properly during construction |
tree | commitdiff |
2008-05-31 |
Mikhail Glushenkov | Callback was not executed on OS X when it was a function. |
tree | commitdiff |
2008-05-31 |
Dan Gohman | Teach the DAGISelEmitter to not compute the variable_op... |
tree | commitdiff |
2008-05-30 |
Evan Cheng | Revert 51775. |
tree | commitdiff |
2008-05-30 |
Evan Cheng | Patches for building llvm on Solaris x86. Contributed... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Add a check for side effect-free options (specified... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Refactoring: remove code duplication introduced in... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Refactoring: split CollectProperties into two separate... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | New feature: OptionList. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | A small optimization: use static char* array instead... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Make it possible to test if the '-o' option is provided. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Fix: 'sink' handling was broken. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Add support for option aliases. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Allow nesting of case expressions. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Small error message improvement. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Remove RequireDefault parameter from EmitCaseConstructH... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Fix some headers. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | New tests for the 'case' expression: not_empty, in_lang... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Make it possible to have multiple input languages for... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Better error reporting for the 'case' construct. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Do not generate empty 'if's for the output_suffix property. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Make it possible to use hooks like this: '$CALL(MyHook... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Make it possible to change the output file suffix based... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Add support for user-provided hooks and environment... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Some small tweaks to make the generated code prettier. |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Make it possible to use the generalised 'case' construc... |
tree | commitdiff |
2008-05-30 |
Mikhail Glushenkov | Add a generalised 'case' construct. |
tree | commitdiff |
2008-05-29 |
Dan Gohman | Add patterns for CALL32m and CALL64m. They aren't match... |
tree | commitdiff |
2008-05-29 |
Dan Gohman | Fix a tblgen problem handling variable_ops in tblgen... |
tree | commitdiff |
2008-05-28 |
Bill Wendling | Add a flag to indicate that an instruction is as cheap... |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Fix the spelling of the va_arg keyword. |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add... |
tree | commitdiff |
2008-05-22 |
Dan Gohman | Add a polygen grammar definition for LLVM assembly... |
tree | commitdiff |
2008-05-14 |
Roman Levenstein | Do not generate by TableGen the hard-coded standard... |
tree | commitdiff |
2008-05-12 |
Mikhail Glushenkov | Filter option names to escape symbols not allowed as... |
tree | commitdiff |
2008-05-09 |
Mikhail Glushenkov | Reapply 50867: A small refactoring (extract method... |
tree | commitdiff |
2008-05-08 |
Tanya Lattner | Revertin 50867 since it was breaking the build. |
tree | commitdiff |
2008-05-08 |
Mikhail Glushenkov | A small refactoring (extract method) + some comment... |
tree | commitdiff |
2008-05-07 |
Mikhail Glushenkov | Use Doxygen-style comments. |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Change from llvm::SmallSet<std::string> to llvm::String... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Add new edge property combinator: weight. |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Use edge weights to choose the right linker based on... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Add weights to graph edges. Choose between edges based... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Remove the UnpackValues() function. |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Add a --linker command-line option, make all tests... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Rename LLVMCCConfigurationEmitter to LLVMCConfiguration... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Add output redirection, rename namespace llvmcc to... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Small output formatting fix. |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Add inward edge counters to Nodes; Associate JoinLists... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Return const char* instead of std::string in Tool classes |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Refactoring: extract method. |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Add new edge properties: parameter_equals, element_in_l... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Implemented switch_on edge property. |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | More work on edge properties. Use Edge classes instead... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Ongoing work: add an edge typechecker, rudimentary... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Convert internal representation to use DAG. This gives... |
tree | commitdiff |
2008-05-06 |
Mikhail Glushenkov | Code reorg |
tree | commitdiff |
2008-05-06 |
Bill Wendling | Remove tar ball from installed directory. |
tree | commitdiff |
2008-04-27 |
Bill Wendling | Added support for: |
tree | commitdiff |
2008-04-15 |
Bill Wendling | Apple GCC 4.2 builds things differently. It no longer... |
tree | commitdiff |
2008-04-15 |
Chuck Rose III | VisualStudio project files updated. #include <algorith... |
tree | commitdiff |
2008-04-15 |
Evan Cheng | Sort sub-registers and super-registers lists according... |
tree | commitdiff |
2008-04-15 |
Bill Wendling | Install into the directory |
tree | commitdiff |
2008-04-11 |
Devang Patel | Change llvm tools install location. |
tree | commitdiff |
2008-04-10 |
Chris Lattner | produce an error on invalid input instead of asserting: |
tree | commitdiff |
2008-04-09 |
Nate Begeman | Fix a bug where an incorrect bit mask would be generate... |
tree | commitdiff |
2008-04-06 |
Chris Lattner | Fix generation of multi-stage instruction itineraries... |
tree | commitdiff |
2008-04-03 |
Dan Gohman | Move instruction flag inference out of InstrInfoEmitter... |
tree | commitdiff |
2008-04-02 |
Anton Korobeynikov | Add new CC lowering rule: provide a list of registers... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | Change the MemoryBuffer::getFile* methods to take just... |
tree | commitdiff |
2008-03-28 |
Bill Wendling | Simplify the conversion from "0x" numbers to a single... |
tree | commitdiff |
2008-03-27 |
Mikhail Glushenkov | Fix build breakage on Windows with GCC 4.3. References... |
tree | commitdiff |
next |