oota-llvm.git
2012-11-12 Evan ChengCache size of PassVector to speed up getNumContainedPas...
2012-11-12 Andrew TrickAdded a temporary option to avoid critical edges splitting.
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-12 Andrew Trickmisched: rename interfaceto avoid gcc warnings
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Andrew Trickmisched: Target-independent support for MacroFusion.
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-11-12 Shuxin YangThis change is to fix rdar://12571717 which is about...
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-11-12 Ulrich WeigandMake TOC order deterministic by using MapVector instead...
2012-11-12 Nadav Rotemfix a spelling mistake
2012-11-12 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-12 Alexander PotapenkoDon't use __cxa_demangle under MSVC (which doesn't...
2012-11-12 Alexey Samsonov[ASan] fixup for r167725: Don't fetch name of StructTyp...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-12 Alexey Samsonov[ASan]: Add minimalistic support for turning off initia...
2012-11-12 Gabor Greifdo not play preprocessor tricks with 'private', use...
2012-11-12 Alexander Potapenko[ASan] Add llvm-symbolizer from to tools/
2012-11-12 Gabor Greifadd unit test for waymarking algorithm (Use::getUser)
2012-11-12 Eric ChristopherRemove unused field.
2012-11-12 Michael LiaoFix PR14314
2012-11-12 Craig TopperAdd --enable-werror and --enable-cxx11 to projects...
2012-11-12 Justin Holewinski[NVPTX] Add more precise PTX/SM target attributes
2012-11-12 Meador IngeDelete a stale comment. No functional change.
2012-11-11 Craig TopperMove some helper methods to being static functions...
2012-11-11 Meador IngeRemove hard-coded constant in Transforms/InstCombine...
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Nadav RotemUpdate the vectorizer docs.
2012-11-11 Meador Ingeinstcombine: Migrate memmove optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcpy optimizations
2012-11-11 Nadav RotemUse the isTruncFree and isZExtFree API to figure out...
2012-11-11 Nadav RotemFix a comment typo and add comments.
2012-11-11 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-11 Meador IngeAdd method for replacing instructions to LibCallSimplifier
2012-11-10 Benjamin KramerProvide definitions for all functions.
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Benjamin KramerSimplify the SmallVector pretty printer for LLDB a...
2012-11-10 Craig TopperRemove unnecessary subtraction and addition by 1 around...
2012-11-10 Duncan SandsRemove empty directory.
2012-11-10 Craig TopperTidy up spacing. No functional change.
2012-11-10 Craig TopperRemoved unimplemented method declaration.
2012-11-10 Craig TopperSimplify custom emitter code for pcmp(e/i)str(i/m)...
2012-11-10 Evan ChengConvert an improper CodeGen test to a MC test.
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-10 Meador IngeAdd more functions to the target library information.
2012-11-10 Evan Chengxfail a bad test. This is a MC test but it's dependent...
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-10 Craig TopperCleanup pcmp(e/i)str(m/i) instruction definitions and...
2012-11-09 Justin Holewinski[NVPTX] Use ABI alignment for parameters when alignment...
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-11-09 Roman DivackySwitch FreeBSD/i386 back to 4byte stack alignment....
2012-11-09 Jakob Stoklund... Fix assertions in updateRegMaskSlots().
2012-11-09 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-09 Chad RosierAdd support for -mstrict-align compiler option for...
2012-11-09 Benjamin KramerSilence GCC warning about falling off the end of a...
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
2012-11-09 Nadav RotemAdd support for memory runtime check. When we can,...
2012-11-09 Nadav Rotemindent
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-11-08 Benjamin KramerDrop the limitation to IEEE floating point types from...
2012-11-08 Amara EmersonRecommit modified r167540.
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-11-08 Meador Ingeinstcombine: Migrate strspn optimizations
2012-11-07 Eric ChristopherFix up comment typo and 80-col.
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-11-07 Hans WennborgOnly do switch-to-lookup table transformation when...
2012-11-07 Akira Hatanaka[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
2012-11-07 Akira HatanakaDelete MipsFunctionInfo::NextStackOffset. No functional...
2012-11-07 Amara EmersonRevert r167540 until regression tests are updated.
2012-11-07 Bill WendlingRemove accidental commit.
2012-11-07 Hans WennborgFix bad test IR in switch_to_lookup_table.ll
2012-11-07 Amara EmersonImprove ARM build attribute emission for architectures...
2012-11-07 Pawel Wodnickifix typo PR1476
2012-11-07 Pawel Wodnickifix for PR1476
2012-11-07 Kostya Serebryany[asan] fix bug 14277 (asan needs to fail with fata...
2012-11-07 Andrew Trickmisched: Heuristics based on the machine model.
2012-11-07 Andrew Trickmisched: handle on-the-fly regpressure queries better...
2012-11-07 Bill WendlingAdd comment describing what's going on here.
2012-11-07 Bill WendlingWhen we're updating the subprogram scope DIE, we want...
2012-11-07 Eli BenderskyFix a broken sentence
2012-11-07 Eli BenderskyDocument the -input-file option of FileCheck
2012-11-07 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-06 Jakub StaszakSimplify code. No functionality change.
2012-11-06 Nadav RotemMake the helper functions static. No functional change.
2012-11-06 Chad RosierMark the Int_eh_sjlj_dispatchsetup pseudo instruction...
2012-11-06 Chad Rosier[regallocfast] Make sure the MachineRegisterInfo is...
2012-11-06 Nadav RotemCostModel: add another known vector trunc optimization.
2012-11-06 Argyrios Kyrtzidis[c-index-test] When building with BUILD_CLANG_ONLY...
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-06 Andrew KaylorFix build error from previous commit.
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-11-06 Daniel DunbarMemoryBuffer: Windows doesn't define S_IFIFO.
2012-11-06 Alexey Samsonovdocs: use code font for console commands in phabricator...
next