summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Teach machine sink toEvan Cheng2010-09-17
* Rework arm fast isel branch and compare code.Eric Christopher2010-09-17
* Machine CSE was forgetting to clear some data structures.Evan Cheng2010-09-17
* Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach2010-09-17
* Fix a potential bug that can cause miscomparison with and without debug info.Evan Cheng2010-09-17
* Don't include <fenv.h> now that we have llvm/System/FEnv.h.Jakob Stoklund Olesen2010-09-17
* FileCheck-izeJim Grosbach2010-09-17
* Hook up verbose asm comment printing for SOImm operands in MC printerJim Grosbach2010-09-17
* trailing whitespaceJim Grosbach2010-09-17
* trailing whitespaceJim Grosbach2010-09-17
* Move thumb2 tests to the thumb2 directoryJim Grosbach2010-09-17
* cmake: test for the presence of fenv.hOscar Fuentes2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* Fix this test to avoid an "inexact" fold.Dan Gohman2010-09-17
* Avoid emitting a PIC base register if no PIC addresses are needed.Dan Gohman2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* Fix this test so that folding doesn't depend on a potentiallyDan Gohman2010-09-17
* Regenerate.Dan Gohman2010-09-17
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-17
* Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach2010-09-17
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-17
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-17
* fix comments; patch by Edmund Grimley-Evans\!Gabor Greif2010-09-17
* Some of the tests build an executable with llvm-gcc. For this to work, llvm-gccDuncan Sands2010-09-17
* Fix an MSVC warning.Daniel Dunbar2010-09-17
* expand PICLDR MC lowering to handle other PICLDR and PICSTR versions.Jim Grosbach2010-09-17
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-17
* Move the declaration SetInformationJobObject() outside of namespace.NAKAMURA Takumi2010-09-17
* AlphaSchedule.td: 7bit-ize.NAKAMURA Takumi2010-09-17
* docs: Update GettingStartedVS to reflect current state.Michael J. Spencer2010-09-17
* System: Don't reexport ___eprintf when building with Clang; this symbol isn'tDaniel Dunbar2010-09-17
* tests/CMakeLists.txt: use `configure_file' instead of `sed'.Oscar Fuentes2010-09-17
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-17
* Updated GettingStartedVS.html to reflect current state.Oscar Fuentes2010-09-17
* Fix the folding of floating-point math library calls, like sin(infinity),Dan Gohman2010-09-17
* Updated LLVMLibDeps.cmakeOscar Fuentes2010-09-17
* Add an #include of raw_ostream.h. Previously, this only compiledDan Gohman2010-09-17
* Add "pointer to x86mmx" type to the intrinsics.Bill Wendling2010-09-17
* Direct CMake users to the right place for up-to-date info about usingOscar Fuentes2010-09-17
* Allow the PassRegistry mutex to be lazily initialized, and clean up the globa...Owen Anderson2010-09-16
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-16
* Update CMake build.Benjamin Kramer2010-09-16
* Rename a variable to avoid a declaration conflict.Dan Gohman2010-09-16
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16
* If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel2010-09-16
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-16
* fix rdar://8438816 - unrecognized 'fildq' instructionChris Lattner2010-09-16
* Print the address of sections as 0 and create the metadata sections in theRafael Espindola2010-09-16
* Add missing RUN line to this test.Owen Anderson2010-09-16