OSDN Git Service

android-x86/external-llvm.git
2008-09-30 Dan GohmanMove the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
2008-09-30 Dan GohmanDisable all x87 usage, including f32 and f64 when the...
2008-09-29 Dale JohannesenRemove misuse of ReplaceNodeResults for atomics with
2008-09-29 Dan GohmanFix FastISel to not initialize the PIC-base register...
2008-09-29 Dan GohmanFix an over-pessimization about GlobalVariable addresse...
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-29 Devang PatelFix grammar.
2008-09-29 Devang PatelFix grammer.
2008-09-29 Devang PatelFix sentence.
2008-09-29 Evan ChengFix PR2835. Do not change the width of a volatile load.
2008-09-29 Duncan SandsSpeed up these passes when the callgraph has
2008-09-29 Nuno Lopesremove redundant test (mayBeOverriden() includes hasLin...
2008-09-29 Duncan SandsTweak some comments.
2008-09-29 Matthijs KooijmanAdd some hands-on documentation about which files to...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-29 Matthijs KooijmanAdd a testcase showing that scalarrepl supports first...
2008-09-27 Dan GohmanMove the code that handles DAGISel error conditions...
2008-09-27 Daniel DunbarAdd IRBuilder::{CreateIsNull, CreateIsNonNull} helper...
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-27 Devang PatelUpdate tests.
2008-09-27 Daniel DunbarUnbreak build.
2008-09-27 Bill WendlingAdd missing #include for asserts.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Dale JohannesenGenerated files for warning fix.
2008-09-26 Dale JohannesenFix a compiler warning.
2008-09-26 Evan ChengImplement "punpckldq %xmm0, $xmm0" as "pshufd $0x50...
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Dan GohmanFix missing whitespace in the printing of function...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-26 Dan GohmanMake some minor reorganizations and comment changes...
2008-09-26 Dan GohmanMark lea fi# as being really rematerializable.
2008-09-26 Evan Chengunpckhps requires sse1, punpckhdq requires sse2.
2008-09-26 Daniel DunbarUpdate LICENSE link.
2008-09-26 Dan GohmanFix X86FastISel's address folding to check displacement
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Oscar FuentesCMake: Builds all examples. Corrected name of CBackend...
2008-09-26 Dale JohannesenGenerated files for previous patch.
2008-09-26 Dale JohannesenAnother file I forgot.
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-26 Dan GohmanFactor out the code for determining when symblic addresses
2008-09-26 Evan ChengAvoid spilling EBP / RBP twice in the prologue.
2008-09-26 Owen AndersonWe don't need to insert copies for implicit_def's.
2008-09-26 Jim GrosbachWhen looking for executable extensions, ignore .dSYM...
2008-09-26 Evan ChengX86 address displacement field must be interpreted...
2008-09-26 Daniel DunbarSet svn:ignore on AsmPrinter Release-Asserts directories.
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-26 Dan GohmanDisable support for x86_f80 in X86FastISel. Supporting...
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-09-25 Evan ChengPrefer movlhps over punpcklqdq, etc. in more cases.
2008-09-25 Dan GohmanFix a bug in which address displacements were being...
2008-09-25 Bill WendlingMake pointer parameter const for isUsedInBasicBlock.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengWith sse3 and when the source is a load or has multiple...
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-25 Dan GohmanAvoid a spurious extra space character when printing...
2008-09-25 Dan GohmanSupport for i1 XOR in FastISel. It is actually safe...
2008-09-25 Dan GohmanDon't print fast-isel debug messages by default. Thanks...
2008-09-25 Dan GohmanDon't forget the newline in debug output.
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-25 Richard Penningtonbug 2812: Segmentation fault on a big emdiam processor.
2008-09-25 Dan GohmanPIC support in X86FastISel.
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-25 Dan GohmanFix a recent fast-isel coverage regression - don't...
2008-09-25 Dan GohmanEnable DeadMachineInstructionElim when Fast-ISel is...
2008-09-25 Dan GohmanAdd debug output to this pass.
2008-09-25 Evan Chengpmovsxbq etc. requires sse4.1.
2008-09-25 Dan GohmanRefactor the code that adds standard LLVM codegen passe...
2008-09-25 Evan Cheng<rdar://problem/6234798> Assertion failed: (!OpInfo...
2008-09-24 Dan GohmanGive LowerSubregs.cpp a top-level description.
2008-09-24 Evan ChengFix patterns for SSE4.1 move and sign extend instructio...
2008-09-24 Evan ChengX86ISD::VZEXT_LOAD should produce and fold a chain.
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
2008-09-24 Anton KorobeynikovFinally get rid of virtual inheritance in TAI
2008-09-24 Anton KorobeynikovMinor cleanup
2008-09-24 Anton KorobeynikovGet rid of virtual inheritance for ARM TAI
2008-09-24 Anton KorobeynikovGet rid of virtual inheritance for PPC TAI
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-09-24 Anton KorobeynikovUse helper
2008-09-24 Anton KorobeynikovSmallPtrSet will be better
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovUse named sections, where they should be
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovUse generic section-handling stuff to emit constant...
2008-09-24 Anton KorobeynikovCleanup
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovCleanup, no functionality change
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Anton KorobeynikovSPU section handling is really huge mess. Replace remai...
2008-09-24 Anton KorobeynikovRemove dead code for PIC16 (preparation to switch to...
2008-09-24 Anton KorobeynikovXMM6-XMM15 are callee-saved on Win64. Patch by Nicolas...
2008-09-24 Owen AndersonFix off-by-one error when updating live intervals.
2008-09-24 Oscar FuentesCMake: Disabled some warnings for MSVC.
2008-09-24 Steve NaroffAdd Attributes.cpp to the vcproj.
2008-09-24 Evan ChengAdd DisableGVCompilation which forces the JIT to assert...
next