llvm-6502/lib
Chris Lattner 0a9e3d613b final step needed to resolve PR6627, which allows us to flatten the code down to
a nice and tidy:
  %x1 = load i32* %0, align 4
  %1 = icmp eq i32 %x1, 1179403647
  br i1 %1, label %if.then, label %if.end

instead of doing lots of loads and branches.  May the FreeBSD bootloader
long fit in its allocated space.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130416 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-28 18:15:47 +00:00
..
Analysis teach GVN to widen integer loads when they are overaligned, when doing an 2011-04-28 07:29:08 +00:00
Archive
AsmParser PR9214: Convert Metadata API to use ArrayRef. 2011-04-21 19:59:31 +00:00
Bitcode PR9214: Convert Metadata API to use ArrayRef. 2011-04-21 19:59:31 +00:00
CodeGen Teach dwarf writer to handle complex address expression for .debug_loc entries. 2011-04-28 02:22:40 +00:00
CompilerDriver
ExecutionEngine Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears 2011-04-28 08:37:18 +00:00
Linker
MC Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when 2011-04-28 16:09:09 +00:00
Object Use enums for constant values. 2011-04-22 06:34:01 +00:00
Support allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499, 2011-04-25 20:58:50 +00:00
Target Revert r130348; causing buildbot issues on x86-32. 2011-04-28 18:06:10 +00:00
Transforms final step needed to resolve PR6627, which allows us to flatten the code down to 2011-04-28 18:15:47 +00:00
VMCore Add command line option to print debug info in human readable form as comment in llvm IR output. This, i.e -enable-debug-info-comment, is very useful if you want to easily find out which optimization pass is losing line number information. 2011-04-28 17:41:38 +00:00
CMakeLists.txt
Makefile