aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-287-55/+46
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-282-10/+36
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-283-0/+17
* Add target triple info to these tests to make the results comparable whenJim Grosbach2010-09-282-2/+4
* Factor out dbg_value comment printing and teach MC asm printing to use it.Jim Grosbach2010-09-281-13/+29
* On elf, undefined symbols can start with .L.Rafael Espindola2010-09-282-1/+19
* Use the canonical library name for library PIC16Passes.Oscar Fuentes2010-09-283-3/+3
* Added library LLVMPIC16passes to CMake build.Oscar Fuentes2010-09-283-0/+10
* Added PTX target to the CMake build.Oscar Fuentes2010-09-282-10/+15
* Add ARM Disassembler to the CMake build.Oscar Fuentes2010-09-283-2/+11
* Remove trailing spaces of MipsMachineFunction.hChe-Liang Chiou2010-09-281-17/+17
* Remove trailing spaces of MipsTargetObjectFile.cppChe-Liang Chiou2010-09-281-10/+10
* 80-col fixups.Eric Christopher2010-09-283-5/+9
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-284-9/+19
* Rework builtin handling and call setup. The builtin handlingEric Christopher2010-09-281-30/+35
* Fix typo.Eric Christopher2010-09-281-1/+1
* Fix fp constant loads to have a destination register.Eric Christopher2010-09-281-2/+3
* Remove dead argument.Devang Patel2010-09-272-5/+4
* Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops ...Owen Anderson2010-09-271-1/+6
* Enable the MC-ized ARM asm printer. Passing all local tests, so it's time toJim Grosbach2010-09-271-0/+67
* Write relocations in the end of the file. This matches what gas does andRafael Espindola2010-09-274-52/+51
* ARM-mode eh.sjlj.longjmp MC loweringJim Grosbach2010-09-271-0/+54
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-272-9/+22
* Don't try to constant fold libm functions with non-finite arguments.Jakob Stoklund Olesen2010-09-272-5/+7
* Enable the MC-ized ARM asm printer. Passing all local tests, so it's time toJim Grosbach2010-09-271-1/+1
* Factor symbol value computation into a function.Rafael Espindola2010-09-271-9/+17
* MC-COFF: Fix signed/unsigned comparison.Michael J. Spencer2010-09-271-2/+2
* reapply developer policy changes after discussion.Chris Lattner2010-09-271-14/+18
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-272-25/+26
* Hard to imagine there are still people using inferior compilers.Daniel Dunbar2010-09-272-2/+2
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-273-9/+48
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-2710-25/+24
* Explicitly disable CGP critical edge splitting for this test so it won't breakJakob Stoklund Olesen2010-09-271-1/+1
* Don't depend on basic block numbering.Jakob Stoklund Olesen2010-09-271-7/+8
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-276-16/+205
* Remove unused argument.Rafael Espindola2010-09-273-9/+7
* The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAKBill Wendling2010-09-271-1/+3
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-2713-52/+54
* MMX parameters aren't handled here yet.Dale Johannesen2010-09-271-0/+3
* Don't try to make a vector of x86mmx; this won't work,Dale Johannesen2010-09-271-2/+4
* writeGraph doesn't need its ShortNames argument.Dan Gohman2010-09-271-3/+2
* Delete an unused function.Dan Gohman2010-09-271-2/+0
* Delete an unused declaration.Dan Gohman2010-09-271-2/+0
* Don't construct a redundant GraphWriter object.Dan Gohman2010-09-271-7/+4
* Factor out code from the standalone WriteGraph function into a helperDan Gohman2010-09-271-10/+20
* Remove reference to nonexistent test in CMake makefile for unit testsDouglas Gregor2010-09-271-2/+1
* Constify properlyDominates in the same manner as dominates.Dan Gohman2010-09-271-3/+22
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-274-5/+105
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-272-1/+1
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-274-0/+27