Aaron Ballman
58ce7f24cd
Fixing a compile error in debug versions of MSVC. It seems that the range-based for loop is confused by the DEBUG macro expansion unless a compound statement is used.
...
llvm-svn: 206376
2014-04-16 11:15:57 +00:00
Jim Grosbach
01fc5887ad
ARM64: Nuke some dead code.
...
Missed in previous commit.
llvm-svn: 206343
2014-04-16 00:42:43 +00:00
Jim Grosbach
80633094f8
[ARM64,C++11] Clean up the ARM64 LOH collection pass.
...
Range'ify a bunch of loops, mainly. As a result, we have a variety
of objects via reference rather than by pointer, so propogate that
through the various helper functions where it makes sense.
llvm-svn: 206337
2014-04-15 22:57:02 +00:00
Alp Toker
16f98b255d
Fix some doc and comment typos
...
llvm-svn: 205899
2014-04-09 14:47:27 +00:00
Jim Grosbach
b8bd4a5e2a
Tidy up. Space before ':' in range-based for loops.
...
llvm-svn: 205585
2014-04-03 23:43:26 +00:00
Jim Grosbach
df1e05bb8a
Make some range based loop types more explicit.
...
No functional change, but more readable code.
llvm-svn: 205451
2014-04-02 19:28:08 +00:00
Jim Grosbach
673825ebac
[C++11,ARM64] Range based for loops for LOH
...
No functional change intended.
llvm-svn: 205440
2014-04-02 18:00:44 +00:00
Quentin Colombet
7bf9d8cd13
[ARM64][CollectLOH] Remove the link to the radar from the comments.
...
llvm-svn: 205435
2014-04-02 16:40:49 +00:00
Quentin Colombet
3c2b13b258
[ARM64][CollectLOH] Add some comments to explain how the LOHs
...
framework works (for the compiler part), since the design
document is not available.
llvm-svn: 205379
2014-04-02 01:02:28 +00:00
NAKAMURA Takumi
82ec13e3d5
ARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]
...
llvm-svn: 205162
2014-03-31 01:10:26 +00:00
Dmitri Gribenko
1fd72104ad
Fix a few -Wdocumentation warnings
...
llvm-svn: 205116
2014-03-29 19:40:32 +00:00
Tim Northover
00ed9964c6
ARM64: initial backend import
...
This adds a second implementation of the AArch64 architecture to LLVM,
accessible in parallel via the "arm64" triple. The plan over the
coming weeks & months is to merge the two into a single backend,
during which time thorough code review should naturally occur.
Everything will be easier with the target in-tree though, hence this
commit.
llvm-svn: 205090
2014-03-29 10:18:08 +00:00