oota-llvm.git
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Andrew TrickLSR: Fold redundant bitcasts on-the-fly.
2011-12-14 Jim GrosbachARM NEON fix alignment encoding for VST2 w/ writeback.
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-12-14 Jim GrosbachNuke old code. Missed in last commit.
2011-12-14 Evan ChengAdd high level description of MachineInstr bundles.
2011-12-14 Jim GrosbachARM NEON refactor VST2 w/ writeback instructions.
2011-12-14 Jim GrosbachARM NEON improve factoring a bit. No functional change.
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-12-14 Stepan DyatkovskiyFix for bug #11429: Wrong behaviour for switches. Small...
2011-12-14 Dan GohmanIt turns out that clang does use pointer-to-function...
2011-12-14 Jakob Stoklund... Fix speling and 80-col.
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Jim GrosbachFix copy/pasto that skipped the 'modify' step.
2011-12-14 Jim GrosbachARM/Thumb2 mov vs. mvn alias goes both ways.
2011-12-14 Chad RosierVFP2 is required for FP loads. Noticed by inspection.
2011-12-14 Chad RosierTidy up.
2011-12-14 Jim GrosbachARM/Thumb2 'cmp rn, #imm' alias to cmn.
2011-12-14 Chad RosierFix 80-column violation and extraneous brackets.
2011-12-14 Duncan SandsVectors are not aggregate types (see isAggregateType).
2011-12-14 NAKAMURA Takumillvm/lib/CodeGen: Fix cmake build since r146542.
2011-12-14 Eli FriedmanFix a stupid typo in MemDepPrinter.
2011-12-14 Eli FriedmanAdd missing cases to SDNode::getOperationName(). Patch...
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-14 Bill WendlingRevert r146481 to review possible miscompilations.
2011-12-14 Bill WendlingDisable to review some failures.
2011-12-14 Jim GrosbachARM assembler support for the target-specific .req...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Chad RosierAdd newline at EOF.
2011-12-14 Nick LewyckyDW_AT_virtuality is also defined to be constant, not...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-14 Kostya Serebryany[asan] remove .preinit_array from the compiler module...
2011-12-13 Michael J.... llvm-nm: refactor in order to support reading files...
2011-12-13 Michael J.... Support/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J.... Support/Program: Make Change<stream>ToBinary return...
2011-12-13 Michael J.... Cleanup whitespace.
2011-12-13 Jim GrosbachThumb2 assembler aliases for "mov(shifted register)"
2011-12-13 Jim GrosbachARM LDM/STM system instruction variants.
2011-12-13 Jim GrosbachThumb2 pre/post indexed stores can be from any non...
2011-12-13 Jim GrosbachTest for 146516
2011-12-13 Jim GrosbachThumb2 tweak for ccout handling in RSB parsing.
2011-12-13 Jim GrosbachARM thumb2 parsing of "rsb rd, rn, #0".
2011-12-13 Jim GrosbachARM NEON two-operand aliases for VQDMULH.
2011-12-13 Jim GrosbachARM pre-UAL NEG mnemonic for convenience when porting...
2011-12-13 Jim GrosbachARM add some more pre-UAL VFP mnemonics for convenience...
2011-12-13 Jim GrosbachARM add more 'gas' compatibility aliases for NEON instr...
2011-12-13 Kostya Serebryanymention AddressSanitizer in 3.1 release notes
2011-12-13 Kostya Serebryany[asan] report an error if blacklist file contains a...
2011-12-13 Chad Rosier[fast-isel] Unaligned loads of floats are not supported...
2011-12-13 Chris LattnerRip llvm 3.0 out of the release notes, making room...
2011-12-13 Chad Rosier[fast-isel] Remove SelectInsertValue() as fast-isel...
2011-12-13 Bill WendlingAvoid using the 'insertvalue' instruction here.
2011-12-13 Nick LewyckyDW_AT_accessibility is "constant" class, not form class...
2011-12-13 Akira HatanakaAdd test/MC/Mips/dg.exp.
2011-12-13 Akira HatanakaMove direct object emitter test to directory test/MC...
2011-12-13 Akira HatanakaExpand .cprestore directive to multiple instructions...
2011-12-13 Akira HatanakaRelocation against a symbol, instead of against section...
2011-12-13 Chandler CarruthDon't default the *cached* list of targets to build...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-13 Bill WendlingUse the example from clang, not the GCC frontend, which...
2011-12-13 Andrew TrickCleanup. Clarify LSRInstance public methods.
2011-12-13 Jakob Stoklund... Account for CPE alignment when searching for new water.
2011-12-13 NAKAMURA TakumiTarget/Hexagon: Fix CMake build. We don't use add_llvm_...
2011-12-13 Nick LewyckyDon't rely on a particular version string for llvm.
2011-12-13 Tony LinthicumTemporarily disable Hexagon tests. They are failing...
2011-12-13 Chad Rosier[fast-isel] Guard "exhastive" fast-isel output with...
2011-12-12 Chad RosierAdd BitcodeVerifier.cpp to CMakeList.
2011-12-12 Nick LewyckyFix unused value warning for value used only in assert.
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2011-12-12 Andrew TrickIndvars: guard against exponential behavior in isHighCo...
2011-12-12 Daniel Dunbarllvm-build: Switch to using the common subdirectory...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel Dunbarllvm-build: Don't write out the required_libraries...
2011-12-12 Daniel Dunbarllvm-build: Add sketchy support for preserving comments...
2011-12-12 Akira HatanakaTest case for r146432 by Jack Carter.
2011-12-12 Akira HatanakaEmit B (unconditional branch) when -relocation-model...
2011-12-12 Akira HatanakaFix indentation.
2011-12-12 Pete CooperFixed register allocator splitting a live range on...
2011-12-12 Tony Linthicumfix warning
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Joerg SonnenbergerOnly replace fwrite with fputc, if the return value...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Dan GohmanWhen computing reverse-CFG reverse-post-order, skip...
2011-12-12 Jan SjödinXOP instructions and encoding tests.
2011-12-12 Jakob Stoklund... Add a postOffset() alignment argument.
2011-12-12 Jakob Stoklund... Fix typo.
2011-12-12 Jan SjödinXOP encoding bits and logic.
2011-12-12 Jakob Stoklund... Also set the proper alignment on inner islands and...
2011-12-12 Dan GohmanAdd a TODO comment.
2011-12-12 Daniel Dunbarllvm-config: Default to "all" if no components are...
2011-12-12 Dan GohmanFix a copy+pasto in a comment.
2011-12-12 Dan GohmanUse getArgOperand instead of getOperand on a call.
2011-12-12 Dan GohmanInline SetSeqToRelease into its only caller, since...
2011-12-12 Jakob Stoklund... Make MF a class member instead of passing it around...
2011-12-12 Dan GohmanFix omitted break statements in a switch.
2011-12-12 Kostya Serebryany[asan] use .preinit_array only on linux
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
next