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