aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* calls can be supported.Chris Lattner2008-10-131-9/+9
* more notesChris Lattner2008-10-121-6/+14
* Change TAG_ names to DW_TAG for gcc (testsuite) compatibility.Dale Johannesen2008-10-121-59/+59
* Fix a bug in live-in detection that caused lost-copy problems to show up.Owen Anderson2008-10-121-1/+1
* add some more notesChris Lattner2008-10-121-7/+36
* this was to be removed after 2.4 branched.Chris Lattner2008-10-121-32/+0
* Remove "long" variants so these will pass on a 64-bit host.Dale Johannesen2008-10-122-98/+6
* add some notesChris Lattner2008-10-121-4/+26
* Update size of inst correctly with segment override.Anton Korobeynikov2008-10-122-0/+12
* Add special-case code to allow null-guards on calls to malloc.Owen Anderson2008-10-121-2/+16
* Make Escape Analysis work for any pointer.Owen Anderson2008-10-122-8/+13
* Add EscapeAnalysis.Owen Anderson2008-10-121-0/+2
* Change Dwarf comments starting with AT_ to DW_AT_ toDale Johannesen2008-10-121-96/+96
* Fix crashes and infinite loops.Owen Anderson2008-10-121-12/+14
* Duncan convinced me that it's not possible to transform control-based escapes...Owen Anderson2008-10-121-13/+10
* fix typoChris Lattner2008-10-111-1/+1
* Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changesChris Lattner2008-10-112-10/+23
* update win32 project file, patch provided by OvermindDL1 on llvmdev.Chris Lattner2008-10-111-0/+12
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-1119-70/+74
* rearrange some code.Chris Lattner2008-10-111-6/+6
* random cleanupChris Lattner2008-10-111-2/+1
* Add API changes which affected me to release notes:Daniel Dunbar2008-10-111-0/+5
* Fix comment typo.Duncan Sands2008-10-111-1/+1
* Add ability to override segment (mostly for code emitter purposes).Anton Korobeynikov2008-10-114-1/+23
* Add GCC 4.1.2 from Debian to known bad GCC list.Daniel Dunbar2008-10-111-0/+4
* Note EH stuff for x86-64/linuxAnton Korobeynikov2008-10-111-3/+3
* We do support PIC on x86-64/linuxAnton Korobeynikov2008-10-111-2/+0
* Strip out 2.3 info, make space for 2.4 info. I'd appreciate it ifChris Lattner2008-10-111-274/+40
* Unbreak DbgStopPointInst::getFileName().Daniel Dunbar2008-10-111-1/+1
* simplify comparisonChris Lattner2008-10-111-1/+1
* Fix SSE4.1 roundss, roundsd. While the instructions have Dale Johannesen2008-10-102-40/+54
* Check loop exit predicate properly while eliminating one iteration loop.Devang Patel2008-10-102-13/+81
* Fix a thinko and unbreak sparc default CCAnton Korobeynikov2008-10-101-2/+2
* Remove some overzealous checks that were rejectingDale Johannesen2008-10-101-12/+8
* Extend set of return registers on sparc until someone will implement MRV supp...Anton Korobeynikov2008-10-101-3/+3
* Ignore extra 'r' modifier for nowAnton Korobeynikov2008-10-101-2/+9
* Use expand for smul_lohi for nowAnton Korobeynikov2008-10-101-0/+1
* Add testcase for 'r' inline asm operandAnton Korobeynikov2008-10-101-0/+14
* This does not fail anymoreAnton Korobeynikov2008-10-101-2/+0
* Add rudimentary support for 'r' register operandAnton Korobeynikov2008-10-102-11/+70
* CleanupAnton Korobeynikov2008-10-101-83/+82
* CMake: updated lib/Analysis/CMakeLists.txt.Oscar Fuentes2008-10-101-0/+1
* Revert r57340 move guard mutex in getPointerToFunction as this can causeMon P Wang2008-10-101-2/+2
* Fix build failure.Devang Patel2008-10-101-1/+8
* fix memleak by cleaning the global sets on pass exitNuno Lopes2008-10-101-11/+17
* Add sparc test for memory operand used in inline asmAnton Korobeynikov2008-10-101-0/+16
* This is not failing anymoreAnton Korobeynikov2008-10-101-2/+0
* Add rudimentary asmprinter support for printing inline asm operands for sparc.Anton Korobeynikov2008-10-101-2/+31
* Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether ...Anton Korobeynikov2008-10-101-0/+26
* CleanupAnton Korobeynikov2008-10-101-12/+12