oota-llvm.git
2009-10-31 Evan ChengRevert 85634. It's breaking consumer-typeset (and others).
2009-10-31 Dan GohmanAdd a target triple so that this test behaves consisten...
2009-10-30 Dan GohmanAdd assertion checks here to turn silent miscompiles...
2009-10-30 Dan GohmanDon't mark registers dead here when processing nodes...
2009-10-30 Dan GohmanFix the -mattr line for this test so that it passes...
2009-10-30 Dan GohmanAdd a testcase for the recent duplicate PHI elimination...
2009-10-30 Dan GohmanAdd a comment about a missed opportunity.
2009-10-30 Dan GohmanOptimize around the fact that pred_iterator is slow...
2009-10-30 Kevin EnderbyUpdates to the ARM target assembler for llvm-mc per...
2009-10-30 Devang PatelIf string field is empty then return NULL.
2009-10-30 Chris Lattnerif basic blocks are destroyed while there are *just...
2009-10-30 Dan GohmanTeach SimplifyCFG how to eliminate duplicate PHI nodes...
2009-10-30 Chris Lattnermake hasAddressTaken() constant time by storing a refco...
2009-10-30 Bob WilsonAdd a note about Robert Muth's alternate jump table...
2009-10-30 Dan GohmanSort the incoming values in PHI nodes to match the...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Chris Lattnerit isn't valid to take the address of the entry block.
2009-10-30 Devang PatelIf a type is derived from a derived type then calculate...
2009-10-30 Jim GrosbachBuild in ARM mode explicitly when on ARM Darwin
2009-10-30 Daniel DunbarAdd missing substitution for %llvmgcc_only.
2009-10-30 Jim GrosbachAllow cross target build
2009-10-30 Bob WilsonFix a comment.
2009-10-30 Evan ChengAdd option to createGVNPass to disable PRE.
2009-10-30 Evan ChengI forgot to commit this test.
2009-10-30 Jim GrosbachWhen cross-building, the CFLAGS and CXXFLAGS are for...
2009-10-30 Jim GrosbachRemove extraneous comment line
2009-10-30 Jim Grosbachupdate name check for Apple style builds to be more...
2009-10-30 Lang HamesStop the iterator in ValueLiveAt from potentially runni...
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...
next