| Commit message (Expand) | Author | Age | Files | Lines |
* | fit in 80 cols | Chris Lattner | 2009-06-26 | 1 | -5/+4 |
* | Escape the name of the module since it comes from the file name and may include | Nick Lewycky | 2009-06-26 | 1 | -2/+6 |
* | NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function. | Daniel Dunbar | 2009-06-26 | 1 | -45/+30 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 9 | -9/+11 |
* | Remove unnecessary includes. | Devang Patel | 2009-06-26 | 1 | -2/+0 |
* | Fix may-be-used-uninitialized warning. | Daniel Dunbar | 2009-06-26 | 1 | -1/+1 |
* | NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. | Daniel Dunbar | 2009-06-26 | 1 | -19/+47 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 6 | -238/+95 |
* | Fix unused variable warnings. | Daniel Dunbar | 2009-06-26 | 1 | -0/+3 |
* | Fix spelling of 'count' | Daniel Dunbar | 2009-06-26 | 1 | -1/+1 |
* | Fix error in the Win32 implementation pointed out by Howard Su. | Owen Anderson | 2009-06-26 | 1 | -1/+1 |
* | start adding logic in isel to determine asm printer semantics, step N of M. | Chris Lattner | 2009-06-26 | 2 | -8/+29 |
* | Change this code to a form about which VC++ reportedly isn't unhappy. | Dan Gohman | 2009-06-26 | 1 | -1/+2 |
* | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman | 2009-06-26 | 2 | -2/+154 |
* | Add a note about commuting conditional move. | Evan Cheng | 2009-06-26 | 1 | -0/+2 |
* | Minor code simplification. | Dan Gohman | 2009-06-26 | 1 | -7/+3 |
* | These are done / no longer applicable. | Evan Cheng | 2009-06-26 | 1 | -47/+3 |
* | Mark a bunch of instructions commutable. | Evan Cheng | 2009-06-26 | 2 | -37/+62 |
* | tst is also commutable. | Evan Cheng | 2009-06-26 | 1 | -1/+1 |
* | Committed the wrong version in my last commit. | Owen Anderson | 2009-06-26 | 2 | -4/+2 |
* | Privatize a static variable. | Owen Anderson | 2009-06-26 | 1 | -0/+3 |
* | Guards for the compiler driver plugin list. | Owen Anderson | 2009-06-26 | 1 | -1/+7 |
* | Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b... | Evan Cheng | 2009-06-25 | 4 | -49/+120 |
* | Support thread-local pretty stack traces. | Owen Anderson | 2009-06-25 | 1 | -7/+8 |
* | Add support for const thread locals. | Owen Anderson | 2009-06-25 | 3 | -8/+8 |
* | Fix typo in assertion. | Owen Anderson | 2009-06-25 | 1 | -1/+1 |
* | Use MVN for ~t2_so_imm immediates. | David Goodwin | 2009-06-25 | 2 | -0/+30 |
* | Add a configure test for pthread_getspecific, and use it when building Thread... | Owen Anderson | 2009-06-25 | 4 | -1/+110 |
* | Add Def/Use of CPSR for Thumb-1 instructions. | David Goodwin | 2009-06-25 | 1 | -41/+103 |
* | MC: Parse .org directives. | Daniel Dunbar | 2009-06-25 | 3 | -1/+42 |
* | Simplify. | Devang Patel | 2009-06-25 | 4 | -22/+12 |
* | Unbreak mingw build. Patch by Viktor Kutuzov. | Evan Cheng | 2009-06-25 | 1 | -1/+1 |
* | Don't grep the -debug output. This isn't the way to test changes. | Bill Wendling | 2009-06-25 | 1 | -1/+0 |
* | Update cmake build files. | Owen Anderson | 2009-06-25 | 1 | -0/+1 |
* | Add a class for supporting platform independent thread-local storage. | Owen Anderson | 2009-06-25 | 4 | -0/+192 |
* | MC: Parse .set and assignments. | Daniel Dunbar | 2009-06-25 | 6 | -3/+69 |
* | down with unwind info :) | Chris Lattner | 2009-06-25 | 1 | -1/+1 |
* | add targetflags to jump tables and constant pool entries. | Chris Lattner | 2009-06-25 | 3 | -37/+49 |
* | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner | 2009-06-25 | 3 | -10/+27 |
* | MC: Truncate values when printing, to keep 'as' happy. | Daniel Dunbar | 2009-06-25 | 1 | -3/+13 |
* | ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S... | Evan Cheng | 2009-06-25 | 4 | -80/+108 |
* | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner | 2009-06-25 | 3 | -12/+22 |
* | Better error message. | Mikhail Glushenkov | 2009-06-25 | 1 | -3/+5 |
* | Regenerate. | Mikhail Glushenkov | 2009-06-25 | 1 | -2/+5 |
* | Update documentation. | Mikhail Glushenkov | 2009-06-25 | 2 | -5/+11 |
* | Make -save-temps behave like in GCC 4.5. | Mikhail Glushenkov | 2009-06-25 | 5 | -22/+77 |
* | Privatize this map. | Owen Anderson | 2009-06-25 | 2 | -6/+5 |
* | Guard dynamic library loading. | Owen Anderson | 2009-06-25 | 2 | -13/+36 |
* | Added floating point conditional operations support via libcalls. | Sanjiv Gupta | 2009-06-25 | 1 | -0/+29 |
* | simplify shouldPrintPLT | Chris Lattner | 2009-06-25 | 1 | -4/+8 |