oota-llvm.git
2010-10-25 Charles DavisMake the description of the hotpatch attribute even...
2010-10-25 Owen AndersonAdd correct instruction encodings for vbic, vorn, and...
2010-10-25 Rafael EspindolaAdd a virtual destructor.
2010-10-25 Owen AndersonProvide correct NEON encodings for vand, veor, and...
2010-10-25 Owen AndersonAdd tests for NEON encoding of vtst.
2010-10-25 Owen AndersonAdd NEON encoding tests for vcgt and vacgt.
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-25 Owen AndersonAdd tests for NEON encodings of vcge and vacge.
2010-10-25 Owen AndersonAdd a warning about our inability to test the encoding...
2010-10-25 Jakob Stoklund... In which I learn how to forward declare template classes.
2010-10-25 Owen AndersonAdd tests for NEON encoding of vceq.
2010-10-25 Owen AndersonAdd tests for NEON encoding of vsubhn and vrsubhn.
2010-10-25 Dan GohmanUpdate comments; BasicAA is no longer necessarily the...
2010-10-25 Charles DavisMake hotpatch attribute description a little less Winte...
2010-10-25 Dan GohmanReintroduce these asserts, now that BasicAA is a normal...
2010-10-25 Dan GohmanFix a case where instcombine was stripping metadata...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-10-25 Tobias GrosserReference RegionPass to stop it being eliminated.
2010-10-25 Duncan SandsATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.
2010-10-25 Duncan SandsRemove deprecated macro names. Hopefully this will...
2010-10-25 Kalle RaiskilaUpdate target feature matrix for CellSPU
2010-10-24 Jakob Stoklund... Update target feature matrix for Blackfin.
2010-10-24 Wesley PeckUpdating target feature matrix to indicate current...
2010-10-24 Rafael EspindolaAdd X86::reloc_global_offset_table and use it to have...
2010-10-24 Chris Lattnerbroken link
2010-10-24 Chris Lattneradd a big table with target features.
2010-10-24 Che-Liang ChiouAdd svn:ignore
2010-10-24 Duncan SandsFix PR8445: a block with no predecessors may be the...
2010-10-23 Owen AndersonAdd tests for NEON encoding of vqsub.
2010-10-23 Benjamin KramerSmallVectorize.
2010-10-23 Eric ChristopherMove rejection of NEON parameters earlier in fast isel...
2010-10-23 Benjamin KramerConstify another 2 disassembler tables.
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Michael J.... X86: Emit _fltused instead of __fltused on Windows...
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-23 Chandler CarruthRemove a define which is never referenced.
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-23 Chandler CarruthFix a likely bug in an assertion by adding parentheses...
2010-10-23 Mikhail GlushenkovResurrect mcc16, it is useful as an example.
2010-10-23 Mikhail GlushenkovRemove -llvmc-temp-hack from tblgen.
2010-10-23 Mikhail GlushenkovSyntax tweak in llvmc: (something [a,b,c]) -> (somethin...
2010-10-23 Mikhail GlushenkovTrailing whitespace.
2010-10-23 Evan ChengEnable ARM fastcc.
2010-10-23 Evan ChengProperly model the latency of register defs which are...
2010-10-23 Evan ChengLatency between CPSR def and branch is zero.
2010-10-23 Jakob Stoklund... Verify LiveIntervals against the CFG, ensuring that...
2010-10-22 Owen AndersonAdd tests for NEON encoding of vhsub.
2010-10-22 Jim GrosbachTrailing whitespace.
2010-10-22 Jim GrosbachAdd a CMP test.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vsubw.
2010-10-22 Jim Grosbachtidy up
2010-10-22 Owen AndersonAdd tests for NEON encoding of vsubl.
2010-10-22 Andrew TrickNonvirtual dtor that was accessible enough to be bad.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vsub.
2010-10-22 Gabor Greiffix memory-layout assumption which only holds on little...
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation
2010-10-22 Owen AndersonAdd tests for NEON encoding of vqdmlsl.
2010-10-22 Bob WilsonDo not install libBugpointPasses.dylib for Apple builds...
2010-10-22 Owen AndersonAdd tests for NEON encoding of vmlsl.
2010-10-22 Jakob Stoklund... Add more verification of LiveIntervals.
2010-10-22 Jakob Stoklund... Be more strict about detecting multi-use blocks for...
2010-10-22 Jim Grosbachtidy up.
2010-10-22 Jim GrosbachARM mode encoding information for CLZ, RBIT, REV*,...
2010-10-22 Bob WilsonFix the name of libLLVMHello.dylib so that it does...
2010-10-22 Jim GrosbachRemove duplicate test.
2010-10-22 Jim Grosbachtidy up.
2010-10-22 Jim GrosbachFileCheck-ize a few tests.
2010-10-22 Evan ChengUnbreak build.
2010-10-22 Bob WilsonTeach instcombine to set the alignment arguments for...
2010-10-22 Evan ChengTransfer implicit ops when forming load multiple and...
2010-10-22 Owen AndersonAdd tests for the correct encoding of NEON vmls.
2010-10-22 Jakob Stoklund... Be more strict when detecting critical edges before...
2010-10-22 Jakob Stoklund... Add print methods
2010-10-22 Owen AndersonAdd correct NEON encodings for vqdmlal.
2010-10-22 Jim GrosbachAdd the encoding information for the rest of the ARM...
2010-10-22 Michael J.... I hate line endings.
2010-10-22 Owen AndersonProvide correct encodings for NEON vmlal.
2010-10-22 Oscar FuentesLoadable modules are not supported on Cygwin. PR 6655.
2010-10-22 Evan ChengSilence compiler warnings.
2010-10-22 Owen AndersonProvide correct NEON encodings for vmla.
2010-10-22 Michael J.... Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Stuart HastingsTemporarily revert r117079; it broke a tester. Radar...
2010-10-22 Jim GrosbachMore ARM multiply instuction binary encodings.
2010-10-22 Evan ChengAdd fastcc cc: pass and return VFP / NEON values in...
2010-10-22 Owen AndersonAdd testscases for encoding of NEON vdqmull.
2010-10-22 Jim GrosbachParameterize a bit of ARM encoding information, simplif...
2010-10-22 Oscar FuentesAvoid stalled file dependency when tablegenning.
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-22 Oscar FuentesDon't try to guess svn version when current path is...
2010-10-22 Jim GrosbachMore ARM multiply instruction encoding information.
2010-10-22 Oscar FuentesTeach CMake to only touch tablegen-generated files...
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-22 NAKAMURA Takumilli: On Cygwin-1.5, lli crashes at invoking destructors...
2010-10-22 Peter CollingbourneStandardise all build-mode affecting {EN,DIS}ABLE_...
2010-10-22 NAKAMURA Takumitest/Makefile: Force lit -j1 on Cygwin.
2010-10-22 Michael J.... Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-22 Andrew TrickReverting r117031 to cleanup valgrind errors.
2010-10-22 Eric ChristopherAdd some basic ret instruction support to arm fast...
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-10-22 NAKAMURA TakumiWin32/Signals.inc: DontRemoveFileOnSignal(): Please...
next