summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* fit in 80 colsChris Lattner2009-06-26
* Escape the name of the module since it comes from the file name and may includeNick Lewycky2009-06-26
* Let's ignore MDStrings also!Devang Patel2009-06-26
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-06-26
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-26
* Fix unused variable warnings.Daniel Dunbar2009-06-26
* Fix error in the Win32 implementation pointed out by Howard Su.Owen Anderson2009-06-26
* start adding logic in isel to determine asm printer semantics, step N of M.Chris Lattner2009-06-26
* Change this code to a form about which VC++ reportedly isn't unhappy.Dan Gohman2009-06-26
* Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman2009-06-26
* Add a note about commuting conditional move.Evan Cheng2009-06-26
* Minor code simplification.Dan Gohman2009-06-26
* These are done / no longer applicable.Evan Cheng2009-06-26
* Mark a bunch of instructions commutable.Evan Cheng2009-06-26
* tst is also commutable.Evan Cheng2009-06-26
* Committed the wrong version in my last commit.Owen Anderson2009-06-26
* Privatize a static variable.Owen Anderson2009-06-26
* Guards for the compiler driver plugin list.Owen Anderson2009-06-26
* Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...Evan Cheng2009-06-25
* Support thread-local pretty stack traces.Owen Anderson2009-06-25
* Add support for const thread locals.Owen Anderson2009-06-25
* Fix typo in assertion.Owen Anderson2009-06-25
* Use MVN for ~t2_so_imm immediates.David Goodwin2009-06-25
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-25
* Add Def/Use of CPSR for Thumb-1 instructions.David Goodwin2009-06-25
* Simplify.Devang Patel2009-06-25
* Unbreak mingw build. Patch by Viktor Kutuzov.Evan Cheng2009-06-25
* Update cmake build files.Owen Anderson2009-06-25
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-25
* add targetflags to jump tables and constant pool entries.Chris Lattner2009-06-25
* allow setting target operand flags on TargetGlobalAddress nodes.Chris Lattner2009-06-25
* MC: Truncate values when printing, to keep 'as' happy.Daniel Dunbar2009-06-25
* ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...Evan Cheng2009-06-25
* start bringing targetoperand flags into isel, first up, ExternalSymbol.Chris Lattner2009-06-25
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-25
* Privatize this map.Owen Anderson2009-06-25
* Guard dynamic library loading.Owen Anderson2009-06-25
* Added floating point conditional operations support via libcalls.Sanjiv Gupta2009-06-25
* simplify shouldPrintPLTChris Lattner2009-06-25
* Test commitDavid Goodwin2009-06-25
* Use target-specific machine operand flags to eliminate a gross hackChris Lattner2009-06-25
* just eliminate the code entirely!Chris Lattner2009-06-25
* Provide guards for this shared structure. I'm not sure this actually needsOwen Anderson2009-06-25
* Privatize some more debug-related static data.Owen Anderson2009-06-25
* Use a more correct atomic increment style. This isn't really necessary inOwen Anderson2009-06-25
* Revert 74164. We'll want to use this method later.Bob Wilson2009-06-25
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-25
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-25
* Remove unused hasV6T2Ops method. We already have a separate feature toBob Wilson2009-06-25
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-25