oota-llvm.git
2008-06-10 Gabor Greifadjust calls to ConstantFP::get to new API
2008-06-10 Dan GohmanConvert several tests to use temporary files instead...
2008-06-09 Dan GohmanFix two more not-grep tests that were missing llvm...
2008-06-09 Dan GohmanTeach isGAPlusOffset to respect a GlobalAddressSDNode...
2008-06-09 Dan GohmanRe-apply 52002, allowing the verifier to accept non...
2008-06-09 Dan GohmanCodeGen support for aggregate-value function arguments.
2008-06-09 Duncan SandsUpdate the build instructions.
2008-06-09 Duncan SandsVarious tweaks related to apint codegen. No functionality
2008-06-09 Dan GohmanHandle empty aggregate values.
2008-06-09 Dan GohmanAsmParser support for immediate constant aggregate...
2008-06-09 Dan GohmanCPPBackend support for extractvalue and insertvalue.
2008-06-09 Dan GohmanAbort on an unrecognized opcode.
2008-06-09 Dan GohmanUpdate the CPP backend for the ConstantFP::get API...
2008-06-09 Duncan SandsRemove some DAG combiner assumptions about sizes
2008-06-09 Duncan SandsTest that prune-eh doesn't make deductions based
2008-06-09 Rafael Espindolaadd support for PIC on linux x86-64
2008-06-09 Chris Lattnerlower calls to abs to inline code, PR2337
2008-06-09 Chris LattnerFix PR2411, where ip constant prop would propagate the
2008-06-09 Bill WendlingSmall formatting changes.
2008-06-09 Chris Lattneruse 'continue' to make the function linker simpler...
2008-06-09 Chris Lattnerminor changes to short circuit the 'no linkage' case...
2008-06-09 Chris Lattnersimplify function visibility handling.
2008-06-09 Tanya LattnerCreate dirs as needed.
2008-06-09 Gabor Greifremoved two implicitly closed </p> tags to get it validate
2008-06-09 Tanya LattnerUpdate with new release.
2008-06-09 Dan GohmanAdd a note in the API Changes section about the Constan...
2008-06-09 Anton KorobeynikovUse proper icon :)
2008-06-09 Anton KorobeynikovFix few validations errors
2008-06-09 Anton KorobeynikovAdd footer
2008-06-09 Anton KorobeynikovRemove obsolete CompilerDriver.html and provie a new...
2008-06-09 Chris Lattnerlinkify, this requires pulling CodeGenerator.html into...
2008-06-09 Chris LattnerAdd a simple, but efficient, generic scoped hash table
2008-06-08 Chris Lattnergrammaro
2008-06-08 Chris Lattnerfinal edits from me, simplify the ia64 section.
2008-06-08 Chris Lattnermore edits
2008-06-08 Dan GohmanAdd notes about two known X86-64 limitations.
2008-06-08 Chris Lattnerseveral edits
2008-06-08 Dan GohmanAdd some links to doxygen documentation.
2008-06-08 Dan GohmanDescribe MachineMemOperands.
2008-06-08 Dan GohmanFix a grammero.
2008-06-08 Gordon HenriksenRevert a bad edit from r52095.
2008-06-08 Chris Lattneradd vmkit and rewrite clang section
2008-06-08 Chris Lattnerstart edits.
2008-06-08 Chris Lattneradd more notes.
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-08 Chris LattnerLimit the icmp+phi merging optimization to the cases...
2008-06-08 Chris Lattneradd some html escapes
2008-06-08 Duncan SandsUsing llc always rather than sometimes using LLC.
2008-06-08 Duncan SandsFix spelling.
2008-06-08 Anton KorobeynikovRemove invalid test
2008-06-08 Anton KorobeynikovAdd win64
2008-06-08 Anton KorobeynikovThis was fixed
2008-06-08 Chris Lattneradd some notes.
2008-06-08 Bruno Cardoso... Added FP instruction formats.
2008-06-08 Bill WendlingTemporarily reverting r52056. It's causing PPC to fail...
2008-06-07 Bruno Cardoso... Added support for FP Registers
2008-06-07 Chris LattnerUpdate VC project files, patch by Cédric Venet!
2008-06-07 Evan ChengSpeculatively execute a block when the the block is...
2008-06-07 Evan ChengFix run line.
2008-06-07 Evan ChengRevert r52046. It broke cbe on x86 / Mac OS X.
2008-06-07 Dan GohmanCodeGen support for insertvalue and extractvalue, and...
2008-06-07 Owen AndersonConnect successors before creating the DAG node for...
2008-06-06 Gabor Greifget rid of ExtractValueInst::init's Value argument...
2008-06-06 Evan ChengTypo.
2008-06-06 Gabor Greifmake ExtractValueInst derived from UnaryInstruction
2008-06-06 Evan ChengEnable stack coloring by default.
2008-06-06 Evan ChengPPC preferred loop alignment is 16.
2008-06-06 Devang PatelLoopSimplify preserves AA.
2008-06-06 Devang PatelPrint debug message only if there are dead passes.
2008-06-06 Owen AndersonInclude loop deletion and the ADCE rewrite in the relea...
2008-06-06 Anton KorobeynikovTestcase for PR2418
2008-06-06 Anton KorobeynikovHandle assembler identifiers specially in CBE. This...
2008-06-06 Duncan SandsTighten up the abstraction slightly.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-06 Zhou ShengAs Chris suggested, handle the situation if ShAmt large...
2008-06-06 Evan ChengRefine stack slot interval weight computation.
2008-06-06 Anton KorobeynikovTurn stdout into binary mode during bitcode emission.
2008-06-06 Anton KorobeynikovProvide hooks for libgcc symbols' address resolution...
2008-06-06 Bruno Cardoso... Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI...
2008-06-06 Bruno Cardoso... Added custom SELECT_CC lowering
2008-06-05 Dan GohmanRevert 52002.
2008-06-05 Chris LattnerExpose a public interface to this pass.
2008-06-05 Chris LattnerLet libcall semantics decide whether it knows about...
2008-06-05 Evan ChengWarn of potential violations of strict aliasing rules.
2008-06-05 Evan ChengDon't break strict aliasing.
2008-06-05 Devang PatelDescribe loop index split.
2008-06-05 Dan GohmanWording fixes. Thanks Bill!
2008-06-05 Owen AndersonRemove debugging code.
2008-06-05 Gabor Greiffix typos, tweak stuff, make it to validate
2008-06-05 Owen AndersonUse the newly created helper on LiveIntervals.
2008-06-05 Owen AndersonAdd a helper for constructing new live ranges that...
2008-06-05 Dan GohmanMove i128 on x86-64 from the codegen section to the...
2008-06-05 Dan GohmanAdd a note about improved alignment detection.
2008-06-05 Dan GohmanAdd a note mentioning --view-sunit-dags improvements.
2008-06-05 Dan GohmanExpand the bullet item about i128 support and APInt...
2008-06-05 Zhou ShengAdd a test case for opt -instcombine bug fix in revisio...
2008-06-05 Zhou ShengIf BitWidth equals to ShtAmt, the RHSKnownZero[BitWidth...
2008-06-05 Matthijs KooijmanChange the Verifier to support returning first class...
2008-06-05 Zhou ShengAdd a test case for APInt bug fix in r51999.
2008-06-05 Zhou ShengAs comments said, for negative value, the arithmetic
next