aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* No need to use WeakVH here.Devang Patel2010-01-161-2/+1
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-1610-103/+57
* fix build failure.Chris Lattner2010-01-161-1/+1
* remove a couple of actively incorrect uses of getMangledName.Chris Lattner2010-01-162-5/+8
* this doesn't need the mangler.Chris Lattner2010-01-162-8/+4
* more string -> sym, getMangledName is now gone from this file.Chris Lattner2010-01-161-29/+35
* use symbols instead of strings, eliminating a bunch of getMangledNameChris Lattner2010-01-161-39/+55
* simplify some code.Chris Lattner2010-01-161-9/+5
* Retrying r91337:Bill Wendling2010-01-164-8/+42
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-166-67/+33
* fix inverted conditionalChris Lattner2010-01-161-1/+1
* CurrentFnName is now dead, remove it.Chris Lattner2010-01-162-4/+2
* get pic16 off CurrentFnNameChris Lattner2010-01-161-14/+13
* remove the string form of printVisibility.Chris Lattner2010-01-164-38/+26
* switch more stuff onto MCSymbolsChris Lattner2010-01-163-61/+122
* Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling2010-01-162-6/+4
* eliminate uses of deprecated mangler apisChris Lattner2010-01-161-54/+71
* this teestcase takes a long time to crash, remove it. If someone cares about...Chris Lattner2010-01-161-34/+0
* switch X86 target off CurFunctionName and MCIze more.Chris Lattner2010-01-164-35/+45
* Treat indirect branches specially only during pre-regalloc tail duplication,Bob Wilson2010-01-161-13/+13
* MCize tis, and make it keep CurrentFnSym up to date with CurrentFnName.Chris Lattner2010-01-161-17/+39
* Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson2010-01-164-7/+9
* revert the x86 part of my last patch, cygwin is mutating CurrentFnName!Chris Lattner2010-01-161-38/+17
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-1610-196/+367
* Fix llvm_supports_binding for lit, problem noticed by Bob!Daniel Dunbar2010-01-161-1/+1
* remove two write-only sets.Chris Lattner2010-01-151-4/+0
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-155-53/+94
* Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.Erick Tryzelaar2010-01-151-3/+3
* add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner2010-01-153-4/+21
* use MCSymbol instead of getMangledName() in all cases except one.Chris Lattner2010-01-151-29/+62
* BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek2010-01-152-4/+6
* Adjust some comments per review.Dale Johannesen2010-01-151-2/+4
* Remove unneeded argument per review.Dale Johannesen2010-01-151-3/+1
* mc'ize a bunch of symbol stuff, eliminating std::strings.Chris Lattner2010-01-151-12/+9
* add another helperChris Lattner2010-01-152-0/+17
* Fix PR6019. A load has more than one use if it feeds a bitconvert thatDavid Greene2010-01-152-1/+32
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-155-10/+29
* Update CMake build.Ted Kremenek2010-01-151-1/+0
* Update CMake build.Ted Kremenek2010-01-151-1/+2
* add testcase for r93564Jim Grosbach2010-01-151-0/+20
* Add comments to the dump() and dumpr() routines.Dan Gohman2010-01-151-0/+8
* DEBUG_VALUE is now variable sized, as it has aDale Johannesen2010-01-152-1/+25
* Update Thumb1 storeRegToStackSlot() and loadRegFromStackSlot() to properlyJim Grosbach2010-01-151-2/+6
* Fix a typo that Anton noticed.Dan Gohman2010-01-151-1/+1
* Add FIXME.Devang Patel2010-01-151-0/+1
* Fix a comment typo.Bob Wilson2010-01-151-1/+1
* move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner2010-01-151-38/+32
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-1512-21/+4
* zext / truncate is free on msp430. Inform codegen about this.Anton Korobeynikov2010-01-152-0/+42
* Reenable testsAnton Korobeynikov2010-01-152-8/+6