aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix copy-and-paste-o.Owen Anderson2008-10-101-2/+2
* Add a basic intra-procedural escape analysis. This hasn't be extensively tes...Owen Anderson2008-10-102-0/+190
* Moved guard mutex upwards to guard materializing a functionMon P Wang2008-10-101-3/+3
* Added missing print functions that take a raw_ostreamMon P Wang2008-10-101-2/+11
* Fixed definition of llvm_anyptr_tyMon P Wang2008-10-101-1/+1
* Generated files for previous checkin.Dale Johannesen2008-10-093-347/+359
* A file missed from previous checkin.Dale Johannesen2008-10-091-1/+2
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-0915-55/+115
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-0915-50/+51
* Don't drop alignment on globals when cloning.Nick Lewycky2008-10-091-5/+9