oota-llvm.git
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Jim GrosbachARM mode LDREX*/STREX* binary encodings.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Jim GrosbachEncoding information for ARM conditional move instructions.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this file to less fragile .s form.
2010-10-29 Owen AndersonReplace this test with the less fragile .s version...
2010-10-29 Jakob Stoklund... Fix sign error.
2010-10-29 Owen AndersonCovert this test to a .s file to reduce fragility.
2010-10-29 Evan ChengAvoiding overly aggressive latency scheduling. If the...
2010-10-29 Evan Cheng- Don't schedule nodes with only MVT::Flag and MVT...
2010-10-29 Jakob Stoklund... Don't transfer unused values to the new intervals forme...
2010-10-29 Jim GrosbachHandle ARM addrmode5 instructions with an offset.
2010-10-29 Benjamin KramerSilence Release build warnings.
2010-10-29 Jakob Stoklund... Teach ConnectedVNInfoEqClasses::Classify to deal with...
2010-10-29 Jakob Stoklund... Never propagate the idom value out of a block that...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-29 Dan GohmanCheck if ErrMsg is null. This fixes the "not" command.
2010-10-29 Dan GohmanFix these error messages to be less confusing. These...
2010-10-29 Dan GohmanMake Program::Wait differentiate execution failure...
2010-10-29 Jim GrosbachRevert 117660. Apparently it's not as trivial as that...
2010-10-29 Devang PatelSimplify.
2010-10-29 Dan GohmanMake Program::Wait provide an error message string...
2010-10-29 Jim GrosbachARM addrmode5 instructions have neither writeback nor...
2010-10-29 Dan GohmanCheck for (unlikely) errors from FindExecutable.
2010-10-29 Dan GohmanFix these error messages to not mention PATH in cases...
2010-10-29 Dan GohmanDelete this obsolete comment.
2010-10-29 Jim GrosbachTrailing whitespace.
2010-10-29 Benjamin KramerARMAsmParser: Plug a memory leak.
2010-10-29 Eric ChristopherAdd an unreachable to silence warning - the switch...
2010-10-29 NAKAMURA Takumiunittests/CMakeLists.txt: Don't use RTTI, or linking...
2010-10-29 Bill WendlingThis may be an ARM target, so check for _Unwind_SjLj_Re...
2010-10-29 NAKAMURA Takumitest/Scripts/macho-dump: Make hack for Python-2.4....
2010-10-29 Dan GohmanTeach memdep to use pointsToConstantMemory to determine...
2010-10-29 Owen AndersonConvert this test to a .s file, so that it's not sensit...
2010-10-29 Dan GohmanAdd a basic testcase for TBAA-aware DSE.
2010-10-29 Jakob Stoklund... Fix broken equivalence class calculation. We could...
2010-10-29 Jakob Stoklund... Print out the connected components in the verifier...
2010-10-29 Jakob Stoklund... Run a verification pass before any splitting to better...
2010-10-29 Chris Lattneradd simple support for addrmode5 operands, allowing
2010-10-29 Andrew TrickThe ARM jit cannot handle these tests as of 2010-10-27.
2010-10-28 Devang PatelIgnore empty blocks.
2010-10-28 Chris Lattnergive better error diagnostics, for example:
2010-10-28 Chris Lattnerhook up getOpcodeName for ARM so that "llc -show-mc...
2010-10-28 Rafael EspindolaImprovements to .section parsing:
2010-10-28 Chris Lattnermost simple arm instructions match correctly now,
2010-10-28 Chris Lattnerfix the asmmatcher generator to handle targets with...
2010-10-28 Chris Lattnermove a method out of line.
2010-10-28 Chris Lattnerremove the rest of hte owningptr's, no functionality...
2010-10-28 Jakob Stoklund... One day, physical register live ranges will be sensible.
2010-10-28 Devang PatelFix indentation.
2010-10-28 Jakob Stoklund... Replace SplitKit SSA update with an iterative algorithm...
2010-10-28 Jakob Stoklund... Make MachineDominators available for SplitEditor. We...
2010-10-28 Jakob Stoklund... Add a temporary command line option to verify machine...
2010-10-28 Dan GohmanRevert r117582, which reverted r77396. Searching PATH...
2010-10-28 Devang PatelBackward compatibility. Gracefully handle older version...
2010-10-28 Rafael EspindolaAdd support for the .string directive.
2010-10-28 Devang PatelDo not work too hard to find type's file info. There...
2010-10-28 Devang PatelFix indentation.
2010-10-28 Rafael EspindolaDefined weak symbols should have non-zero value.
2010-10-28 Mikhail Glushenkovllvmc: Make ExecuteProgram() look in the driver directo...
2010-10-28 Mikhail GlushenkovRemove an unnecessary check and an unnecessary temporary.
2010-10-28 Mikhail GlushenkovRevert r77396.
2010-10-28 Mikhail GlushenkovTrailing whitespace.
2010-10-28 Mikhail Glushenkov80-col violations.
2010-10-28 Devang PatelDo not rely on context to find file info. It is already...
2010-10-28 Rafael EspindolaFix relocations with renamed symbols.
2010-10-28 Benjamin KramerReduce malloc thrashing.
2010-10-28 Jim GrosbachPLD, PLDW, PLI encodings, plus refactor their use of...
2010-10-28 Rafael EspindolaAliases defined with .symver should copy the binding...
2010-10-28 Devang PatelTechnically DIFile scope should also be handled here.
2010-10-28 Chris Lattnerrearrange ParseRegisterList.
2010-10-28 Chris Lattnerrefactor some code to simplify it, eliminating some...
2010-10-28 Bob WilsonTeach the DAG combiner to fold a splat of a splat....
2010-10-28 Roman DivackyUse the IDVal directly as there's no need to convert...
2010-10-28 Roman DivackyImplement .equ directive as a synonym to .set.
2010-10-28 Duncan SandsTestcase for PR8494 (invalid bitcode crashing the bitco...
2010-10-28 Duncan SandsFix PR8494: when reading invalid bitcode, getTypeByID...
2010-10-28 Rafael EspindolaImplement R_X86_64_DTPOFF32.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Oscar FuentesDocument LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New...
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-28 Mikhail GlushenkovReindent.
2010-10-28 Evan ChengRe-commit 117518 and 117519 now that ARM MC test failur...
2010-10-28 Evan ChengDisable most of the ARM vfp / NEON MC tests. These...
2010-10-28 NAKAMURA Takumitest/Transforms/SimplifyLibCalls/floor.ll: Mark as...
2010-10-28 NAKAMURA Takumitools/llvm-shlib/Makefile: Support for FreeBSD and...
2010-10-28 Chris Lattnerclarify that not having the ".o file writing" feature
2010-10-28 Evan ChengRevert 117518 and 117519 for now. They changed scheduli...
2010-10-28 Evan Cheng- Assign load / store with shifter op address modes...
2010-10-28 Evan ChengFix a major bug in operand latency computation. The...
next