oota-llvm.git
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifback out r114279 as some darwin buildbots get errors...
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifdo not rely on the implicit-dereference semantics of...
2010-09-18 Gabor Greifdo not rely on the implicit-dereference semantics of...
2010-09-18 Gabor Greifremove CallSite::get; it is still present (as protected...
2010-09-18 Lang HamesFixed non-const iterator error.
2010-09-18 Lang HamesAdded a separate class (PBQPBuilder) for PBQP Problem...
2010-09-18 Michael J.... docs: Tweak wording.
2010-09-18 Evan ChengFix code that break critical edges for PHI uses. Watch...
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...
2010-09-18 Eric ChristopherThumb opcodes for thumb calls.
2010-09-18 Daniel Dunbarlit: Bump version to 0.2.0dev, for no apparent reason.
2010-09-18 Daniel Dunbarlit: Tweak setup.py.
2010-09-18 Daniel Dunbarlit: These TODOs are done(ish).
2010-09-18 Eric ChristopherAdd addrmode5 fp load support. Swap float/thumb operan...
2010-09-18 Eric ChristopherFloating point stores have a 3rd addressing mode type.
2010-09-18 Rafael EspindolaAdd test that was missing in my previous commit.
2010-09-18 Jim Grosbachfactor out a simple helper function to create a label...
2010-09-18 Jim GrosbachPC-relative pseudo instructions are lowered and printed...
2010-09-18 Dan GohmanAttempt to XFAIL this test on arm-linux, which is inexp...
2010-09-17 Benjamin KramerFix vmov.f64 disassembly on targets where sizeof(long...
2010-09-17 Jim GrosbachAdd MC-inst handling for tPICADD
2010-09-17 Bob WilsonAdd target-specific DAG combiner for BUILD_VECTOR and...
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Rafael EspindolaAvoid relocations in a common case.
2010-09-17 Evan ChengTeach machine sink to
2010-09-17 Eric ChristopherRework arm fast isel branch and compare code.
2010-09-17 Evan ChengMachine CSE was forgetting to clear some data structures.
2010-09-17 Jim GrosbachUpdate tests to handle MC-inst instruction printing...
2010-09-17 Evan ChengFix a potential bug that can cause miscomparison with...
2010-09-17 Jakob Stoklund... Don't include <fenv.h> now that we have llvm/System...
2010-09-17 Jim GrosbachFileCheck-ize
2010-09-17 Jim GrosbachHook up verbose asm comment printing for SOImm operands...
2010-09-17 Jim Grosbachtrailing whitespace
2010-09-17 Jim Grosbachtrailing whitespace
2010-09-17 Jim GrosbachMove thumb2 tests to the thumb2 directory
2010-09-17 Oscar Fuentescmake: test for the presence of fenv.h
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Dan GohmanFix this test to avoid an "inexact" fold.
2010-09-17 Dan GohmanAvoid emitting a PIC base register if no PIC addresses...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Dan GohmanFix this test so that folding doesn't depend on a poten...
2010-09-17 Dan GohmanRegenerate.
2010-09-17 Dan GohmanAttempt to support platforms which don't have fenv.h.
2010-09-17 Jim GrosbachAdd skeleton infrastructure for the ARMMCCodeEmitter...
2010-09-17 Jim Grosbachhandle the upper16/lower16 target operand flags on...
2010-09-17 Chris Lattnerfix rdar://8444631 - encoder crash on 'enter'
2010-09-17 Gabor Greiffix comments; patch by Edmund Grimley-Evans\!
2010-09-17 Duncan SandsSome of the tests build an executable with llvm-gcc...
2010-09-17 Daniel DunbarFix an MSVC warning.
2010-09-17 Jim Grosbachexpand PICLDR MC lowering to handle other PICLDR and...
2010-09-17 Daniel DunbarMC/Mach-O/i386: Fix a crash in relocation handling.
2010-09-17 NAKAMURA TakumiMove the declaration SetInformationJobObject() outside...
2010-09-17 NAKAMURA TakumiAlphaSchedule.td: 7bit-ize.
2010-09-17 Michael J.... docs: Update GettingStartedVS to reflect current state.
2010-09-17 Daniel DunbarSystem: Don't reexport ___eprintf when building with...
2010-09-17 Oscar Fuentestests/CMakeLists.txt: use `configure_file' instead...
2010-09-17 Daniel DunbarMC/AsmParser: Add support for 'a + 4@GOTPCREL' and...
2010-09-17 Oscar FuentesUpdated GettingStartedVS.html to reflect current state.
2010-09-17 Dan GohmanFix the folding of floating-point math library calls...
2010-09-17 Oscar FuentesUpdated LLVMLibDeps.cmake
2010-09-17 Dan GohmanAdd an #include of raw_ostream.h. Previously, this...
2010-09-17 Bill WendlingAdd "pointer to x86mmx" type to the intrinsics.
2010-09-17 Oscar FuentesDirect CMake users to the right place for up-to-date...
2010-09-16 Owen AndersonAllow the PassRegistry mutex to be lazily initialized...
2010-09-16 Owen AndersonDo not expose the locking for the PassRegistry in the...
2010-09-16 Benjamin KramerUpdate CMake build.
2010-09-16 Dan GohmanRename a variable to avoid a declaration conflict.
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.
2010-09-16 Devang PatelIf FE forgot to provide a file name (usually it uses...
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-09-16 Chris Lattnerfix rdar://8438816 - unrecognized 'fildq' instruction
2010-09-16 Rafael EspindolaPrint the address of sections as 0 and create the metad...
2010-09-16 Owen AndersonAdd missing RUN line to this test.
2010-09-16 Owen AndersonUse a depth-first iteratation in CorrelatedValuePropaga...
2010-09-16 Dale JohannesenWhen substituting sunkaddrs into indirect arguments...
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Jim Grosbachmake this non brain dead...
2010-09-16 Jim GrosbachRemove unnecessary by-reference return.
2010-09-16 Jim GrosbachMC-ization of the PICLDR pseudo. Next up, adding the...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-16 Jim GrosbachMake sure to promote single precision floats to double...
2010-09-16 Rafael EspindolaMake sure that names like .note.GNU-stack are accepted...
2010-09-16 Rafael EspindolaAdd support for the .zero directive.
2010-09-16 Kalle RaiskilaChange SPU register re-interpretations from OR to COPY_...
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-16 Duncan SandsSome versions of gcc still warn about "ignoring return...
2010-09-16 Bob WilsonRemove support for "dregpair" operand modifier, now...
2010-09-16 Bob WilsonWhen expanding ARM pseudo registers, copy the existing...
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-16 Daniel Dunbarllvm-mc: Teach -as-lex to print more token kinds.
2010-09-16 Daniel Dunbarbuild: Add support for a TOOL_ORDER_FILE variable so...
2010-09-16 Bob WilsonAdd missing break.
2010-09-16 Bob WilsonChange VLDMQ and VSTMQ to be pseudo instructions. ...
2010-09-16 Owen AndersonFix a threaded LLVM bug due the need for operator=...
2010-09-16 Jakob Stoklund... Use the value mapping provided by LiveIntervalMap....
2010-09-15 Michael J.... System/Path: Add x86-64 COFF to IdentifyFileType.
2010-09-15 Owen AndersonSince PassRegistry is currently a shared global object...
next