aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fix a really subtle bug in the cross section of aliases and TLS:Chris Lattner2009-06-261-9/+3
* Thumb-2 has CLZ.David Goodwin2009-06-261-1/+1
* Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc".David Goodwin2009-06-261-3/+3
* Get rid of these cache variables, which are a holdover from the days whenOwen Anderson2009-06-261-41/+28
* Make this const.Owen Anderson2009-06-261-1/+1
* minor cleanup/framework changes.Chris Lattner2009-06-261-3/+11
* Privatize some variables.Owen Anderson2009-06-261-5/+4
* move magic for PIC constantpool references from asmprinter to isel.Chris Lattner2009-06-262-23/+44
* implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms ofChris Lattner2009-06-261-138/+5
* use jump table operand flags in asm printer instead of "magic predicates"Chris Lattner2009-06-261-6/+18
* Use atomic operations for accessing this global counter.Owen Anderson2009-06-261-3/+6
* ADC used to implement adde should use "adcs" opcode instead of "adc". David Goodwin2009-06-261-2/+2
* Get rid of unnecessary global variables.Owen Anderson2009-06-262-7/+2
* Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction...David Goodwin2009-06-261-3/+8
* Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nbyDouglas Gregor2009-06-265-0/+10
* Fix compilation without pthreads.Owen Anderson2009-06-261-3/+3
* Simplify predicate CarryDefIsUsed.Evan Cheng2009-06-261-1/+1
* fix a pasto.Chris Lattner2009-06-261-1/+1
* dot graph viewing is apparently not using SDNode::print_details, this is bad,Chris Lattner2009-06-261-0/+7
* propagate target operand flags from dag nodes into MachineOperands.Chris Lattner2009-06-261-4/+8
* propagate target operand flags through addressing mode selection.Chris Lattner2009-06-261-6/+12
* 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
* Let's ignore MDStrings also!Devang Patel2009-06-268-8/+8
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-06-261-1/+1
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-264-162/+85
* Fix unused variable warnings.Daniel Dunbar2009-06-261-0/+3
* 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-261-2/+11
* 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-252-45/+116
* Support thread-local pretty stack traces.Owen Anderson2009-06-251-7/+8
* Add support for const thread locals.Owen Anderson2009-06-252-6/+6
* Fix typo in assertion.Owen Anderson2009-06-251-1/+1
* Use MVN for ~t2_so_imm immediates.David Goodwin2009-06-251-0/+3
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-251-1/+1
* Add Def/Use of CPSR for Thumb-1 instructions.David Goodwin2009-06-251-41/+103
* Simplify.Devang Patel2009-06-254-22/+12
* Unbreak mingw build. Patch by Viktor Kutuzov.Evan Cheng2009-06-251-1/+1
* Update cmake build files.Owen Anderson2009-06-251-0/+1
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-253-0/+151