llvm-6502/lib
Preston Gurd d4d961615c This patch fixes 8 out of 20 unexpected failures in "make check"
when run on an Intel Atom processor. The failures have arisen due
to changes elsewhere in the trunk over the past 8 weeks or so.

These failures were not detected by the Atom buildbot because the
CPU on the Atom buildbot was not being detected as an Atom CPU.
The fix for this problem is in Host.cpp and X86Subtarget.cpp, but
shall remain commented out until the current set of Atom test failures
are fixed.

Patch by Andy Zhang and Tyler Nowicki!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160451 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-18 20:49:17 +00:00
..
Analysis Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes 2012-07-15 23:45:24 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix a somewhat nasty crasher in PR13378. This crashes inside of 2012-07-18 18:58:22 +00:00
DebugInfo Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in r159512. 2012-07-17 15:28:35 +00:00
ExecutionEngine
Linker
MC Whitespace. 2012-07-18 19:35:16 +00:00
Object Fixed few warnings. 2012-07-18 04:06:49 +00:00
Support This patch fixes 8 out of 20 unexpected failures in "make check" 2012-07-18 20:49:17 +00:00
TableGen
Target This patch fixes 8 out of 20 unexpected failures in "make check" 2012-07-18 20:49:17 +00:00
Transforms indvars: drive by heuristics fix. 2012-07-18 04:35:13 +00:00
VMCore Adding some debug information to PassManager 2012-07-18 19:59:29 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile