oota-llvm.git
2009-04-15 Dan GohmanDo for GR16_NOREX what r69049 did for GR8_NOREX, to...
2009-04-15 Devang PatelAdd a method to check that the subprogram holds debug...
2009-04-15 Dan GohmanAdd a new MOV8rr_NOREX, and make X86's copyRegToReg...
2009-04-15 Bill WendlingTestcase for r69104.
2009-04-15 Dan GohmanGR8_NOREX can contain the H registers, since they don...
2009-04-14 Evan ChengOptimize conditional branch on i1 phis with non-constan...
2009-04-14 Dan GohmanFix the RUN lines so that this test actually tests.
2009-04-14 Dan GohmanFor the h-register addressing-mode trick, use the corre...
2009-04-14 Evan ChengMac OS X 10.6 and above do not use key manager to regis...
2009-04-14 Dan GohmanWhen the result of an EXTRACT_SUBREG, INSERT_SUBREG...
2009-04-14 Mikhail GlushenkovCall CreateProcess with bInheritHandles = TRUE.
2009-04-14 Mikhail GlushenkovDelete trailing whitespace.
2009-04-14 Evan ChengSome of GR8_NOREX registers are only available in 64...
2009-04-14 Sanjiv GuptaHandle aggregate type arguments to direct and indirect...
2009-04-14 Dale JohannesenUse the output of the asm so the optimizer won't
2009-04-14 Owen AndersonLoopIndexSplit needs to inform the loop pass manager...
2009-04-14 Dale JohannesenDo not force asm's to be chained if they don't touch
2009-04-14 Evan ChengFix PR3934 part 2. findOnlyInterestingUse() was not...
2009-04-13 Daniel DunbarMake these errors more noticable in build logs.
2009-04-13 Bob WilsonChange SelectionDAG type legalization to allow BUILD_VE...
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Bob WilsonRefactor some code in SelectionDAGLegalize::ExpandBUILD...
2009-04-13 Evan ChengPR3934: Fix a bogus two-address pass assertion.
2009-04-13 Bill WendlingGet rid of some compile warnings.
2009-04-13 Douglas GregorAdd a static APInt::getNumWords
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-13 Dan GohmanImplement x86 h-register extract support.
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2009-04-13 Dan GohmanRemove x86's special-case handling for ISD::TRUNCATE and
2009-04-13 Dan GohmanFix copy+pastos in comments.
2009-04-13 Dan GohmanGeneralize getRegisterClassForRegister to handle registers
2009-04-13 Dan GohmanDon't abort on an aliasing physical register that does...
2009-04-13 Dan GohmanWhen assigning a physical register to a MachineOperand...
2009-04-13 Dan GohmanList the l registers before h registers, for consistency.
2009-04-13 Dan GohmanAdd an assertion to verify that a copy was actually...
2009-04-13 Dan GohmanUse X86::SUBREG_8BIT instead of hard-coding the equival...
2009-04-13 Dan GohmanAdd a comment about MOVSX64rr8.
2009-04-13 Dan GohmanAdd comments to INSERT_SUBREG, EXTRACT_SURBEG, SUBREG_T...
2009-04-13 Dan GohmanFix another hard-coded constant to use X86AddrNumOperands.
2009-04-13 Rafael EspindolaX86-64 TLS support for local exec and initial exec.
2009-04-13 Sanjiv GuptaWhile passing arg of types larger than char only one...
2009-04-13 Nick LewyckyFix ocaml bindings; add "available_externally" linkage...
2009-04-13 Nick LewyckyFix warning in .ll parser, detect and reject available_...
2009-04-13 Chris Lattneradd AvailableExternally linkage to C bindings.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-13 Chris Lattnereliminate unneeded parens.
2009-04-13 Nick LewyckyRegenerate.
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-04-13 Nick LewyckyAdd paragraph tags.
2009-04-12 Chris Lattnerfix PR3965:SIGINT handler not restored after calling...
2009-04-12 Rafael EspindolaIn X86DAGToDAGISel::MatchWrapper, if base or index...
2009-04-12 Owen AndersonUse a hashtable for TargetRegisterClass::contains.
2009-04-12 Rafael Espindolarefactor some code into X86DAGToDAGISel::MatchWrapper
2009-04-12 Nick LewyckyAdd Kaleidoscope to examples/ so that it gets built...
2009-04-12 Nick LewyckyFix compile error. Pointed out by mait on #llvm IRC!
2009-04-12 Chris Lattner"There was a typo in my previous patch which leads...
2009-04-12 Rafael EspindolaAdd tests for the parts of X86-64 TLS that are already...
2009-04-12 Chris Lattnerfix a cross-block fastisel crash handling overflow...
2009-04-12 Chris Lattnermake UpdateValueMap handle the possiblity that we could be
2009-04-12 Chris Lattneroptimize FastISel::UpdateValueMap to avoid duplicate...
2009-04-12 Chris Lattnersimplify code by using IntrinsicInst.
2009-04-12 Chris LattnerAdd new TargetInstrDesc::hasImplicitUseOfPhysReg and
2009-04-12 Chris Lattneradd some optimizations for strncpy/strncat and factor...
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-10 Chris Lattnermove a target-specific test into its directory so it...
2009-04-10 Misha BrukmanFixed spelling.
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-04-10 Bob WilsonClean up a bunch of whitespace issues and fix a comment...
2009-04-10 Bill WendlingDon't install the libLLVMHello.dylib example.
2009-04-10 Bill WendlingAdd compatibility_version and current_version flags...
2009-04-10 Bill WendlingDon't run "dsymutils" on .a files.
2009-04-10 Chris Lattnerfix two problems with machine sinking:
2009-04-10 Dan GohmanNow that register classes have names, include the name...
2009-04-10 Chris Lattnerfix a broken assertion in ilist_iterator, which caused...
2009-04-10 Chris Lattnerfix typo, patch by Shlomi Fish!
2009-04-10 Sanjiv GuptaAdded code to handle spilling and reloading of FSRs.
2009-04-10 Rafael EspindolaDon't fold a load if the other operand is a TLS address.
2009-04-10 Nick LewyckyCleanup. Remove redundant llvm:: , we don't need them...
2009-04-10 Chris LattnerAdd a new Type::getPointerTo method, which is shorthand for
2009-04-10 Nick LewyckyAdd utility function to IRBuilder that takes the differ...
2009-04-10 Nick LewyckyRegenerate.
2009-04-10 Chris Lattnera few fixes to "addrspace(256) is reference offset...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Dan GohmanChange the NumVTs field from short to int, since there...
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-04-09 Devang PatelSilence unused variable warning.
2009-04-09 Chris Lattnerignore register zero in isRegTiedToUseOperand, followin...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Bill WendlingUse a StringMap instead of std::map for storing std...
2009-04-09 Devang Patelllvm.dbg.func_start also defines beginning of function...
2009-04-09 Bill WendlingRevert r68708. It was causing this failure in the self...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-09 Sanjiv GuptaThe way we are trying to figure out banksel immediate...
2009-04-09 Chris Lattnerreg0 references are not real registers. This fixes...
2009-04-09 Misha BrukmanMake sure to rebuild dependencies for the `check' and...
2009-04-09 Sanjiv GuptaArguments to indirect calls were being passed incorrect...
next