oota-llvm.git
2012-09-11 Jakob Stoklund... Add MCRI::getNumSubRegIndices() and start checking...
2012-09-11 Chad RosierFormatting. No functional change intended.
2012-09-11 Nadav RotemDragonegg selfhost exposed additional cases where alloc...
2012-09-11 Nadav RotemEnable stack coloring.
2012-09-11 Nadav RotemStack Coloring: Dont crash on dbg values which use...
2012-09-11 Evgeniy StepanovCMake toolchain file for Android NDK.
2012-09-11 Duncan SandsAdd IRC handle.
2012-09-11 Craig TopperMake a bunch of lowering helper functions static instea...
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
2012-09-11 NAKAMURA Takumillvm/lib/Transforms/Utils/CMakeLists.txt: Update.
2012-09-11 Alex RosenbergAdd a pass that renames everything with metasyntatic...
2012-09-11 Craig TopperTeach DAG combiner to constant fold FABS of a BUILD_VEC...
2012-09-11 Chandler CarruthAdd support for finding cacheflush on OpenBSD/mips64...
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-11 Andrew TrickRemove unused declaration
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric ChristopherNo reason to construct this twice.
2012-09-10 Chad RosierAdd newline.
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-10 Chad RosierRevert r163556. Missed updates to tablegen files.
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-10 NAKAMURA Takumitest/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin...
2012-09-10 Chad Rosier[ms-inline asm] Properly emit the asm directives when...
2012-09-10 Chad RosierUpdate test case for Release builds.
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Nadav RotemDisable stack coloring because it makes dragonegg fail...
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-09-10 Chad Rosier[ms-inline asm] Add support for .att_syntax directive.
2012-09-10 Nadav RotemEnable stack coloring.
2012-09-10 Jakob Stoklund... Don't attempt to use flags from predicated instructions.
2012-09-10 Michael J.... [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-09-10 Nadav RotemStack Coloring: Handle the case where END markers come...
2012-09-10 Michael LiaoEnhance PR11334 fix to support extload from v2f32/v4f32
2012-09-10 Sergei LarinAdd "blocked" heuristic to the Hexagon MI scheduler.
2012-09-10 Michael IlsemanFold multiply by 0 or 1 when in UnsafeFPMath mode in...
2012-09-10 Michael Ilsemanwhitespace
2012-09-10 Michael LiaoAdd boolean simplification support from CMOV
2012-09-10 James MolloyFix an assertion failure when optimising a shufflevecto...
2012-09-10 Nadav RotemMinor cleanup. No functional change.
2012-09-10 Nadav RotemStack Coloring: Debug prints to print the slot number...
2012-09-10 Nadav RotemStack Coloring: When searching for disjoint regions...
2012-09-10 Nadav RotemStack Coloring: Add support for multiple regions of...
2012-09-10 Elena DemikhovskyThe VPSHUFB 256-bit instruction may be generated when...
2012-09-10 Benjamin KramerMake helper function static.
2012-09-10 Benjamin KramerMove bypassSlowDivision into the llvm namespace.
2012-09-10 Benjamin Kramerc bindings: revert LLVMConstInlineAsm to always use...
2012-09-10 Evgeniy StepanovGTest on Android needs a custom tmpdir path.
2012-09-10 Nadav RotemFix a typo in the comment.
2012-09-10 Nadav RotemAdd an assertion that the frame index is indeed inside...
2012-09-10 Nadav RotemTeach the DAGBuilder about lifetime markers which are...
2012-09-10 Hans WennborgFix style issues from r163302 pointed out by Evan.
2012-09-09 Nick LewyckyMove spaces to the right places. No functionality change.
2012-09-09 Nick LewyckyAdd missing space before {. No functionality change.
2012-09-09 Craig TopperTeach DAG combiner to constant fold fneg of a BUILD_VEC...
2012-09-09 Aaron BallmanFixing a type width warning with MSVC.
2012-09-09 Benjamin KramerDSE: Poking holes into a SetVector is expensive, avoid...
2012-09-09 Benjamin KramerLiveVariables: Compute a set of defs and kills to speed...
2012-09-08 Craig TopperAdd instruction selection for ffloor of vectors when...
2012-09-08 NAKAMURA Takumilit: Util.which(): Use os.path.isfile() instead of...
2012-09-08 Craig TopperUse 256-bit alignment for constant pool value for 256...
2012-09-08 Craig TopperAdd support for lowering FABS of vector types.
2012-09-08 Craig TopperSet operation action for FFLOOR to Expand for all vecto...
2012-09-08 Ted KremenekRevert "Add -exact-match option to FileCheck to allow...
2012-09-08 Ted KremenekAdd operator< for FoldingSetNodeID.
2012-09-08 Andrew TrickRemove an incorrect assert during branch weight propaga...
2012-09-07 Anshuman DasguptaRefactored DFA generator. Merged transition class into...
2012-09-07 Alex RosenbergAdd IRC handle entry to CREDITS.TXT as a test commit.
2012-09-07 Sandeep PatelCorrect an unfortunately necessary typo.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Jack CarterInitial relocations test for the Mips standalone assembler.
2012-09-07 Chad RosierFix indent.
2012-09-07 Benjamin KramerContrary to what the documentation says, .lcomm alignme...
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-07 Jakob Stoklund... Custom DAGCombine for and/or/xor are for all ARMs.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-07 Benjamin KramerPR13754: llvm-mc/x86 crashes on .cfi directives without...
2012-09-07 Benjamin KramerMipsAsmParser: Fix a couple of string use-after-frees...
2012-09-07 Nuno Lopesyet another attempt at fixing @OCAMLOPT@ for sed.
2012-09-07 Hans WennborgSimplifyCFG: ValidLookupTableConstant should be static
2012-09-07 Ted KremenekAdd -exact-match option to FileCheck to allow clients...
2012-09-07 Michael LiaoStop emitting lifetime region info when stack coloring...
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-09-06 David BlaikieRemove unused variable introduced by r163346.
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-06 Bill WendlingExplicitly erase the file from disk if something bad...
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Jakob Stoklund... TiedTo is an integer, not a bool.
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Jakob Stoklund... Allow overlaps between virtreg and physreg live ranges.
2012-09-06 Jakob Stoklund... Handle overlapping regunit intervals in LiveIntervals...
2012-09-06 Jakob Stoklund... Clear kill flags while computing live ranges.
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
next