index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-09-12
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-11
Improve tblgen code cleanliness: create an unknown_class, from which the unkn...
Owen Anderson
2012-09-11
Add documentation.
Chad Rosier
2012-09-11
Add a few virtual functions to the abstract MCParsedAsmOperand class.
Chad Rosier
2012-09-11
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
Remove unused declaration
Andrew Trick
2012-09-10
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
Michael J. Spencer
2012-09-10
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-09
Fixing a type width warning with MSVC.
Aaron Ballman
2012-09-08
Add operator< for FoldingSetNodeID.
Ted Kremenek
2012-09-07
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-06
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
TiedTo is an integer, not a bool.
Jakob Stoklund Olesen
2012-09-06
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
Handle overlapping regunit intervals in LiveIntervals::addKillFlags().
Jakob Stoklund Olesen
2012-09-06
Tablegen: Add OperandWithDefaultOps Operand type
Tom Stellard
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-05
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
Teach libObject about some more ELF relocations. llvm-objdump -r now knows
Nick Lewycky
2012-09-05
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-09-05
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
Clean up.
Chad Rosier
2012-09-05
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
Clean up includes.
Benjamin Kramer
2012-09-05
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
Removed Trie.h; unused in a long time
Marshall Clow
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-05
[ms-inline asm] Add support for the nsdialect keyword in the Bitcode
Chad Rosier
2012-09-04
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
Chad Rosier
2012-09-04
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-09-04
Remove unneeded code.
Jakub Staszak
2012-09-04
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-09-04
Make sure macros in the include subdirectory are not used without being defined.
Bob Wilson
2012-09-04
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
[next]