C and Ocaml bindings for address spaces, for that burgeoning market
[oota-llvm.git] / lib /
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-17 Christopher Lambregenerate.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-17 Christopher LambMake it clear in the LangRef that allocation instructio...
2007-12-16 Duncan SandsRevert this part of r45073 until the verifier is
2007-12-16 Chris Lattnerdon't violate C TBAA rules, use FloatToBits instead.
2007-12-16 Chris Lattnerfix a questionable cast, thanks to Mike Stump for point...
2007-12-16 Chris LattnerFix the JIT encoding of cmp*ss, which aborts with this...
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-16 Bill WendlingRemove spurious warnings from GCC:
2007-12-16 Owen AndersonBreak local interferences in StrongPHIElimination....
2007-12-16 Owen AndersonA few more comments.
2007-12-15 Duncan SandsThese are more correctly called signaling NaNs.
2007-12-15 Evan ChengMake better use of instructions that clear high bits...
2007-12-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-14 Evan ChengActually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64to...
2007-12-14 Evan ChengFix (mem) <-> low 64-bits of xmm bugs pointed out by...
2007-12-14 Duncan SandsTeach the interpreter to read and write memory in the
2007-12-14 Dale Johannesenx86-32 long doubles are 4-byte aligned on the stack
2007-12-14 Evan ChengFix bsf / bsr jit encoding.
2007-12-14 Evan ChengOops. Forgot these.
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-14 Dan GohmanFix Intel asm syntax for the bsr and bsf instructions.
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Evan ChengBug fix. Must also match ResNo when matching an operand...
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-13 Wojciech MatyjewiczMake these loops follow GetGEPOperands() behavior.
2007-12-13 Evan ChengFix typo.
2007-12-13 Owen AndersonAdd register pairs to the list to check for local inter...
2007-12-13 Owen AndersonRemove ugly and horrible code. It's not necessary...
2007-12-13 Evan ChengBe extra careful with extension use optimation. Now...
2007-12-13 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-13 Chris LattnerFix for edge profiling, patch by 'Marc' for PR1857
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-12 Dan GohmanAllow vector integer constants to be created with
2007-12-12 Duncan SandsRevert r44626, which turned off the use of readonly
2007-12-12 Wojciech Matyjewicz1. "Upgrage" comments.
2007-12-12 Christopher LambRegenerate.
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-12-12 Evan ChengLower a build_vector with all constants into a constpoo...
2007-12-12 Zhou ShengAdd a guard to cxxabi header as other platform may
2007-12-12 Zhou ShengFixed PR1629.
2007-12-12 Chris LattnerFix a bug in my previous patch, thanks to Jay Foad for
2007-12-12 Evan ChengDon't muck with phi nodes; bug fixes.
2007-12-12 Scott MichelCorrect typo for Linux: s/esp/%rsp/
2007-12-12 Owen AndersonForgot to remove a register from the PHI-union after...
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-12 Evan ChengBug fix. Only safe to perform extension uses optimizati...
2007-12-12 Daniel BerlinChanges from Curtis Dunham implementing lazy cycle...
2007-12-11 Evan ChengIf deleting a reload instruction due to reuse (value...
2007-12-11 Bill WendlingNeed to grow the indexed map. Added debug statements.
2007-12-11 Bill WendlingSimplify slightly.
2007-12-11 Owen AndersonMore progress on StrongPHIElimination. Now we actually...
2007-12-11 Bill WendlingBlark! How in the world did this work without this?!
2007-12-11 Bill Wendling- Update the virtual reg to machine instruction map...
2007-12-11 Bill WendlingChecking for "zero operands" during the "CanHoistInst...
2007-12-11 Nate BegemanAllow the JIT to encode MMX instructions
2007-12-11 Duncan SandsFix compilation.
2007-12-11 Christopher LambRegenerate.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-11 Chris LattnerTeach VMCore to constant fold shufflevectors with const...
2007-12-11 Chris LattnerImplement constant folding if vector<->vector bitcasts...
2007-12-11 Reid SpencerDon't have APInt.cpp depend upon DerivedTypes.h. This...
2007-12-11 Chris Lattnersignificantly simplify some code, no functionality...
2007-12-11 Chris Lattnerrefactor some code, no functionality change.
2007-12-11 Evan ChengSwitch over to MachineLoopInfo.
2007-12-11 Evan ChengPretty print shuffle mask operand.
2007-12-11 Evan Cheng- Improved v8i16 shuffle lowering. It now uses pshuflw...
2007-12-11 Nate Begemanx86 doesn't actually want to custom lower v3i32
2007-12-11 Gordon HenriksenCollectorMetadata and Collector are rejiggered to get...
2007-12-11 Chris LattnerMove TargetData::hostIsLittleEndian out of line, which...
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...
2007-12-10 Anton KorobeynikovHey, English is not my native language :)
2007-12-10 Anton KorobeynikovClarify the need of CFI() stuff
2007-12-10 Anton KorobeynikovProvide convenient way to disable CFI stuff for old...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-10 Chris LattnerDisable cfi directives for now, darwin does't support...
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-10 Anton KorobeynikovAnd finally annotate X86-64 version of callback.
2007-12-10 Anton KorobeynikovProvide annotation for SSE version of callback. It...
2007-12-10 Anton KorobeynikovAnnotate JIT callback function with call frame infromation.
2007-12-10 Duncan SandsIt looks like this has been broken for some time -
2007-12-10 Owen AndersonA little more progress on StrongPHIElimination, now...
2007-12-10 Christopher LambImprove branch folding by recgonizing that explict...
2007-12-10 Gordon HenriksenDelete the CollectorNamePool if it should become empty.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-10 Chris Lattnerfix some warnings.
2007-12-10 Chris LattnerFix a big problem in the recent dtor refactoring work...
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-09 Chris LattnerDuncan points out that the subtraction is unneeded...
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-12-09 Chris LattnerAdd support for splitting the operand of a return instr...
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-08 Chris Lattneradd many new cases to SplitResult. SplitResult now...
next