aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change SCEVNAryExpr's operand array from a SmallVector to a plainDan Gohman2010-03-171-24/+26
* Remove an unnecessary (and misspelled) typedef. Tweak whitespace.Bob Wilson2010-03-171-3/+3
* missing includeAndrew Lenharth2010-03-171-0/+1
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-171-3/+4
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-171-5/+0
* work around an MSVC2010 bug, PR6504Chris Lattner2010-03-161-1/+2
* fix PR6589Gabor Greif2010-03-162-3/+6
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-161-0/+5
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-5/+43
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-151-0/+7
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-151-3/+5
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-151-0/+8
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-151-2/+5
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-151-1/+3
* Don't save a temporary string into a StringRef field.Jeffrey Yasskin2010-03-151-1/+1
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-152-5/+6
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-152-9/+8
* MachineMove ctor doesn't need to to mutate input, add 'const'Chris Lattner2010-03-151-1/+2
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-153-0/+38
* remove dead method.Chris Lattner2010-03-151-4/+0
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-141-0/+4
* Make default expansion for FP16 <-> FP32 nodes into libcallsAnton Korobeynikov2010-03-142-0/+4
* Add DAG nodes to represent FP16 <-> FP32 intrinsicsAnton Korobeynikov2010-03-141-0/+6
* CleanupAnton Korobeynikov2010-03-141-6/+4
* The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc.Anton Korobeynikov2010-03-141-2/+4
* Add intrinsics to represent fp16 <-> fp32 conversionsAnton Korobeynikov2010-03-141-0/+8
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-142-2/+11
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-141-13/+1
* add a new CreateTempSymbol method, the use case forChris Lattner2010-03-141-0/+4
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-30/+16
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-142-7/+6
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-144-10/+9
* eliminate InvalidateLabel and LabelIDList from MMI and replaceChris Lattner2010-03-141-17/+3
* use Label->isDefined() instead of isLabelDeleted() now that weChris Lattner2010-03-141-8/+0
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-144-30/+24
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-132-2/+2
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-135-27/+31
* add builder support for mcsymbol operands.Chris Lattner2010-03-131-0/+5
* add support for MCSymbols as operands to MachineInstrs.Chris Lattner2010-03-131-1/+16
* Add some parens and silence a warning.Benjamin Kramer2010-03-131-1/+1
* llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar2010-03-131-1/+1
* Delete MDNodes when LLVMContext is destroyed. Previous attempts: r97918, r97...Jeffrey Yasskin2010-03-131-6/+1
* Remove extra parameter.Devang Patel2010-03-131-1/+1
* Do not overestimate code size reduction in presense of debug info.Devang Patel2010-03-131-1/+5
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-121-0/+8
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-4/+0
* eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner2010-03-121-1/+1
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-121-0/+9
* MC: Factor out MCAssembler::EvaluateFixup, and simplify.Daniel Dunbar2010-03-121-0/+21
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-123-12/+13