| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the spelling of the va_arg keyword. | Dan Gohman | 2008-05-23 | 1 | -1/+1 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -2/+6 |
* | Add a polygen grammar definition for LLVM assembly language. | Dan Gohman | 2008-05-22 | 1 | -0/+376 |
* | Do not generate by TableGen the hard-coded standard, target-independent part of | Roman Levenstein | 2008-05-14 | 1 | -140/+3 |
* | Filter option names to escape symbols not allowed as C++ identifiers. | Mikhail Glushenkov | 2008-05-12 | 1 | -5/+22 |
* | Reapply 50867: A small refactoring (extract method) + some comment fixes. | Mikhail Glushenkov | 2008-05-09 | 1 | -54/+64 |
* | Revertin 50867 since it was breaking the build. | Tanya Lattner | 2008-05-08 | 1 | -62/+52 |
* | A small refactoring (extract method) + some comment fixes. | Mikhail Glushenkov | 2008-05-08 | 1 | -52/+62 |
* | Use Doxygen-style comments. | Mikhail Glushenkov | 2008-05-07 | 2 | -63/+84 |
* | Change from llvm::SmallSet<std::string> to llvm::StringMap<char>. | Mikhail Glushenkov | 2008-05-06 | 1 | -2/+1 |
* | Add new edge property combinator: weight. | Mikhail Glushenkov | 2008-05-06 | 1 | -55/+85 |
* | Use edge weights to choose the right linker based on input language names. | Mikhail Glushenkov | 2008-05-06 | 1 | -25/+49 |
* | Add weights to graph edges. Choose between edges based on their weight. | Mikhail Glushenkov | 2008-05-06 | 1 | -14/+9 |
* | Remove the UnpackValues() function. | Mikhail Glushenkov | 2008-05-06 | 1 | -3/+3 |
* | Add a --linker command-line option, make all tests pass. | Mikhail Glushenkov | 2008-05-06 | 1 | -5/+6 |
* | Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter. | Mikhail Glushenkov | 2008-05-06 | 3 | -13/+13 |
* | Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitter | Mikhail Glushenkov | 2008-05-06 | 3 | -6/+6 |
* | Add output redirection, rename namespace llvmcc to namespace llvmc. | Mikhail Glushenkov | 2008-05-06 | 1 | -5/+5 |
* | Small output formatting fix. | Mikhail Glushenkov | 2008-05-06 | 1 | -1/+1 |
* | Add inward edge counters to Nodes; Associate JoinLists with JoinTools. | Mikhail Glushenkov | 2008-05-06 | 1 | -2/+6 |
* | Return const char* instead of std::string in Tool classes | Mikhail Glushenkov | 2008-05-06 | 1 | -4/+4 |
* | Refactoring: extract method. | Mikhail Glushenkov | 2008-05-06 | 1 | -38/+58 |
* | Add new edge properties: parameter_equals, element_in_list, and. | Mikhail Glushenkov | 2008-05-06 | 1 | -22/+71 |
* | Implemented switch_on edge property. | Mikhail Glushenkov | 2008-05-06 | 1 | -16/+53 |
* | More work on edge properties. Use Edge classes instead of strings in Compilat... | Mikhail Glushenkov | 2008-05-06 | 1 | -8/+32 |
* | Ongoing work: add an edge typechecker, rudimentary support for edge properties. | Mikhail Glushenkov | 2008-05-06 | 1 | -27/+72 |
* | Convert internal representation to use DAG. This gives us more flexibility an... | Mikhail Glushenkov | 2008-05-06 | 1 | -27/+39 |
* | Code reorg | Mikhail Glushenkov | 2008-05-06 | 1 | -2/+2 |
* | Remove tar ball from installed directory. | Bill Wendling | 2008-05-06 | 1 | -0/+5 |
* | Added support for: | Bill Wendling | 2008-04-27 | 1 | -7/+20 |
* | Apple GCC 4.2 builds things differently. It no longer spawns a bunch of | Bill Wendling | 2008-04-15 | 1 | -4/+33 |
* | VisualStudio project files updated. #include <algorithm> added to make Visua... | Chuck Rose III | 2008-04-15 | 1 | -0/+1 |
* | Sort sub-registers and super-registers lists according to super-sub register ... | Evan Cheng | 2008-04-15 | 1 | -2/+27 |
* | Install into the directory | Bill Wendling | 2008-04-15 | 1 | -2/+4 |
* | Change llvm tools install location. | Devang Patel | 2008-04-11 | 1 | -8/+8 |
* | produce an error on invalid input instead of asserting: | Chris Lattner | 2008-04-10 | 1 | -0/+5 |
* | Fix a bug where an incorrect bit mask would be generated if a target's last asm | Nate Begeman | 2008-04-09 | 1 | -1/+1 |
* | Fix generation of multi-stage instruction itineraries. Patch by | Chris Lattner | 2008-04-06 | 1 | -2/+5 |
* | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman | 2008-04-03 | 8 | -152/+163 |
* | Add new CC lowering rule: provide a list of registers, which can be 'shadowed', | Anton Korobeynikov | 2008-04-02 | 1 | -0/+42 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 2 | -4/+3 |
* | Simplify the conversion from "0x" numbers to a single digit number. | Bill Wendling | 2008-03-28 | 1 | -17/+1 |
* | Fix build breakage on Windows with GCC 4.3. References bug #2176. | Mikhail Glushenkov | 2008-03-27 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 3 | -11/+12 |
* | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -3/+3 |
* | Add first proof-of-concept universal compiler driver framework based | Anton Korobeynikov | 2008-03-23 | 3 | -1/+973 |
* | Don't strip things when we're doing a debug build. | Bill Wendling | 2008-03-22 | 1 | -3/+5 |
* | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 1 | -4/+4 |
* | detabify llvm, patch by Mike Stump! | Chris Lattner | 2008-03-20 | 1 | -3/+3 |
* | Add support for escaping {} in asm strings, based on patch from Nick Burns. | Nate Begeman | 2008-03-17 | 1 | -1/+18 |