index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor refactoring: use a more specific API
Gabor Greif
2009-01-15
1
-2
/
+3
*
Do not construct debug scope if RootScope *is* null.
Devang Patel
2009-01-14
1
-1
/
+1
*
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
3
-2453
/
+10
*
Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...
Devang Patel
2009-01-13
2
-0
/
+2
*
Undo previous checkin.
Devang Patel
2009-01-13
2
-9
/
+2
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
2
-4
/
+11
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
2
-2
/
+9
*
Use assertions to check for conditions that should never happen.
Dan Gohman
2009-01-13
1
-12
/
+6
*
The list-td and list-tdrr schedulers don't yet support physreg
Dan Gohman
2009-01-13
2
-2
/
+10
*
Avoid referring to edge D after the Succs or Preds arrays have
Dan Gohman
2009-01-13
1
-3
/
+3
*
When replacing uses and the same node is reached
Duncan Sands
2009-01-13
1
-16
/
+9
*
Fix some typos. Also, the WidenedVectors map
Duncan Sands
2009-01-13
2
-9
/
+20
*
Correct a comment - this is not a sign extension.
Duncan Sands
2009-01-13
1
-1
/
+1
*
Un-tabify.
Evan Cheng
2009-01-13
1
-1
/
+1
*
FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...
Evan Cheng
2009-01-13
1
-0
/
+13
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
6
-56
/
+69
*
Start using DebugInfo API to emit debug info.
Devang Patel
2009-01-13
1
-11
/
+10
*
Emit debug info, only if at least one compile unit is seen.
Devang Patel
2009-01-12
1
-2
/
+8
*
If multiple compile units are seen then emit them independently. In other wor...
Devang Patel
2009-01-12
1
-65
/
+74
*
Avoid cast<>, use light weith wrapper directly.
Devang Patel
2009-01-12
1
-3
/
+3
*
Use SrcLineInfo from DwarfWriter. The MachineModuleInfo copy will disappear s...
Devang Patel
2009-01-12
1
-12
/
+9
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
10
-32
/
+33
*
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-12
1
-45
/
+91
*
Clear debug info at the end of function processing.
Devang Patel
2009-01-12
1
-1
/
+12
*
There is no need to maintain separate labelid list in the dwarf writer. It is...
Devang Patel
2009-01-12
1
-36
/
+5
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
5
-65
/
+87
*
More two-address fixes. This gets lua working with join-creation enabled.
Owen Anderson
2009-01-12
1
-6
/
+10
*
CheckForPhysRegDependency should not return copy cost. It's not used. No func...
Evan Cheng
2009-01-11
1
-9
/
+4
*
Reduce initial small vector sizes.
Devang Patel
2009-01-10
1
-6
/
+6
*
Fix thinko. Create parent scope if parent descriptor is *not* null.
Devang Patel
2009-01-10
1
-2
/
+2
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-3
/
+5
*
Minor debug output tweak.
Evan Cheng
2009-01-09
1
-2
/
+2
*
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
2
-2
/
+7
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
3
-6
/
+6
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
1
-12
/
+13
*
Delete unnecessary parens around return values.
Dan Gohman
2009-01-08
2
-2
/
+2
*
Add DebugInfo based APIs to record source line info.
Devang Patel
2009-01-08
1
-4
/
+43
*
* Moved author attribution to CREDITS.TXT
Misha Brukman
2009-01-08
1
-4
/
+1
*
* Alphabetized #includes
Misha Brukman
2009-01-08
1
-56
/
+56
*
Add APIs to record regions and variables.
Devang Patel
2009-01-08
1
-0
/
+27
*
Add APIs to manage scope using DebugInfo interface.
Devang Patel
2009-01-08
1
-0
/
+297
*
Remove redundant 'else's. No functionality change.
Dan Gohman
2009-01-07
1
-7
/
+6
*
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
2
-20
/
+84
*
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-06
1
-1
/
+3
*
Set up DwarfDebug using DebugInfo API.
Devang Patel
2009-01-06
1
-0
/
+33
*
Forgot that this was needed for Linux. This should fix the builds.
Bill Wendling
2009-01-06
1
-2
/
+2
*
The phi construction algorithm used for interval reconstruction is complicate...
Owen Anderson
2009-01-06
1
-13
/
+27
*
Update these argument lists for the isNormalMemory
Dan Gohman
2009-01-06
1
-3
/
+6
*
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2009-01-06
1
-1
/
+1
*
Construct subprogram DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+39
[next]