oota-llvm.git
2009-10-30 Rafael EspindolaThis fixes functions like
2009-10-30 Oscar FuentesCMake: install .def files from source `include/llvm...
2009-10-30 Evan ChengRather than having llvm-gcc changing the meaning of...
2009-10-30 Bob WilsonAdd ARM codegen for indirect branches.
2009-10-30 Dan GohmanMost stack straces don't need 3 digits worth of levels.
2009-10-30 Dan GohmanDon't delete blocks which have their address taken.
2009-10-30 Dan GohmanMention if a block has its address taken in debug output.
2009-10-30 Dan GohmanSimplify this code and avoid an extra space character...
2009-10-30 Dan GohmanAdd support for BlockAddress static initializers.
2009-10-30 Dan GohmanAdd a FIXME comment.
2009-10-30 Dan GohmanAdd some comments.
2009-10-30 Dan GohmanInitial x86 support for BlockAddresses.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-30 Devang PatelRemove dead code.
2009-10-30 Dan GohmanAdd a BlockAddress MachineOperand kind.
2009-10-30 Dan GohmanAdd svn:ignore properties.
2009-10-30 Dan GohmanRemove a redundant copy constructor.
2009-10-30 Jim GrosbachDial back the realignment a bit.
2009-10-29 David GoodwinBetween scheduling regions, correctly maintain anti...
2009-10-29 Dan GohmanRemove some unnecessary spaces in debug output.
2009-10-29 Dan GohmanMove some code from being emitted as boilerplate duplic...
2009-10-29 David GoodwinFix a couple of bugs in aggressive anti-dep breaking.
2009-10-29 Bob WilsonRefactor complicated predicate into a separate function.
2009-10-29 Devang PatelFirst bitcase use may not lead to a dbg.declare intrins...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Dan GohmanRefactor the code for unfolding a load into a separate...
2009-10-29 Bill WendlingReapply r85338.
2009-10-29 Benjamin KramerFix MSVC build.
2009-10-29 Nick LewyckyApply some cleanups. No functionality changes.
2009-10-29 Chris Lattneradd sanity check for indbr.
2009-10-29 Chris Lattnerjust for the hell of it, allow globalopt to statically...
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-29 Zhongxing Xuadd newline to make cl.exe happy.
2009-10-29 Zhongxing Xufix 80-col.
2009-10-29 Chris Lattnergreatly improve the LLVM IR bitcode encoding documentation,
2009-10-29 Zhongxing XuExplicitly convert to double to suppress Visual C+...
2009-10-29 Jim GrosbachTo get more thorough testing from llc-beta nightly...
2009-10-29 Jim GrosbachWhen the function is doing dynamic stack realignment...
2009-10-29 Johnny ChenSorry to break the build.
2009-10-29 Johnny ChenMinor tweak to forgo the the curly braces for most...
2009-10-29 Chris Lattnerteach various passes about blockaddress. We no longer
2009-10-29 Dale JohannesenWhen there is a 2-instruction spill sequence, record
2009-10-29 Bill WendlingDon't put in these EH changes.
2009-10-29 Douglas GregorA switch-on-string-literal construct that is a nice...
2009-10-29 Chris Lattnerteach ValueMapper about BlockAddress', making bugpoint...
2009-10-29 Chris Lattnerunindent massive blocks, no functionality change.
2009-10-29 Bill WendlingReverting r85338 for now. It's causing a bootstrap...
2009-10-29 Dan GohmanAdd indirectbr and blockaddress to the vim syntax highl...
2009-10-29 Dan GohmanAdd a hasAddressTaken for BasicBlock.
2009-10-28 Chris Lattneradd IRBuilder support for IndirectBr
2009-10-28 Bob WilsonReimplement BranchFolding change to avoid tail merging...
2009-10-28 Dale JohannesenWhen we generate spill code, then decide we don't need
2009-10-28 Eric ChristopherMake sure we return the right sized type here.
2009-10-28 Bob WilsonRevert r85346 change to control tail merging by CodeGen...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-28 Viktor KutuzovFix to pass options from Gold plugin to LTO codegen
2009-10-28 Benjamin KramerTeach cmake that mk[sd]temp is defined in stdlib.h...
2009-10-28 David GoodwinMake AntiDepReg.h internal.
2009-10-28 Bob WilsonAdd a Thumb BRIND pattern. Change the ARM BRIND assemb...
2009-10-28 Evan Chengfconsts and fconstd are obviously re-materializable.
2009-10-28 Jim GrosbachCleanup now that frame index scavenging via post-pass...
2009-10-28 Devang Patelllvm.dbg.global_variables do not exist anymore.
2009-10-28 Chris Lattneradd a new 'SetCurrentDebugType' API (requested by Andre...
2009-10-28 Dan GohmanDon't call SDNode::isPredecessorOf when it isn't necess...
2009-10-28 Dan GohmanSimplify this code: if the unfolded load can't be hoist...
2009-10-28 Edward O'CallaghanNo newline at end of file.
2009-10-28 Benjamin KramerUpdate CMake file.
2009-10-28 Gabor Greifuse metavariable <result> instead of SSA name %result...
2009-10-28 Gabor Greifooops, SSA name should not be part of the link
2009-10-28 Gabor Greifadvertise new syntax for unnamed instructions
2009-10-28 Owen AndersonTreat lifetime begin/end markers as allocations/frees...
2009-10-28 Nick LewyckyAdd ABCD, a generalized implementation of the Eliminati...
2009-10-28 Evan ChengGive ARMISD::EH_SJLJ_LONGJMP and EH_SJLJ_SETJMP names.
2009-10-28 Owen AndersonBe more careful about invariance reasoning on "store...
2009-10-28 Evan ChengX86 palignr intrinsics immediate field is in bits....
2009-10-28 Owen AndersonAdd trivial support for the invariance intrinsics to...
2009-10-28 Chris Lattneradd bitcode reader support for blockaddress. We can...
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Chris Lattnerdoc bug spotted by apinski
2009-10-28 Chris Lattner'static const void *X = &&y' can only be put in the
2009-10-28 Dan GohmanRewrite SelectionDAG::isPredecessorOf to be iterative...
2009-10-28 Chris Lattnerfull asmparser support for blockaddress. We can now do:
2009-10-28 Chris Lattnerasmprinter support for BlockAddress.
2009-10-28 Chris Lattnerwhen we tear down a module, we need to be careful to
2009-10-28 Chris Lattnerbasic blocks can now have non-instruction users.
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-28 Dan GohmanUpdate SystemZ to use PSW following the way x86 uses...
2009-10-28 Bob WilsonAdd an indirect branch pattern for ARM. Testcase will...
2009-10-28 Jeffrey YasskinFix the ModuleDeletion test on PPC and ARM.
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-28 Chris LattnerIR support for the new BlockAddress constant kind....
2009-10-27 Bob WilsonRecord CodeGen optimization level in the BranchFolding...
2009-10-27 Jeffrey YasskinRename lib/VMCore/ConstantsContext.h:ValueMap<> to...
2009-10-27 Bill WendlingAdd new note.
next