| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhancements for --view-graph | Mikhail Glushenkov | 2008-05-06 | 1 | -7/+21 |
* | Split the Build function into two parts. | Mikhail Glushenkov | 2008-05-06 | 2 | -43/+65 |
* | Make llvmc return 1 when the compilation fails. | Mikhail Glushenkov | 2008-05-06 | 1 | -0/+1 |
* | First small tests for llvmc2. | Mikhail Glushenkov | 2008-05-06 | 4 | -0/+34 |
* | Return const char* instead of std::string in Tool classes | Mikhail Glushenkov | 2008-05-06 | 2 | -8/+8 |
* | Add an ability to choose between different edges based on edge properties. | Mikhail Glushenkov | 2008-05-06 | 4 | -14/+42 |
* | 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 | 4 | -28/+80 |
* | Implemented switch_on edge property. | Mikhail Glushenkov | 2008-05-06 | 2 | -16/+54 |
* | Cosmetic change: if( -> if ( | Mikhail Glushenkov | 2008-05-06 | 1 | -5/+5 |
* | Remove ExampleWithOpt.td: this file was merged with Example.td. | Mikhail Glushenkov | 2008-05-06 | 1 | -30/+0 |
* | More work on edge properties. Use Edge classes instead of strings in Compilat... | Mikhail Glushenkov | 2008-05-06 | 6 | -48/+69 |
* | Ongoing work: add an edge typechecker, rudimentary support for edge properties. | Mikhail Glushenkov | 2008-05-06 | 5 | -104/+205 |
* | Convert internal representation to use DAG. This gives us more flexibility an... | Mikhail Glushenkov | 2008-05-06 | 7 | -80/+405 |
* | Small const-correctness fix | Mikhail Glushenkov | 2008-05-06 | 2 | -2/+2 |
* | Code reorg | Mikhail Glushenkov | 2008-05-06 | 13 | -157/+190 |
* | Testcase for PR2292. | Duncan Sands | 2008-05-06 | 1 | -0/+4 |
* | Remove tar ball from installed directory. | Bill Wendling | 2008-05-06 | 1 | -0/+5 |
* | Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux. | Evan Cheng | 2008-05-06 | 1 | -3/+3 |
* | Fix typo. | Devang Patel | 2008-05-06 | 1 | -1/+1 |
* | Fix typo and indentation. | Nick Lewycky | 2008-05-06 | 1 | -2/+2 |
* | Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with | Nick Lewycky | 2008-05-06 | 1 | -1/+1 |
* | fix typo Duncan noticed | Chris Lattner | 2008-05-06 | 1 | -1/+1 |
* | Match things like 'armv5tejl-unknown-linux-gnu' for PR2290 | Chris Lattner | 2008-05-06 | 1 | -1/+2 |
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 17 | -34/+36 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 32 | -92/+2 |
* | Instead of enumerating each opcode that isn't handled that | Dan Gohman | 2008-05-06 | 1 | -11/+1 |
* | Correct the value of LowBits in srem and urem handling in | Dan Gohman | 2008-05-06 | 3 | -9/+18 |
* | Fix a broken doxygen comment, and reword it for clarity. | Dan Gohman | 2008-05-06 | 2 | -6/+6 |
* | Enable dead loop elimination. | Owen Anderson | 2008-05-05 | 1 | -0/+1 |
* | add a micro optzn. | Chris Lattner | 2008-05-05 | 1 | -0/+18 |
* | Improved generated code for atomic operators | Mon P Wang | 2008-05-05 | 1 | -16/+16 |
* | Code clean up. No functionality change. | Evan Cheng | 2008-05-05 | 1 | -20/+21 |
* | Fix: Some classes were derived from a class in an anonymous namespace, but they | Bill Wendling | 2008-05-05 | 1 | -0/+2 |
* | Using "unsigned" was masking the "size_t" version of this method. | Bill Wendling | 2008-05-05 | 1 | -1/+1 |
* | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner | 2008-05-05 | 2 | -4/+44 |
* | Remove unused function. | Devang Patel | 2008-05-05 | 1 | -3/+0 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 15 | -64/+597 |
* | Fix IsLinux being uninitialized on non-Linux targets. | Dan Gohman | 2008-05-05 | 1 | -0/+1 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 55 | -186/+225 |
* | no need for eh info | Chris Lattner | 2008-05-05 | 1 | -1/+1 |
* | Fix 80 column violations. | Evan Cheng | 2008-05-05 | 1 | -25/+46 |
* | Fix 80col violation | Anton Korobeynikov | 2008-05-05 | 1 | -1/+1 |
* | Fix a bug in the ELF writer that caused it to produce malformed | Dan Gohman | 2008-05-05 | 1 | -1/+1 |
* | Use a dedicated IsLinux flag instead of an ELFLinux TargetType. | Dan Gohman | 2008-05-05 | 3 | -10/+15 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 7 | -4/+36 |
* | Add General Dynamic TLS model for X86-64. Some parts looks really ugly (look ... | Anton Korobeynikov | 2008-05-04 | 4 | -16/+62 |
* | Fix PR1098 by correcting the postdominators analysis. | Owen Anderson | 2008-05-04 | 4 | -29/+30 |
* | remove obsolete method. | Chris Lattner | 2008-05-04 | 1 | -3/+0 |
* | regenerate | Chris Lattner | 2008-05-04 | 2 | -1466/+1432 |