oota-llvm.git
2007-05-01 Devang PatelUpdate doc to reflect changes I am about to install...
2007-05-01 Evan ChengDoh. PC displacement is between the constantpool and...
2007-05-01 Duncan SandsTest handling of TRY_CATCH_EXPRs for which the handler...
2007-05-01 Anton KorobeynikovUse correct PC symbol
2007-05-01 Anton KorobeynikovAdjust correct EH-related sections
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-05-01 Evan ChengIf call frame is not part of stack frame and no dynamic...
2007-05-01 Evan ChengPass call frame setup SP adjustment along to eliminateF...
2007-05-01 Evan ChengAdd SPAdj parameter to account for call frame setup...
2007-05-01 Evan ChengForgot about chain result; also UNDEF cannot have multi...
2007-05-01 Chris Lattnerfix build with non-buggy compilers
2007-05-01 Chris Lattnerhandle function-level forward references, read binops.
2007-05-01 Nate BegemanA bit of feedback from Chris that I missed; error rathe...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-05-01 Chris Lattnerimplement materializeModule, force deallocation of...
2007-05-01 Chris Lattnerseveral bitfixes to JumpToBit
2007-05-01 Chris LattnerThe stream to read from is now an ivar
2007-05-01 Chris Lattnerimplement scafolding for lazy deserialization of functi...
2007-05-01 Chris Lattneradd JumpToBit, an explicit init method, and a default...
2007-05-01 Reid SpencerSplit target dependent test portions to target-specific...
2007-05-01 Chris Lattneradd phi
2007-05-01 Chris Lattnerwrite the symbol table for function bodies
2007-05-01 Chris Lattnerencode all of the instructions.
2007-05-01 Chris Lattneradd missing opcode.
2007-05-01 Evan ChengUnder normal circumstances, when a frame pointer is...
2007-05-01 Evan ChengAdded hook hasReservedCallFrame(). It returns true...
2007-05-01 Evan ChengTest a dag combiner crasher.
2007-05-01 Evan Cheng* Only turn a load to UNDEF if all of its outputs have...
2007-04-30 Christopher... Implement review feedback.
2007-04-30 Chris LattnerFix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBra...
2007-04-30 Chris Lattnertestcase for PR1228
2007-04-30 Chris Lattnerprint isLandingPad() for MBBs
2007-04-30 Chris LattnerContinue refactoring inline asm code. If there is...
2007-04-30 Chris Lattnertestcase for PR1357
2007-04-30 Christopher... Header file for ELF relocations.
2007-04-30 Anton KorobeynikovFix comment
2007-04-30 Evan ChengUpdates.
2007-04-30 Chris Lattnerrefactor GetRegistersForValue to take OpInfo as an...
2007-04-30 Chris Lattnerrefactor some code, no functionality change
2007-04-30 Chris LattnerClean up multi-line asam string printing. Instead...
2007-04-30 Anton KorobeynikovFix typo. Interesting, but old variant worked too :)
2007-04-30 Reid SpencerFor PR1370:
2007-04-30 Dale JohannesenRemove item: thumb padding in constant islands
2007-04-30 Dale Johannesenremove unused variable
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-04-30 Lauro Ramos... Enable protected visibility on ARM.
2007-04-30 Reid SpencerDependent libraries could be native too.
2007-04-29 Reid SpencerAugment the verbose output to print out the sub-command...
2007-04-29 Chris Lattneradd some helpers
2007-04-29 Chris LattnerImplement much expanded dumper support. We now print...
2007-04-29 Anton KorobeynikovImplement visibility checking during linking. Also...
2007-04-29 Chris Lattneradd some simple per-block statistics
2007-04-29 Chris Lattnercompute this value correctly
2007-04-29 Dale JohannesenRewrite of Thumb constant islands handling (exact allow...
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-29 Chris Lattneradd a method
2007-04-29 Chris Lattnernot all targets want to return an i32. What really...
2007-04-29 Chris Lattnergeneralize aggregate handling
2007-04-29 Anton KorobeynikovRegenerate
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-29 Chris LattnerJeff's fix was fine
2007-04-29 Chris Lattneradd missing ctor
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Jeff CohenUnbreak VC++ build.
2007-04-29 Jeff CohenUnbreak build.
2007-04-29 Anton KorobeynikovUpdated aliases test
2007-04-29 Chris LattnerImplement support to read an arbitrary bitcode file...
2007-04-29 Chris Lattnervery early support for analyzing a bitstream. This...
2007-04-29 Chris Lattnermake this file self-contained
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...
2007-04-29 Chris Lattnernew method for creating a path, which does not create...
2007-04-29 Chris Lattnerfit in 80 cols
2007-04-29 Chris LattnerFix this to use the right block ID
2007-04-29 Chris Lattnermoved Writer.cpp -> BitcodeWriter.cpp to make it more...
2007-04-29 Jeff CohenMinor corrections.
2007-04-28 Chris Lattnermemory operands that have a direct operand should have...
2007-04-28 Chris Lattnereliminate more redundant constraint type analysis
2007-04-28 Chris Lattnermerge constraint type analysis stuff together.
2007-04-28 Chris LattnerSignificant refactoring of the inline asm stuff, to...
2007-04-28 Reid SpencerRegenerate.
2007-04-28 Reid SpencerRevert the premature portion of the last commit.
2007-04-28 Anton KorobeynikovThis is not "FIXME" anymore
2007-04-28 Anton KorobeynikovLet Verifier check aliasees
2007-04-28 Reid SpencerFix a compilation error (jump to case label).
2007-04-28 Anton KorobeynikovRegenerate
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattnermemory inputs to an inline asm are required to have...
2007-04-28 Chris Lattnernew testcase for PR1356
2007-04-28 Chris LattnerFix CodeGen/Generic/2007-04-27-LargeMemObject.ll and
2007-04-28 Chris Lattnerensure the operand prints.
2007-04-28 Chris Lattnernew testcase
2007-04-28 Chris Lattnerupdate syntax
2007-04-28 Chris Lattnernot fully implemented yet.
2007-04-28 Chris Lattneradd a default parameter
2007-04-28 Chris Lattneradd a way to make this less brittle
2007-04-28 Chris Lattnerfix a bug triggered by 403.gcc
2007-04-28 Chris Lattnerupdate for new inline asm syntax
2007-04-28 Chris LattnerFix several latent bugs in EmitGEPOffset that didn...
next